| Author |
Message |
blaarghalltheusernamesare
Joined: 14 Feb 2010 Posts: 92
|
Posted: Fri 04 May 2012, 11:00 Post subject:
opengl headers |
|
I have installed the ati driver, but when i try to compile a game, it says "glx.h not found". why? the driver should have installed it. there's an atigl and atiglx.h file, but no glx.h
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2048 Location: World_Hub
|
Posted: Fri 04 May 2012, 14:24 Post subject:
|
|
If you Pfind for glx.h- are you saying it's not in the system? This is which Pup.. Racy, 4.21.. other?
|
|
Back to top
|
|
 |
blaarghalltheusernamesare
Joined: 14 Feb 2010 Posts: 92
|
Posted: Fri 04 May 2012, 15:25 Post subject:
|
|
it's racy. it turns out it's in usr/x11r7/include/gl . how do i make a ./configure script recognize it?
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2048 Location: World_Hub
|
Posted: Fri 04 May 2012, 15:49 Post subject:
|
|
Try adding it to your ld_library path in /etc/profile. Correct case to suit, reboot to set.
| Code: | | LD_LIBRARY_PATH="/lib:/usr/lib:/usr/X11R7/lib:/root/my-applications/lib:/usr/x11r7/include/gl" |
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2048 Location: World_Hub
|
Posted: Sat 05 May 2012, 22:26 Post subject:
|
|
You think peeps don't make edits? Continuing posts are for YOU to followup..
|
|
Back to top
|
|
 |
blaarghalltheusernamesare
Joined: 14 Feb 2010 Posts: 92
|
Posted: Thu 10 May 2012, 20:00 Post subject:
|
|
sorry about that. it didn't work. i just wound up symlinking the headers into the normal include directory
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2048 Location: World_Hub
|
Posted: Thu 10 May 2012, 20:41 Post subject:
|
|
Thanks for the feedback- appreciated..
|
|
Back to top
|
|
 |
|