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 - Building with X11 but not GL headers...
Summary: Building with X11 but not GL headers...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 1.2.11
Hardware: x86 Linux
: P1 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 14:02 UTC by Ryan C. Gordon
Modified: 2007-06-15 05:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.