Skip Menu |

This queue is for tickets about the Text-LevenshteinXS CPAN distribution.

Report information
The Basics
Id: 6691
Status: new
Priority: 0/
Queue: Text-LevenshteinXS

People
Owner: Nobody in particular
Requestors: jpl [...] research.att.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: LevenshteinXS.xs won't compile on SGIs
The SGI compiler (and probably many others) doesn't like declarations following executable statements: /lib/5.8.3/sgi6-irix/CORE" LevenshteinXS.c cc-1241 cc: ERROR File = LevenshteinXS.xs, Line = 24 A declaration cannot appear after an executable statement in a block. int k,i,j,n,m,cost,*d,distance; ^ 1 error detected in the compilation of "LevenshteinXS.c". *** Error code 2 (bu21) The simple fix (patch attached) is to move the declaration ahead of the executable.
Download diffs
application/octet-stream 377b

Message body not shown because it is not plain text.