[PD-dev] [ pure-data-Patches-1575544 ] Fix to build Pd-0.40 on Mac OS X 10.4/PowerPC

SourceForge.net noreply at sourceforge.net
Wed Oct 11 23:29:38 CEST 2006


Patches item #1575544, was opened at 2006-10-11 17:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1575544&group_id=55736

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: Open
Resolution: None
Priority: 5
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/compiling/chapter_4_section_3.html

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"



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1575544&group_id=55736




More information about the Pd-dev mailing list