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 252

Summary: src/video/x11/SDL_x11dga.c:30:29: ../SDL_cursor_c.h: No such file or directory
Product: SDL Reporter: James Bentler <bentler>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Linux   

Description James Bentler 2006-06-15 16:34:28 UTC
I checked out SVN revision 2514 of SDL 1.3 and the build failed, apparently because SDL_cursor_c.h is not in the repository.  This is with SuSE Linux 9.1 on an x86.

Here's where the build fails:
src/video/x11/SDL_x11dga.c:30:29: ../SDL_cursor_c.h: No such file or directory
In file included from src/video/x11/SDL_x11dga_c.h:24,
                 from src/video/x11/SDL_x11dga.c:31:
src/video/x11/SDL_x11video.h:69: error: parse error before "WMcursor"
src/video/x11/SDL_x11video.h:69: warning: no semicolon at end of struct or union
src/video/x11/SDL_x11video.h:163: error: parse error before '}' token
src/video/x11/SDL_x11dga.c: In function `X11_EnableDGAMouse':
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:51: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:55: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:55: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:56: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:57: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:60: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:60: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:61: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c: In function `X11_CheckDGAMouse':
src/video/x11/SDL_x11dga.c:74: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:75: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:75: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:77: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:77: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c: In function `X11_DisableDGAMouse':
src/video/x11/SDL_x11dga.c:88: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:89: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:89: error: dereferencing pointer to incomplete type
src/video/x11/SDL_x11dga.c:90: error: dereferencing pointer to incomplete type
make: *** [build/SDL_x11dga.lo] Error 1
Comment 1 Sam Lantinga 2006-06-20 01:58:21 UTC
The SDL 1.3 code is under construction.  None of the video drivers compile at this time.