[mythtv] Myth Music Compile Error

Calvin Harrigan mythtv-dev@snowman.net
06 Oct 2002 12:22:24 -0400


Seems like I'm not having much luck with myth* this weekend.  I'm trying
to compile/install mythmusic.  It fails out with the following errror.
I'm not sure what's wrong.  Initially I thought I didn't have the right
flac libraries installed.  But I'm not sure now.  I'm using flac 1.0.3. 
Any help would be greatly appreciated.  

Thanks, 

Calvin

**************************************************************************

cd mythmusic && make -f Makefile
make[1]: Entering directory `/home/calvin/mythtv/mythmusic/mythmusic'
g++ -c -pipe -Wall -W -O2 -D_REENTRANT  -D_GNU_SOURCE -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/qt/3/include
-I/usr/qt/3/mkspecs/linux-g++ -o flacdecoder.o flacdecoder.cpp
flacdecoder.cpp: In method `bool FlacDecoder::initialize()':
flacdecoder.cpp:288: implicit declaration of function `int
FLAC__seekable_stream_decoder_process_until_end_of_metadata(...)'
flacdecoder.cpp: In method `void FlacDecoder::run()':
flacdecoder.cpp:351: implicit declaration of function `int
FLAC__seekable_stream_decoder_process_single(...)'
make[1]: *** [flacdecoder.o] Error 1
make[1]: Leaving directory `/home/calvin/mythtv/mythmusic/mythmusic'
make: *** [sub-mythmusic] Error 2