Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30480 - media-sound/spiralmodular fails to build MatrixPlugin
Summary: media-sound/spiralmodular fails to build MatrixPlugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 04:35 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-28 06:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed spiralmodular-0.2.1-matrix patch (spiralmodular-0.2.1-matrix.patch,962 bytes, patch)
2003-10-06 04:40 UTC, Brandy Westcott (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brandy Westcott (RETIRED) gentoo-dev 2003-10-06 04:35:53 UTC
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'.
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-10-06 04:40:00 UTC
Created attachment 18853 [details, diff]
proposed spiralmodular-0.2.1-matrix patch
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-28 06:34:38 UTC
in cvs