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 945 - error creating Makefile during configure on MacOS X 10.4
Summary: error creating Makefile during configure on MacOS X 10.4
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: Other Mac OS X 10.4 (Intel)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 16:12 UTC by elboato
Modified: 2011-01-21 12:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elboato 2010-02-11 16:12:42 UTC
I already posted this in forums before: http://forums.libsdl.org/viewtopic.php?t=5804

Now I installed the most recent XCode build tools and the problem still exists. I suppose it should be possible to build SDL 1.3 on a MacOS 10.4, so I guess this is a bug.... :'(
Comment 1 elboato 2010-02-11 16:14:10 UTC
> Now I installed the most recent XCode build tools

to be exact: the most recent ones available for MacOS X 10.4
Comment 2 Sam Lantinga 2011-01-20 21:31:59 UTC
I can reproduce this, and I think I know how to fix it.
Comment 3 Sam Lantinga 2011-01-21 12:44:12 UTC
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