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

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
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