Mailing List Archive

Myth Music Compile Error
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
Re: Myth Music Compile Error [ In reply to ]
On Sunday 06 October 2002 12:22 pm, Calvin Harrigan wrote:
> 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.

It needs flac 1.0.4 now, there were a few incompatible library changes.

Isaac