We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 336

Summary: Building with X11 but not GL headers...
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P1    
Version: 1.2.11   
Hardware: x86   
OS: Linux   

Description Ryan C. Gordon 2006-10-04 14:02:57 UTC
Building the 1.2 branch on Ubuntu Linux with the X11 development package installed but without the GL development package will result in this:

In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_events.c:28:
./include/SDL_opengl.h:45:58: error: GL/glu.h: No such file or directory
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_keyboard.c:29:
./include/SDL_opengl.h:45:58: error: GL/glu.h: No such file or directory
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_mouse.c:29:
./include/SDL_opengl.h:45:58: error: GL/glu.h: No such file or directory


...should we make these seperate checks in the configure script, or turn off X11 support if the GL headers are missing?

--ryan.
Comment 1 Ryan C. Gordon 2007-06-02 13:58:56 UTC
Bumping a bunch of bugs to Priority 1 for consideration for the 1.2.12 release.

--ryan.

Comment 2 Ryan C. Gordon 2007-06-15 05:28:13 UTC
Fixed in svn revision #3080 for the 1.2 branch, and #3081 for the 1.3 branch.

--ryan.