Opened 19 years ago
Closed 18 years ago
#2329 closed defect (fixed)
mythgallery Makefile needs an additional -L
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

One can add the following line to mythgallery.pro (in mythplugins-0.20a/mythgallery/mythgallery)
LIBS += $$LOCAL_LIBDIR_X11