Opened 18 years ago
Closed 18 years ago
#3648 closed defect (fixed)
ignyte needs to include X11 library paths
Reported by: | anonymous | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythmovies | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I can verify that the same fix is needed for old 32-bit Linuxes. I need to manually compile ignyte by adding a -L/usr/X11R6/lib