Frank,
I am trying the RC2 on OpenSUSE and I found a problem.
Here is my configure command:
./configure \
--with-libtool \
--with-libtiff=internal \
--with-geotiff=internal \
--with-jpeg=internal \
--with-gif=internal
After having compiled a lot of things it breaks at that point:
/bin/sh /home/ilucena/Dev/gdal-1.7.2/libtool --mode=compile --tag=CXX g++ -g -O2 -Wall
-DOGR_ENABLED -I/home/ilucena/Dev/gdal-1.7.2/port -c -o
/home/ilucena/Dev/gdal-1.7.2/alg/gdalcutline.lo /home/ilucena/Dev/gdal-1.7.2/alg/gdalcutline.cpp
libtool: compile: g++ -g -O2 -Wall -DOGR_ENABLED -I/home/ilucena/Dev/gdal-1.7.2/port -c
/home/ilucena/Dev/gdal-1.7.2/alg/gdalcutline.cpp -fPIC -DPIC -o
/home/ilucena/Dev/gdal-1.7.2/alg/.libs/gdalcutline.o
/home/ilucena/Dev/gdal-1.7.2/alg/gdalcutline.cpp:33:22: error: ogr_geos.h: No
such file or directory
make[1]: *** [/home/ilucena/Dev/gdal-1.7.2/alg/gdalcutline.lo] Error 1
make[1]: Leaving directory `/home/ilucena/Dev/gdal-1.7.2'
make: *** [check-lib] Error 2
It clearly is not picking all the "-I". I tried --without-libtool and got the same result. I can
usually build from the gdal-trunk with or without libtools.
More details:
gcc --version
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
autoconf --version
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
Do you have any clue?
Regards,
Ivan
Frank Warmerdam wrote:
Folks,
I have prepared a new 1.7.2 release candidate. In this one I have
run libtoolize --force --copy and then autogen.sh in the hopes of producing
a consistent up-to-date set of configure and libtool stuff. I'd
particularly
appreciate the folks who had problems with RC1 trying this out.
http://download.osgeo.org/gdal/gdal-1.7.2RC2.tar.gz
http://download.osgeo.org/gdal/gdal172RC2.zip
Best regards,
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev