NOTES ON HOW I RESOLVED THE LIBXMU ERROR DURING COMPILE mythtv0.17> tar -xjf mythmusi* mythtv0.17> cd mythmusi* mythtv0.17/mythmusic-0.17> ./configure --enable-opengl --enable-sdl --enable-aac mythmusic-0.17> qmake mythmusic.pro mythmusic-0.17> make
HERE COMPILE STARTED, AND WENT UNTIL IT FAILED then I edited /mythmusic-0.17/mythmusic/Makefile line 22 to read LIBS = $(SUBLIBS) -L/usr/lib/ -L$(QTDIR)/lib/ -L/usr/lib/ -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lfaad -lmp4ff -lmad -lid3tag -logg -lvorbisfile -lvorbis -lvorbisenc -lcdaudio -lFLAC -lmp3lame -lcdda_paranoia -lcdda_interface -lqt-mt -lGLU -lGL -lXmu -lpthread -L/usr/X11R6/lib/ then mythmusic-0.17> make IT THEN COMPLETED THE MAKE mythmusic-0.17> su Password: mythmusic-0.17 # make install AND THEN IT WORKED! On Sun, 13 Feb 2005 09:06:10 -0500, Dave Hofstra <[EMAIL PROTECTED]> wrote: > I have sucessfully installed myth 0.17, and all plugins except > mythmusic and mythgallery. The release is incredible! Thanks to > Isaac and all the others for another fantastic release. I am unable > to 'make' mythmusic or mythgallery, however, because of the following > error, and I am at a complete loss as to how to fix this... any help > would be greatly appreciated. > > ------------------------------------------------------------------------ > > g++ -shared -o libmythmusic.so metaiomp4.o aacdecoder.o cddecoder.o > cdrip.o decoder.o flacdecoder.o flacencoder.o maddecoder.o main.o > mainvisual.o metadata.o playbackbox.o playlist.o streaminput.o > encoder.o resample.o dbcheck.o synaesthesia.o treecheckitem.o > vorbisdecoder.o lameencoder.o vorbisencoder.o visualize.o bumpscope.o > globalsettings.o databasebox.o metaio.o metaioid3v2.o vcedit.o > metaiooggvorbiscomment.o metaioflacvorbiscomment.o metaioavfcomment.o > metaio_libid3hack.o filters.o goom_core.o graphic.o tentacle3d.o ifs.o > ifs_display.o lines.o surf3d.o zoom_filter_mmx.o zoom_filter_xmmx.o > mythgoom.o avfdecoder.o editmetadata.o smartplaylist.o moc_cdrip.o > moc_databasebox.o moc_mainvisual.o moc_playbackbox.o moc_streaminput.o > moc_editmetadata.o moc_smartplaylist.o -L/usr/lib/ > -L/usr/lib/qt3/lib/ -L/usr/lib/ -L/usr/lib -Wl,-rpath,/usr/lib -lSDL > -lfaad -lmp4ff -lmad -lid3tag -logg -lvorbisfile -lvorbis -lvorbisenc > -lcdaudio -lFLAC -lmp3lame -lcdda_paranoia -lcdda_interface -lqt-mt > -lGLU -lGL -lXmu -lpthread > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: > cannot find -lXmu > collect2: ld returned 1 exit status > make[1]: *** [libmythmusic.so] Error 1 > make[1]: Leaving directory > `/mnt/ServerDocs/Programs/LinuxPrograms/mythtv0.17/mythmusic-0.17/mythmusic' > make: *** [sub-mythmusic] Error 2 > > -------------------------------------------------------------------------------------------- > > I found a potential fix at this thread: > http://www.gossamer-threads.com/lists/mythtv/users/53542?search_string=cannot%20find%20-lrfftw;#53542 > > But I am not completely sure where in the makefile this user put the > lib reference > > "I fixed it by inserting -L/usr/X11R6/lib/ into the Makefile for each > offending > plugin .... i.e mythMusic and MythGallery" > > ---------------------------------------------------------------------------------------- > > Please respond to this thread if you have any help or suggestions for me. > > I am using Suse 9.1 > > Thank you, > > Dave Hofstra >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
