You are not logged in.

#1 2008-06-23 15:02:01

sidc
Member
Registered: 2008-06-19
Posts: 76

Error compiling wxGTK

When I try to compile wxGTK widgets, I get an error saying that OpenGL libraries not available. Is there any way to get over this?

Offline

#2 2008-06-23 15:26:31

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Error compiling wxGTK

Which configure command are you using? How are you trying to compile anyway?

Offline

#3 2008-06-23 15:58:51

sidc
Member
Registered: 2008-06-19
Posts: 76

Re: Error compiling wxGTK

i got it from /var/abs and then I copied it to the abs folder in my home directory and I used makepkg -c to compile it.

Offline

#4 2008-06-23 16:51:20

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Error compiling wxGTK

Builds fine here. What is your problem?

Offline

#5 2009-05-23 17:40:21

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Re: Error compiling wxGTK

I have the same error:

checking for -lSM - X11 session management... no
configure: WARNING: libSM not found; disabling session management detection
checking for OpenGL headers... found in /usr/include
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for -lGL... no
checking for -lMesaGL... no
configure: error: OpenGL libraries not available

Offline

#6 2009-05-23 18:41:04

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: Error compiling wxGTK

libgl installed?

Offline

#7 2009-05-23 18:49:13

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Re: Error compiling wxGTK

installed...
I solved it by:
ln -s /usr/lib/libGL* /usr/lib64/

Offline

Board footer

Powered by FluxBB