When running make I get:
error: '__xineui_global_lirc_enable' undeclared (first use in this function)
xine-ui's macro for checking for the existence of lirc does not look in the 64 bit library directories (/usr/lib64) and it only looks for the static library versions. On my installation the static (.a) library was only in /usr/lib64 so the configure script did not find it, and turned off lirc support. The fix for me was to just create a link in the /usr/lib directory:
ln -s /usr/lib64/liblirc_client.a .
Friday, November 6. 2009
Problem compiling xine-ui on 64bit OpenSuse 11.0
Trackbacks
Trackback specific URI for this entry
No Trackbacks



