Opened 18 years ago

Closed 18 years ago

#2107 closed patch (wontfix)

mythplugins compile error on SuSE 10.1

Reported by: htower@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

compiling mythplugins my SuSE system generate this error :

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

I improve settings.pro file and mythplugins copiles successfull. Patch attacehed.

Attachments (1)

suse.patch (317 bytes) - added by htower@… 18 years ago.
patch for correct compiling on SuSE 10.1

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by htower@…

Attachment: suse.patch added

patch for correct compiling on SuSE 10.1

comment:1 Changed 18 years ago by Colin Guthrie <mythtv@…>

This patch hardcodes a library path that IMO should be the responsibility of you system to add to /etc/ld.so.conf (or /etc/ld.so.conf.d/ if supported).

With modular Xorg now quite common on major distro's the /usr/X11R6/lib path is no longer valid. Also this patch may not deal nicely with 64 bit platforms (does SuSE 64-bit use /usr/X11R6/lib64 ??)

comment:2 Changed 18 years ago by Isaac Richards

Resolution: wontfix
Status: newclosed

Agree with Colin's comment.

Note: See TracTickets for help on using tickets.