When compiling spiralmodular-0.2.1 the following error messages are displayed: g++ -c -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -fPIC -fPIC -I/usr/include/fltk-1.1 -I/usr/include/freetype2 -march=pentium3 -O2 -pipe -fomit-frame-pointer -I/usr/X11R6/include -I/usr/X11R6/include -o MatrixPlugin.o MatrixPlugin.C MatrixPlugin.C: In member function `bool MatrixPlugin::CanTransposeDown()': MatrixPlugin.C:382: error: `False' undeclared (first use this function) MatrixPlugin.C:382: error: (Each undeclared identifier is reported only once for each function it appears in.) MatrixPlugin.C:383: error: `True' undeclared (first use this function) make[1]: *** [MatrixPlugin.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/spiralmodular-0.2.1/work/spiralmodular-0.2.1/SpiralSound/Plugins/MatrixPlugin' make[1]: Entering directory `/var/tmp/portage/spiralmodular-0.2.1/work/spiralmodular-0.2.1/work/spiralmodular-0.2.1/SpiralSound/Plugins/MidiPlugin' ..... The emerge process does not stop, so this error is perhaps rather hard to spot. It's caused by bad syntax; 'True' and 'False' have liberally been used instead of 'true' and 'false'.
Created attachment 18853 [details, diff] proposed spiralmodular-0.2.1-matrix patch
in cvs