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