Blammo wrote:
On Fri, 11 Feb 2005 15:08:35 -0600, jmk <[EMAIL PROTECTED]> wrote:

To answer my own post...  removing mad-0.14.2b and installing
libmad-0.15.1b and libid3tag-0.15.1b fixed my mythmusic compile errors.
Stupid old RH9 box.

Joe



How about this one:

[EMAIL PROTECTED] mythmusic]# ./configure ; make
Creating config.h, config.pro

Configuration settings: OpenGL support will not be included
FFTW support will not be included
SDL support will not be included
AAC support will not be included

You did not enable OpenGL, FFTW, SDL or AAC in your first step (./configure). According to the README, they are disabled by default.


cd mythmusic && make -f Makefile
make[1]: Entering directory `/usr/src/mythmusic/mythmusic'
qmake -o Makefile mythmusic.pro
make[1]: Leaving directory `/usr/src/mythmusic/mythmusic'
make[1]: Entering directory `/usr/src/mythmusic/mythmusic'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DHAVE_MMX
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I../../../local/include
-I../../../include/cdda -I/usr/lib/qt-3.3/include -o cddecoder.o
cddecoder.cpp
In file included from cddecoder.cpp:10:
cddecoder.h:6:21: cdaudio.h: No such file or directory
cddecoder.cpp: In member function `int CdDecoder::getNumTracks()':
cddecoder.cpp:256: error: `cd_init_device' undeclared (first use this function)
cddecoder.cpp:256: error: (Each undeclared identifier is reported only
once for each function it appears in.)
cddecoder.cpp:258: error: aggregate `disc_info discinfo' has
incomplete type and cannot be defined
cddecoder.cpp:259: error: `cd_stat' undeclared (first use this function)
cddecoder.cpp:262: error: `cd_finish' undeclared (first use this function)
cddecoder.cpp: In member function `int CdDecoder::getNumCDAudioTracks()':
cddecoder.cpp:282: error: `cd_init_device' undeclared (first use this function)
cddecoder.cpp:284: error: aggregate `disc_info discinfo' has
incomplete type and cannot be defined
cddecoder.cpp:285: error: `cd_stat' undeclared (first use this function)
cddecoder.cpp:288: error: `cd_finish' undeclared (first use this function)
cddecoder.cpp:302: error: `CDAUDIO_TRACK_AUDIO' undeclared (first use
this function)
cddecoder.cpp: In member function `Metadata* CdDecoder::getMetadata()':
cddecoder.cpp:353: error: `cd_init_device' undeclared (first use this function)
cddecoder.cpp:355: error: aggregate `disc_info discinfo' has
incomplete type and cannot be defined
cddecoder.cpp:356: error: `cd_stat' undeclared (first use this function)
cddecoder.cpp:359: error: `cd_finish' undeclared (first use this function)
cddecoder.cpp:387: error: `CDAUDIO_TRACK_AUDIO' undeclared (first use
this function)
cddecoder.cpp:395: error: aggregate `disc_data discdata' has
incomplete type and cannot be defined
cddecoder.cpp:398: error: `cddb_read_disc_data' undeclared (first use
this function)
cddecoder.cpp:416: error: `cddb_genre' undeclared (first use this function)
cddecoder.cpp:434: error: `cddb_write_data' undeclared (first use this function)
cddecoder.cpp: In member function `virtual void
CdDecoder::commitMetadata(Metadata*)':
cddecoder.cpp:452: error: `cd_init_device' undeclared (first use this function)
cddecoder.cpp:454: error: aggregate `disc_info discinfo' has
incomplete type and cannot be defined
cddecoder.cpp:455: error: `cd_stat' undeclared (first use this function)
cddecoder.cpp:458: error: `cd_finish' undeclared (first use this function)
cddecoder.cpp:479: error: aggregate `disc_data discdata' has
incomplete type and cannot be defined
cddecoder.cpp:480: error: `cddb_read_disc_data' undeclared (first use
this function)
cddecoder.cpp:524: error: `cddb_write_data' undeclared (first use this function)
../../../include/cdda/cdda_interface.h: At global scope:
../../../include/cdda/cdda_interface.h:195: warning: 'strerror_tr'
defined but not used
make[1]: *** [cddecoder.o] Error 1
make[1]: Leaving directory `/usr/src/mythmusic/mythmusic'
make: *** [sub-mythmusic] Error 2


Everything is installed correctly, AFAICT

This looks like you are missing one of the required prerequisites spelled out in the README. Did you install libcdaudio?
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to