<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>I can successfully built GDAL on OSX as long as my target is /usr/local but when building for the framework I and getting some errors.</p>
<p><br>
</p>
<p>The first one seems easy no fix:</p>
<p><br>
</p>
<p></p>
<div>$ ./configure --with-macosx-framework<br>
configure: WARNING: unrecognized options: --with-macosx-framework<br>
checking build system type... x86_64-apple-darwin14.5.0<br>
checking host system type... x86_64-apple-darwin14.5.0<br>
checking for gcc... gcc<br>
checking whether the C compiler works... yes<br>
. . .<br>
<br>
There is a missing entry on the file "configure":<br>
<br>
<div>$ svn diff configure<br>
Index: configure<br>
===================================================================<br>
--- configure    (revision 37029)<br>
+++ configure    (working copy)<br>
@@ -1047,6 +1047,7 @@<br>
 with_perl<br>
 with_php<br>
 with_python<br>
+with_macosx_framework<br>
 with_java<br>
 with_mdb<br>
 with_jvm_lib<br>
</div>
<br>
Once that is fixed, the "<span>unrecognized options</span>" warning goes away and I am getting in some linking error related to the code on frtms/pdf. It seems like a xCode version issue but I am still working on it.<br>
<br>
Anyway, should I file a bug and commit the above path to the file "configure"?<br>
<br>
Regards,<br>
<br>
Ivan<br>
<br>
</div>
<br>
<p></p>
</div>
</body>
</html>