[mythtv-commits] Ticket #3648: ignyte needs to include X11 library paths
MythTV
mythtv at cvs.mythtv.org
Thu Jun 21 07:36:40 UTC 2007
#3648: ignyte needs to include X11 library paths
------------------------+---------------------------------------------------
Reporter: anonymous | Owner: stuartm
Type: defect | Status: new
Priority: minor | Milestone: 0.21
Component: mythmovies | Version: head
Severity: medium | Mlocked: 0
------------------------+---------------------------------------------------
On systems with X11 still residing under /usr/X11R6/... ignyte fails to
build:
{{{
g++ -o ignyte main.o ignytegrabber.o mythsoap.o moc_ignytegrabber.o
moc_mythsoap.o -L/usr/kde/3.3/lib -L/usr/lib64/qt-3.3/lib -L/usr/lib
-L/var/tmp/bach-build/BUILD/mythtv-0.21/temp/usr/lib64 -lqt-mt -lXext
-lX11 -lm -lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[2]: *** [ignyte] Error 1
}}}
E.g. in the above invocation it is missing a {{{-L/usr/X11R6/lib64}}}
(this was with revision 13726)
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/3648>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list