Hi,
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. The first one seems easy no fix: $ ./configure --with-macosx-framework configure: WARNING: unrecognized options: --with-macosx-framework checking build system type... x86_64-apple-darwin14.5.0 checking host system type... x86_64-apple-darwin14.5.0 checking for gcc... gcc checking whether the C compiler works... yes . . . There is a missing entry on the file "configure": $ svn diff configure Index: configure =================================================================== --- configure (revision 37029) +++ configure (working copy) @@ -1047,6 +1047,7 @@ with_perl with_php with_python +with_macosx_framework with_java with_mdb with_jvm_lib Once that is fixed, the "unrecognized options" 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. Anyway, should I file a bug and commit the above path to the file "configure"? Regards, Ivan
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
