This patch fixes the following error: g++ -shared -Wl,-soname,libmyth-0.18.so.0 -o libmyth-0.18.so.0.18.0 dialogbox.o lcddevice.o mythcontext.o mythwidgets.o oldsettings.o remotefile.o settings.o themedmenu.o util.o mythwizard.o uitypes.o xmlparse.o mythplugin.o mythdialogs.o audiooutput.o inetcomms.o httpcomms.o mythmedia.o uilistbtntype.o uiphoneentry.o generictree.o managedlist.o DisplayRes.o volumecontrol.o volumebase.o audiooutputbase.o dbsettings.o screensaver.o screensaver-null.o output.o langsettings.o mythdbcon.o audiooutputnull.o DisplayResScreen.o util-x11.o qmdcodec.o mythcdrom.o mythmediamonitor.o mythcdrom-linux.o audiooutputalsa.o lirc.o lircevent.o screensaver-x11.o DisplayResX.o moc_dialogbox.o moc_lcddevice.o moc_mythcontext.o moc_mythwidgets.o moc_settings.o moc_themedmenu.o moc_mythwizard.o moc_uitypes.o moc_mythdialogs.o moc_inetcomms.o moc_httpcomms.o moc_mythmedia.o moc_uilistbtntype.o moc_uiphoneentry.o moc_managedlist.o moc_mythcdrom.o moc_mythmediamonitor.o moc_lirc.o moc_screensaver-x11.o -L/usr/share/qt3/lib -L../libmythsamplerate -lmythsamplerate-0.18 -L../libmythsoundtouch -lmythsoundtouch-0.18 -llirc_client -lfreetype -lmp3lame -lasound -ldvdnav -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lqt-mt -lXext -lX11 -lm -lpthread /usr/bin/ld: cannot find -lXxf86vm collect2: ld returned 1 exit status make[2]: *** [libmyth-0.18.so.0.18.0] Error 1 make[2]: Leaving directory `/store/rah/proj/mythtv/mythtv/libs/libmyth' make[1]: *** [sub-libmyth] Error 2 make[1]: Leaving directory `/store/rah/proj/mythtv/mythtv/libs' make: *** [sub-libs] Error 2
-- Bob Ham <[EMAIL PROTECTED]>
Index: configure =================================================================== --- configure (revision 7106) +++ configure (working copy) @@ -2625,7 +2625,7 @@ if test x"$xv" = x"yes" ; then CCONFIG="$CCONFIG using_xv" - echo "CONFIG_XV_LIBS=-lXinerama -lXv -lX11 -lXext -lXxf86vm" >> $MYTH_CONFIG_MAK + echo "CONFIG_XV_LIBS=-lXinerama -lXv -lX11 -lXext" >> $MYTH_CONFIG_MAK fi if test x"$dvd" = x"yes" ; then
signature.asc
Description: This is a digitally signed message part
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
