swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

SDL_Opengl.h not found on Linux (Ubuntu) #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem is Linux is case sensitive and at least on my installation of
Ubuntu Karmic (and I'm going to assume this is standard), the header was
called SDL_opengl.h. Renaming them all with a lower case 'o' sorted it out.

Original issue reported on code.google.com by cameron....@gmail.com on 14 Nov 2009 at 1:06

GoogleCodeExporter commented 9 years ago
I remember changing them all to upper case at some point to make them compile on
linux. They are now changed to lower case. I hope I got it right this time.

Original comment by memono...@gmail.com on 15 Nov 2009 at 10:33

GoogleCodeExporter commented 9 years ago
I think it should be good, if the SDL repo is anything to go by :)

http://svn.libsdl.org/trunk/SDL/include/SDL_opengl.h

Original comment by cameron....@gmail.com on 16 Nov 2009 at 7:09

GoogleCodeExporter commented 9 years ago
This error is back! File: SlideShow.cpp line 22.

Original comment by goti...@gmail.com on 22 Oct 2010 at 10:56