[SciPy-dev] nd_image compile error
Tim Leslie
tim.leslie at gmail.com
Fri Mar 10 08:33:38 CST 2006
In the latest svn the function prototype for
int NI_ExtendLine(double*, int, int, int, NI_ExtendMode, double);
at Lib/nd_image/Src/ni_support.h:181
conflicts with the defintion of
int NI_ExtendLine(double *line, maybelong length, maybelong size1,
maybelong size2, NI_ExtendMode mode, double constant_value)
at Lib/nd_image/Src/ni_support.c:163
and causes the build to fail.
Changing the ints in the header to maybelongs seems to fix it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/scipy-dev/attachments/20060311/89069a59/attachment.html
More information about the Scipy-dev
mailing list