Removing any mention of the OS SDK version defaults to the one for your version of the OS.  The SDKs are for backwards compatibility.<br><br><div class="gmail_quote">On Wed, Mar 9, 2011 at 5:35 AM, ronald kuivila <span dir="ltr">&lt;<a href="mailto:rkuivila@wesleyan.edu">rkuivila@wesleyan.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi all,<br>
<br>
I am new to Pd.  I downloaded the basic MSP release and tried to compile under OSX, but I get a complaint from lipo.<br>
The problem seems to be I have the 10.5 SDK, so altering the -i flag to  /Developer/SDKs/MacOSX10.5.sdk solved the problem:<br>
<br>
        cc -g -O2 -DPD  -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD<br>
 -I/usr/X11R6/include         -I../portaudio/include -I../portaudio/src/common         -I../portaudio/src/os/mac_osx/         -I../portmidi/pm_common -I../portmidi/pm_mac         -I../portmidi/porttime         -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER<br>

-isysroot /Developer/SDKs/MacOSX10.4u.sdk             -arch i386 -arch ppc -Wno-error -O2  -o ../bin/pd-watchdog s_watchdog.c<br>
<br>
<br>
Is there some way to automate this choice in the makefile?<br>
<br>
Cheers,<br>
<br>
RJK<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br>