Hello Martin, this is a known problem with older gcc versions. You can circumvent it by undefining template optimization:
in main.h, after it says something like
#elif defined(__GNUC__)
comment out the next line, like
// #define TMPLOPT
Please tell me whether this works for you.
best greetings, Thomas
----- Original Message ----- From: "martin pi" pi@attacksyour.net To: "pd-dev" pd-dev@iem.kug.ac.at Sent: Friday, September 06, 2002 7:54 PM Subject: [PD-dev] xsample problem
hi list,
got the following strange behaviour with xsample 0.2.4
touch main.cpp g++ -c -O6 -mcpu=pentiumpro -funroll-loops -fmove-all-movables -frerun-loop-opt -finline-functions -DPD -I/usr/lib/pd/include -I../../flext main.cpp -o ../pd-linux/main.o touch inter.cpp g++ -c -O6 -mcpu=pentiumpro -funroll-loops -fmove-all-movables -frerun-loop-opt -finline-functions -DPD -I/usr/lib/pd/include -I../../flext inter.cpp -o ../pd-linux/inter.o inter.cpp: In method `void xinter::s_dsp()':
inter.cpp:226: Internal compiler error. inter.cpp:226: Please submit a full bug report. inter.cpp:226: Internal compiler error:
inter.cpp:226: See URL:http://www.gnu.org/software/gcc/bugs.html for instructions. make: *** [../pd-linux/inter.o] Error 1
any comments welcome
martin
martin pi http://attacksyour.net/pi johann strauss gasse 32|7 1040 vienna www.machfeld.net
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev