|
From: | icicle |
Subject: | Re: GNUstep app won't start |
Date: | Wed, 10 Feb 2010 18:30:56 +0100 |
User-agent: | Internet Messaging Program (IMP) H3 (4.0.4) |
Hi! Maybe it's an issue with your X graphics card driver. As far as I know, the driver provides the actual GLX and GL implementations. 'glXMakeContextCurrent' is a function which got introduced with GLX 1.3, older implementations do not have it. You could take a look at the output of glxinfo or a similar tool which shows the actual OpenGL capabilities of your graphics driver. Cheers, TOM Zitat von Andreas Höschler <ahoesch@smartsoft.de>:
Hi all, I short follow-up to my other post. I just did a diff of the back configure output on both machines. Source: ==================== checking for glXMakeContextCurrent in -lGL... yes Target: ======================= checking for glXMakeContextCurrent in -lGL... no configure: Warning : no OpenGL support for X11 backend I am not aware of having installed any GL related packages on any of the two Solaris 10 machines!? Any idea? Thanks, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |