Patches item #1575544, was opened at 2006-10-11 17:29 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1575544...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix
Status: Closed Resolution: Accepted
Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: Fix to build Pd-0.40 on Mac OS X 10.4/PowerPC
Initial Comment: According to this doc:
http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/comp...
This needs to be added to the CFLAGS "-isysroot /Developer/SDKs/MacOSX10.4u.sdk". I can't build pd-0.40 on a 10.4 PowerPC machine because it complains about this. I think the addition of this flag won't break Intel compilation because I think its the default setting on 10.4/Intel already.
Basically this line in configure.in needs to change from:
MORECFLAGS="-arch i386 -arch ppc -Wno-error"
to this:
MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -Wno-error"
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-11-09 14:31
Message: Logged In: YES user_id=27104
Miller accepted in 0.41.0-test3
----------------------------------------------------------------------
Comment By: Jamie Tittle (tigital) Date: 2006-10-12 13:25
Message: Logged In: YES user_id=634044
...just wanted to point out the following relevent tech note:
http://developer.apple.com/technotes/tn2005/tn2137.html
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1575544...