| Summary: | CMake build broken on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Joe Thompson <mini_joe> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.1 | Keywords: | target-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
|
Description
Joe Thompson
2015-06-04 17:02:21 UTC
This is (maybe) fixed by https://hg.libsdl.org/SDL/rev/e501460cb4c4, can you sync up to the latest in revision control and see if it works for you now? Thanks, --ryan. (In reply to Ryan C. Gordon from comment #1) > This is (maybe) fixed by https://hg.libsdl.org/SDL/rev/e501460cb4c4, can you > sync up to the latest in revision control and see if it works for you now? > > Thanks, > --ryan. Thanks Ryan. Builds fine now. FYI: Don't know if it is intended but SDL_SHARED is "OFF" by default in the CMake configuration. Thanks, Joe (In reply to Joe Thompson from comment #2) > Builds fine now. Yay! > FYI: Don't know if it is intended but SDL_SHARED is "OFF" by default in the > CMake configuration. Whoops, not intended. Fixed here, now: https://hg.libsdl.org/SDL/rev/45a632fd9d83 Thanks again, --ryan. |