Hope this is the right list for this, but I am having bed luck with compiling py/pyext on my planet-ccrma-redhat 8.0.
after setting all the environment paths and runing the sh script, it drops out with this error message....
g++ -c -O6 -mcpu=pentiumpro -DPD -DFLEXT_THREADS -I/usr/include/python2.2 -I
/usr/lib/pd/flext source/modmeth.cpp -o pd-linux/modmeth.o
source/modmeth.cpp: In static member function static PyObject* py::py_priority(PyObject*, PyObject*)': source/modmeth.cpp:175:
ChangePriority' undeclared (first use this
function)
source/modmeth.cpp:175: (Each undeclared identifier is reported only once
for
each function it appears in.)make: *** [pd-linux/modmeth.o] Error 1
anyone know what I am missing?
David B Franzson
Hi David, the problem is that the versions of py and flext you are using don't match (there has been a slight change in the flext threading API since the latest py release). I recommend that you use the cvs versions of both packages (or at least the py/pyext one)
best greetings, Thomas
----- Original Message ----- From: "David Brynjar Franzson" pd@franzson.com To: pd-list@iem.kug.ac.at Sent: Wednesday, March 26, 2003 6:53 PM Subject: [PD] problem with Py
Hope this is the right list for this, but I am having bed luck with compiling py/pyext on my planet-ccrma-redhat 8.0.
after setting all the environment paths and runing the sh script, it drops out with this error message....
g++ -c -O6 -mcpu=pentiumpro -DPD -DFLEXT_THREADS -I/usr/include/python2.2 -I
/usr/lib/pd/flext source/modmeth.cpp -o pd-linux/modmeth.o source/modmeth.cpp: In static member function
static PyObject* py::py_priority(PyObject*, PyObject*)': source/modmeth.cpp:175:
ChangePriority' undeclared (first use this function) source/modmeth.cpp:175: (Each undeclared identifier is reported only once for each function it appears in.)make: *** [pd-linux/modmeth.o] Error 1anyone know what I am missing?
David B Franzson
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list