<p><br>
On Mar 20, 2011 7:23 PM, "Tanu Kaskinen" <<a href="mailto:tanuk@iki.fi">tanuk@iki.fi</a>> wrote:<br>
><br>
> On Sun, 2011-03-20 at 18:39 +0100, Daniel Mack wrote:<br>
> > @@ -178,6 +183,14 @@ case $host in<br>
> > *-*-darwin*)<br>
> > AC_MSG_RESULT([darwin])<br>
> > pulse_target_os=darwin<br>
> > +<br>
> > + if test "x$enable_mac_universal" = "xyes" ; then<br>
> > + mac_version_min="-mmacosx-version-min=10.5"<br>
> > + mac_arches="-arch i386 -arch x86_64"<br>
> > + mac_sysroot="-isysroot /Developer/SDKs/MacOSX10.5.sdk"<br>
><br>
> This looks like something that will only work on 10.5. Is that correct?</p>
<p>No. 10.5 just happens to be my deployment SDK so people don't have to upgrade to 10.6. The newer APIs don't buy anything, so there is no benefit. Anyway, building universal binaries is not something you need to do unless you want to build binary packages :-) And therefore, yes, you need the 10.5 SDK.</p>
<p>Daniel<br>
</p>