[gdal-dev] GDAL/OGR 1.5.0 Beta 1 Released

Tim Bowden tim.bowden at westnet.com.au
Tue Dec 4 09:11:54 EST 2007


On Tue, 2007-12-04 at 00:54 -0500, Frank Warmerdam wrote:
> Folks,
> 
> A first Beta for the GDAL/OGR 1.5.0 release has been prepared and is
> available at:
> 
>    http://download.osgeo.org/gdal/gdal-1.5.0b1.tar.gz
>    http://download.osgeo.org/gdal/gdal150b1.zip

./configure fails for me (on Ubuntu 7.10), but works fine with 1.4.4 and
earlier.

...
checking for MySQL... no
checking for Xerces C++ Parser... no
checking for Expat C++... requested, but compile or link fails!

g++ -I/usr/include -o conftest conftest.cpp -L/usr/lib -lexpat -lpq
-L/usr/local/pgsql/lib -lpq -lz -lm -lrt -ldl

conftest.cpp:1:19: error: expat.h: No such file or directory
conftest.cpp: In function 'int main()':
conftest.cpp:2: error: 'XML_Parser' was not declared in this scope
conftest.cpp:2: error: expected `;' before 'p'
conftest.cpp:2: error: 'p' was not declared in this scope
conftest.cpp:2: error: 'XML_ParserFree' was not declared in this scope

cat conftest.cpp
#include <expat.h>
int main() {  XML_Parser p = XML_ParserCreate(NULL);
XML_ParserFree(p); }
configure: error: Please correct Expat options, or don't enable Expat.


I can send full config.log if you want it.

Regards,
Tim Bowden



More information about the gdal-dev mailing list