[PD] [announce] flext 0.2.0, xsample 0.2.2

Thomas Grill t.grill at gmx.net
Thu Mar 28 16:42:07 CET 2002


> Hi, Thomas:
> 
> Thanks for the updated objects. I compiled flext with no troubles, but
> xsample dies during the compile with this message:
> 
> [dlphilp at localhost source]$ make -f makefile.pd-linux
> g++ -c -O6 -mpentium -funroll-loops -DPD -I/usr/lib/pd/include
> -I/usr/lib/pd/flext play.cpp -o ../pd-linux/play.o
> play.cpp: In method `void xplay::m_dsp(int, float *const *, float *const
> *)':
> play.cpp:210: Internal compiler error.
> play.cpp:210: Please submit a full bug report.
> play.cpp:210: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
> instructions.
> make: *** [../pd-linux/play.o] Error 1
> 

Yes, gcc 2.95.3 seems to have some bugs. You should either use the
precompiled object or try commenting out the template optimization
(TEMPLOPT) for GCC in main.h, line 36.

greetings, Thomas




More information about the Pd-list mailing list