[SciPy-dev] nd_image compile error

Tim Leslie tim.leslie at gmail.com
Fri Mar 10 09:33:38 EST 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://mail.python.org/pipermail/scipy-dev/attachments/20060311/89069a59/attachment.html>


More information about the SciPy-Dev mailing list