meiyunyang / chipmunk-physics

Automatically exported from code.google.com/p/chipmunk-physics
MIT License
0 stars 0 forks source link

Can't find OpenGL/gl.h on Debian #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Debian GNU/Linux 5.0 'Lenny' with Nvidia binary driver
2. Compile chipmunk

What is the expected output? What do you see instead?

Demo6.c should compile, but doesn't as cmake can't find OpenGL/gl.h.
My gl.h is located at GL/gl.h.

What version of the product are you using? On what operating system?

Latest SVN of chipmunk (revision 10), Debian 5.0

Please provide any additional information below.

Patch is attached.

Cheers,
Simon

Original issue reported on code.google.com by simon.wenner@gmail.com on 2 Sep 2008 at 12:09

Attachments:

GoogleCodeExporter commented 8 years ago
This was probably fixed long ago. I didn't notice that I was actually getting 
issues reported until recently as it 
seems to have defaulted to not notify me by email that any issues were ever 
added.

Original comment by slemb...@gmail.com on 27 Aug 2009 at 12:49

GoogleCodeExporter commented 8 years ago
It wasn't -- I just tried compiling under Debian today and had the same issue, 
and
needed to make the same fix.

Original comment by jeremybanks.ca on 27 Aug 2009 at 2:04