Hi Michal, hi Mik,
it's a shame that c++ compilers are that sensitive....
You could also try to comment out line 35 of main.h (// #define TMPLOPT). xsample may lose some speed but it's perhaps easier to digest for compilers.
greetings, Thomas
I have attempted to compile xsample a few times... I'm on an
iMac running Debian.
I get the following error
g++ -c -O6 -funroll-loops -fmove-all-movables -frerun-loop-opt
-finline-functions -DPD -I/usr/local/lib/pd/include -I/usr/local/lib/pd/flext inter.cpp -o ../pd-linux/inter.o
inter.cpp: In method `void xinter::s_dsp()': inter.cpp:223: Internal compiler error. inter.cpp:223: Please submit a full bug report. inter.cpp:223: Internal compiler error: inter.cpp:223: See
URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
make: *** [../pd-linux/inter.o] Error 1
I had the same problem and tried to compile it with 3.0, which worked, but then it clashed with Gem, which I compiled with 2.95.4. So I now use the precompiled version that comes with the package (which also refuses to load together with Gem :): so now, when I want to use one these two I don't load the other one).
mik