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 - src/video/x11/SDL_x11dga.c:30:29: ../SDL_cursor_c.h: No such file or directory
Summary: src/video/x11/SDL_x11dga.c:30:29: ../SDL_cursor_c.h: No such file or directory
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 16:34 UTC by James Bentler
Modified: 2006-06-20 01:58 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 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.