[mythtv] libmyth build error on x86_64

Ian Forde ian at duckland.org
Thu Feb 3 06:25:48 UTC 2005


On Thu, 2005-02-03 at 00:34 -0500, Isaac Richards wrote:
> On Thursday 03 February 2005 12:23 am, Ian Forde wrote:
> > I saw that there was a commit made over the last couple of days to fix
> > mythtv building on FC3 for x86_64.  I'm still getting the error and need
> > to edit mythtv/libs/libmyth/Makefile to include /usr/X11R6/lib64 on the
> > libs line...
> 
> make distclean.

'Twas a fresh CVS checkout into a new directory.  But just for grins, I
went back into the same mythtv/ directory just now, and typed:

make distclean
./configure
qmake
make

Note that Firewire and ALSA are enabled, and my CPU type is set to 'k8'
instead of 'pentiumpro'.

Now, doing the above 'make distclean' clears out all of the Makefiles in
the subdirs, right?

Result?

Boom.

g++ -shared -Wl,-soname,libmyth-0.17.so.0 -o libmyth-0.17.so.0.17.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
audiooutputoss.o mythcdrom.o mythmediamonitor.o mythcdrom-linux.o
audiooutputalsa.o jsmenu.o jsmenuevent.o screensaver-x11.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_jsmenu.o  -L/usr/lib64/qt-3.3/lib -
L../libmythsamplerate -lmythsamplerate-0.17 -L../libmythsoundtouch -
lmythsoundtouch-0.17 -lasound -L/usr/X11R6/lib -lXinerama -lqt-mt -lXext
-lX11 -lm -lpthread
/usr/bin/ld: cannot find -lXinerama
collect2: ld returned 1 exit status
make[2]: *** [libmyth-0.17.so.0.17.0] Error 1
make[2]: Leaving directory
`/usr/local/src/myth/cvs.20050202/mythtv/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory
`/usr/local/src/myth/cvs.20050202/mythtv/libs'
make: *** [sub-libs] Error 2

Sooo... not so much working for me right now... ;)

	-Ian



More information about the mythtv-dev mailing list