[gdal-dev] Compile GDAL/OGR with OGDI Support on OSX 10.7.4

Samuel Smith samuel at groundlevel.ca
Sun Oct 7 20:39:20 PDT 2012


Monkeying around with my first GDAL/OGR builds in Mac OS X 10.7.4 tonight ... Got it built with FGB support, then tried OGDI.

This required compiling OGDI first, which I eventually got to go with the 3.2.0-beta2 instructions from kyngchaos (http://www.kyngchaos.com/macosx/build/ogdi) - Thanks!

But now I can't get GDAL 1.9.2 to re-compile --with-ogdi ... 

My ./configure looks like this ... 

./configure --with-threads --disable-static --without-grass \
--with-geos=/opt/opengeo/pgsql/9.1/bin/geos-config --with-proj=/opt/opengeo/pgsql/9.1/bin/proj \
--with-fgdb=/Library/FileGDB_API/ --with-pg=/opt/opengeo/pgsql/9.1/bin/pg_config --with-ogdi=/usr/local/lib/ogdi/ \
--prefix="$HOME/local" CFLAGS=" -Os -arch x86_64" CXXFLAGS=" -Os -arch x86_64" LDFLAGS=" -arch x86_64"

But I keep getting told that ecs.h cannot be found ...

...
checking for jpeg12... enabled
checking for DGifOpenFileName in -lgif... no
checking gif_lib.h usability... no
checking gif_lib.h presence... no
checking for gif_lib.h... no
using internal gif code.
checking for cln_GetLayerCapabilities in -logdi... yes
configure: error: ecs.h not found.

Any lovin'? TIA, Sam


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20121007/69e0d60e/attachment.html>


More information about the gdal-dev mailing list