Linux Problem compiling XBMC 12.1 in OpenSuSE 12.3
#1
Hi.

I am trying to compile XBMC 12.1 in OpenSuSE 12.3 x86_64, the desktop is LXDE. I installed the dependencies using:

Code:
zypper si -d xbmc

However when it is making the configure, it gives the next error:

Code:
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
configure: Using Python 2.7
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

I have installed the proprietary NVIDIA driver, I proved with the RPM package and compiling from source but I always obtain the same error.

When I search for libGL.so, it is in /usr/lib and /usr/lib64.

Can someone help me?

Thanks.
Reply
#2
you need the header files for GL and a lot of other stuff. Read the README.linux
Reply
#3
(2013-03-21, 03:24)wsnipex Wrote: you need the header files for GL and a lot of other stuff. Read the README.linux

Thanks.

I'll try to find them. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Problem compiling XBMC 12.1 in OpenSuSE 12.30