Hey all, thank you all for your reports. I just updated py/pyext in cvs and i hope i fixed it in a way that i didn't break compatibility for older Python versions. Please let me know if there are any further troubles.
greetings, Thomas
Jamie Bullock schrieb:
Hi Thomas,
The build falls over here when compiling py (current CVS):
g++ -c -msse -mfpmath=sse -ffast-math -O3 -pthread -fPIC -DPY_EXPORTS -DPY_NUMPY -DPY_USE_GIL -DNDEBUG -DFLEXT_THREADS -DFLEXT_SYS=2 -DPD -I/usr/include/python2.5 -I/usr/local/src/pd/src -I/usr/local/include/stk -I/usr/local/include/sndobj -I/usr/local/include/flext source/pybuffer.cpp -o pd-linux/release-multi/pybuffer.opp source/pybuffer.cpp:222: error: invalid conversion from ‘int (*)(PyObject*, int, const char**)’ to ‘Py_ssize_t (*)(PyObject*, Py_ssize_t, char**)’ source/pybuffer.cpp:440: warning: ‘intargfunc’ is deprecated (declared at /usr/include/python2.5/object.h:133) source/pybuffer.cpp:441: warning: ‘intargfunc’ is deprecated (declared at /usr/include/python2.5/object.h:133) source/pybuffer.cpp:442: warning: ‘intintargfunc’ is deprecated (declared at /usr/include/python2.5/object.h:134)
Jamie