| Summary: | Building with X11 but not GL headers... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | 1.2.11 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
Bumping a bunch of bugs to Priority 1 for consideration for the 1.2.12 release. --ryan. Fixed in svn revision #3080 for the 1.2 branch, and #3081 for the 1.3 branch. --ryan. |
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.