[gdal-dev] configure: WARNING: unrecognized options: --with-macosx-framework
Ivan Lucena
lucena_ivan at hotmail.com
Mon Jan 2 18:08:10 PST 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20170103/2c6c6e34/attachment.html>
More information about the gdal-dev
mailing list