py/pyext is giving my trouble as well:
In file included from source/pyext.cpp:11: source/pyext.h: In function `static void * pyext::flext_t_work_wrapper(flext_base::thr_params *)': source/pyext.h:113: warning: `void *' is not a pointer-to-object type touch source/bound.cpp g++ -c -O6 -mcpu=pentiumpro -DPD -DFLEXT_THREADS -I/usr/local/lib/pd/src -I/usr/include/python2.2 -I/usr/local/lib/pd/flext source/bound.cpp -o pd-linux/bound.o In file included from source/bound.cpp:11: source/pyext.h: In function `static void * pyext::flext_t_work_wrapper(flext_base::thr_params *)': source/pyext.h:113: warning: `void *' is not a pointer-to-object type touch source/clmeth.cpp g++ -c -O6 -mcpu=pentiumpro -DPD -DFLEXT_THREADS -I/usr/local/lib/pd/src -I/usr/include/python2.2 -I/usr/local/lib/pd/flext source/clmeth.cpp -o pd-linux/clmeth.o In file included from source/clmeth.cpp:11: source/pyext.h: In function `static void * pyext::flext_t_work_wrapper(flext_base::thr_params *)': source/pyext.h:113: warning: `void *' is not a pointer-to-object type source/clmeth.cpp: In function `static struct PyObject * pyext::pyext_stop(PyObject *, PyObject *)': source/clmeth.cpp:212: no method `flext_base::SetFlint' make: *** [pd-linux/clmeth.o] Error 1
In file included from source/pyext.cpp:11: source/pyext.h: In function `static void *
pyext::flext_t_work_wrapper(flext_base::thr_params *)':
source/pyext.h:113: warning: `void *' is not a pointer-to-object type
ok, i know about it, but it's only a warning....
source/clmeth.cpp: In function `static struct PyObject *
pyext::pyext_stop(PyObject *, PyObject *)':
source/clmeth.cpp:212: no method `flext_base::SetFlint'
this one we had already.... replace it with flext::SetInt()
seems like py/pyext wants un upgrade as well..... cvs, once synced with my repository, will make your (and my life) easier....
greetings, Thomas
Thank you! I've got them compiled (well, there was that GetFlint() in pyargs.cpp but I knew what to do).
cvs will, in fact, make it easier.
It's funny that now, that I had to reinstall the whole pd+externs (and I use quite a few 3rd party externs) I have to go through the pd database to find what I'm looking for, then go to websites and download everything... makes me appreciate cvs more :). As a user!...
On Thu, 21 Nov 2002 10:55:15 +0100 "Thomas Grill" t.grill@gmx.net wrote:
In file included from source/pyext.cpp:11: source/pyext.h: In function `static void *
pyext::flext_t_work_wrapper(flext_base::thr_params *)':
source/pyext.h:113: warning: `void *' is not a pointer-to-object type
ok, i know about it, but it's only a warning....
source/clmeth.cpp: In function `static struct PyObject *
pyext::pyext_stop(PyObject *, PyObject *)':
source/clmeth.cpp:212: no method `flext_base::SetFlint'
this one we had already.... replace it with flext::SetInt()
seems like py/pyext wants un upgrade as well..... cvs, once synced with my repository, will make your (and my life) easier....
greetings, Thomas