Opened 18 years ago

Closed 17 years ago

#2329 closed defect (fixed)

mythgallery Makefile needs an additional -L

Reported by: siggy@… Owned by: paulh
Priority: minor Milestone: 0.21
Component: mythgallery Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Building Mythgallery on SUSE 10.1 gives the following error:

/usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot find -lXmu

I got it to build by adding -L/usr/X11R6/lib to the Mythgallery Makefile, but I assume it should be fixed in mythgallery.pro.

This issue looks similar to Ticket #2230 for mytharchivehelper, so maybe add something like this to mythgallery.pro:

LIBS += -L$${PREFIX}/lib $$EXTRA_LIBS

Change History (4)

comment:1 Changed 17 years ago by anonymous

One can add the following line to mythgallery.pro (in mythplugins-0.20a/mythgallery/mythgallery)

LIBS += $$LOCAL_LIBDIR_X11

comment:2 Changed 17 years ago by paulh

Milestone: unknown0.21
Owner: changed from Isaac Richards to paulh
Version: head

comment:3 Changed 17 years ago by paulh

(In [14190]) Make sure some distros can find the X11 libs. Refs #2329.

comment:4 Changed 17 years ago by paulh

Resolution: fixed
Status: newclosed

(In [14191]) Make sure some distros can find the X11 libs. Fixes #2329.

Note: See TracTickets for help on using tickets.