<div dir="ltr"><div><a href="http://en.wikipedia.org/wiki/Xcode#Composition">http://en.wikipedia.org/wiki/Xcode#Composition</a>  says that clang started at xcode 4.2, for which the version numbering is decoupled from the darwin version. There are two tables at the bottom that only sort of tell the whole story...<br>
</div><div><br></div><div><a href="http://en.wikipedia.org/wiki/Xcode#Versions_compare_table">http://en.wikipedia.org/wiki/Xcode#Versions_compare_table</a><br></div><div><br></div><div>e.g. on 10.9, I started with XCode 4.6 </div>
<div>Thread model: posix, but currently have:</div><div></div><div><br></div><div><div>uname -r</div><div>13.1.0</div></div><div><br></div><div>xcodebuild -version<br></div><div><div>Xcode 5.1</div><div>Build version 5B130a</div>
</div><div><br></div><div><div>gcc --version</div><div>Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1</div><div>Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)</div>
<div>Target: x86_64-apple-darwin13.1.0</div><div>Thread model: posix</div><div><br></div><div>clang --version<br></div><div>Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)</div><div>Target: x86_64-apple-darwin13.1.0</div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 20, 2014 at 2:39 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> Well, you could try leaving out the os.uname test.  clang is clang no matter<br>
> what version of OS X, and it wouldn't hurt to include the option when it's<br>
> already default.  Also, testing the OS version doesn't necessarily say what<br>
> clang version is installed.<br>
<br>
</div>Could you try leaving out test os.uname test ? It is inspired from the link I<br>
found where they say that clang began the default compiler with Darwin >= 11.<br>
Ideally we shouldn't break building for folks using GCC.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
><br>
> -----<br>
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br>
> <a href="http://www.kyngchaos.com/" target="_blank">http://www.kyngchaos.com/</a><br>
><br>
> First Pogril: Why is life like sticking your head in a bucket filled with<br>
> hyena offal?<br>
> Second Pogril: I don't know.  Why IS life like sticking your head in a bucket<br>
> filled with hyena offal?<br>
> First Pogril: I don't know either.  Wretched, isn't it?<br>
><br>
> -HitchHiker's Guide to the Galaxy<br>
><br>
><br>
><br>
<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>--<div><a href="http://schwehr.org" target="_blank">http://schwehr.org</a></div>
</div>