| Summary: | 1.2.10 prerelease does not compile for wce | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dmitry Yakimov <support> |
| Component: | build | Assignee: | 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
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? Created attachment 108 [details]
Contains patch and updated project files
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. 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. 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. |