| Summary: | error creating Makefile during configure on MacOS X 10.4 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | elboato |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | Other | ||
| OS: | Mac OS X 10.4 (Intel) | ||
|
Description
elboato
2010-02-11 16:12:42 UTC
> Now I installed the most recent XCode build tools
to be exact: the most recent ones available for MacOS X 10.4
I can reproduce this, and I think I know how to fix it. The configure script was breaking the substitutions into multiple fragments, breaking them across the substitution for the build rules. This of course totally hosed the process. I switched to using a more modern usage of AC_OUTPUT and added a post-process step that appends the build rules to the Makefile. http://hg.libsdl.org/SDL/rev/3afb71c202b2 |