[mythtv-users] Compiling MythMusic

Manuel Vazquez manuel at freddie.homelinux.com
Fri Sep 19 00:01:21 EDT 2003


Hi, here's my next problem:

g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -DNO_DEBUG 
-Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -I/usr/include/SDL 
-D_REENTRANT -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/lib/qt3/mkspecs/default 
-I. -I/usr/local/include -I/usr/include/FLAC -I/usr/include 
-I/usr/lib/qt3/include -I/usr/include -o maddecoder.o maddecoder.cpp
maddecoder.cpp: In member function `virtual Metadata* 
MadDecoder::getMetadata(QSqlDatabase*)':
maddecoder.cpp:600: error: `assert' undeclared (first use this function)
maddecoder.cpp:600: error: (Each undeclared identifier is reported only once 
for each function it appears in.)
make[1]: *** [maddecoder.o] Error 1
make[1]: Leaving directory `/tmp/mythmusic-0.11/mythmusic'
make: *** [sub-mythmusic] Error 2

I have installed all needed packages which are listed in the howto. 
./configure was run with --enable-all. Or should I only use one of the 
visualization options? If yes - which one is best?
I looked into maddecoder.cpp and in my opinion assert.h is correctly included.

Manuel


More information about the mythtv-users mailing list