[ardour-dev] gcc 3.3.3 (FC2T3) + 0.9beta11.2 compilation error

Fernando Pablo Lopez-Lezcano nando at ccrma.Stanford.EDU
Thu May 13 18:57:42 PDT 2004


While trying to build ardour 0.9beta11.2 under Fedora Core 2 Test 3
(getting ready for the final release) I hit this error:

if g++ -DHAVE_CONFIG_H -I. -I. -I.     -D_REENTRANT -O6
-fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops
-fmove-all-movables -Wall
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/sigc++
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/sigc++/sigc++/config
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/pbd
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/midi++
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/ardour
-I/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/soundtouch  -MT
AAFilter.o -MD -MP -MF ".deps/AAFilter.Tpo" \
  -c -o AAFilter.o `test -f 'AAFilter.cc' || echo './'`AAFilter.cc; \
then mv -f ".deps/AAFilter.Tpo" ".deps/AAFilter.Po"; \
else rm -f ".deps/AAFilter.Tpo"; exit 1; \
fi
AAFilter.cc: In member function `virtual void
AAFilter::calculateCoeffs()':
AAFilter.cc:89: error: void value not ignored as it ought to be
AAFilter.cc:90: error: void value not ignored as it ought to be
AAFilter.cc:91: error: void value not ignored as it ought to be
AAFilter.cc:92: error: void value not ignored as it ought to be
AAFilter.cc:120: error: void value not ignored as it ought to be
AAFilter.cc:123: error: void value not ignored as it ought to be
AAFilter.cc:124: error: void value not ignored as it ought to be
AAFilter.cc:125: error: void value not ignored as it ought to be
AAFilter.cc:136: error: void value not ignored as it ought to be
make[4]: *** [AAFilter.o] Error 1
make[4]: Leaving directory
`/usr/src/rpm/BUILD/ardour-0.9beta11.2/libs/soundtouch'

For some reason the "ss_asserts" there do not seem to make gcc happy...
This is gcc 3.3.3....
Suggestions?

-- Fernando





More information about the Ardour-Dev mailing list