Hi Thomas, hi all.
It's me again. I killed my mac (actually I didn't, it commited a suicide or something) so i'm reinstalling everything. The new flext went smoothly. xsample0.2.4 produces the following:
g++ -c -O6 -mcpu=pentiumpro -funroll-loops -fmove-all-movables -frerun-loop-opt -finline-functions -DPD -I/usr/local/lib/pd/src -I/usr/local/lib/pd/flext record.cpp -o ../pd-linux/record.o record.cpp: In method `void xrecord::m_draw(int, t_atom *)': record.cpp:232: implicit declaration of function `int GetAFlint(...)' make: *** [../pd-linux/record.o] Error 1
Sorry, I didn't specify in my previous messages...
I'm on a PC now :( Debian-woody, 2.4.18, pd0.36-test5, gcc 2.95.4
Hi Michal,
It's me again. I killed my mac (actually I didn't, it commited a suicide
or something) so i'm reinstalling everything. The new flext went > smoothly. xsample0.2.4 produces the following:
record.cpp:232: implicit declaration of function `int GetAFlint(...)'
Yes, that's one of those things that are not backwards compatible..... *blush* I deprecated this one and a few other functions.
Just replace GetAFlint by GetAInt
Sorry for the inconvenience, xsample 0.3.0 will follow shortly.
greetings, Thomas