python setup.py build
running build
running build_ext
cythoning makeback_wrap.pyx to makeback_wrap.c
building 'makeback_wrap' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -
Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -
arch x86_64 -pipe -I/Library/Python/2.6/site-packages/numpy/core/
include -I/System/Library/Frameworks/Python.framework/Versions/2.6/
include/python2.6 -c makeback_wrap.c -o build/temp.macosx-10.6-
universal-2.6/makeback_wrap.o
makeback_wrap.c: In function ‘makeback_wrap’:
makeback_wrap.c:172: error: storage class specified for parameter
‘__Pyx_StringTabEntry’
here is the line:
172: typedef struct {PyObject **p; char *s; const long n; const char*
encoding; const char is_unicode; const char is_str; const char
intern; } __Pyx_StringTabEntry;
cheers
Wolfgang
To clarify, is this an error in Cython or in the #included header files?
- Robert