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 - 1.2.10 prerelease does not compile for wce
Summary: 1.2.10 prerelease does not compile for wce
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: Other Windows (CE)/PocketPC
: P2 blocker
Assignee: Dmitry Yakimov
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 04:26 UTC by Dmitry Yakimov
Modified: 2006-05-03 00:15 UTC (History)
0 users

See Also:


Attachments
Contains patch and updated project files (53.96 KB, application/octet-stream)
2006-05-02 05:35 UTC, Dmitry Yakimov
Details

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