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 212

Summary: 1.2.10 prerelease does not compile for wce
Product: SDL Reporter: Dmitry Yakimov <support>
Component: buildAssignee: Dmitry Yakimov <support>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 1.2   
Hardware: Other   
OS: Windows (CE)/PocketPC   
Attachments: Contains patch and updated project files

Description Dmitry Yakimov 2006-05-02 04:26:19 UTC
I'm working on it.
Comment 1 Dmitry Yakimov 2006-05-02 04:29:32 UTC
One issue is - missing SDL_config.h.
Why don't provide user with default SDL_config.h instead of SDL_config.h.default.

Or should we automatically copy SDL_config.h.default to SDL_config.h in case of WCE platform?
Comment 2 Dmitry Yakimov 2006-05-02 05:35:45 UTC
Created attachment 108 [details]
Contains patch and updated project files
Comment 3 Dmitry Yakimov 2006-05-02 05:38:50 UTC
But I still do not know what to do with missing SDL_config.h.
User downloads SDL.tar.gz, unpacks it, opens a project file in MSVC IDE and it will not compile because MSVC does not use configure.in. I think a new user may just drop it.
Comment 4 Sam Lantinga 2006-05-02 11:00:32 UTC
The dist and snapshot build scripts copy SDL_config.h.defalt to SDL_config.h, so people who download the source archives (as opposed to pulling directly from subversion) will have the correct files in the right places.
Comment 5 Sam Lantinga 2006-05-03 00:15:23 UTC
Thanks!  Your patch is in CVS.  I omitted the portion where you check the video driver for code in wincommon, since if that code is being compiled, at least one of those drivers is enabled.