Pagina 1 di 1

compilation problem gdal 1.8.0

Inviato: mer 9 mar 2011, 11:26
da so_slack
hello
i try to compile gdal 1.8.0 with the slackbuild of the 1.7.3 version, in x32 the compilation is ok, but when i try with a x86_64 processor i have this error

Codice: Seleziona tutto

/bin/sh /tmp/SBo/gdal-1.8.0/libtool --mode=compile --tag=CXX g++ -DHAVE_MITAB -O2 -fPIC  -Wall  -Iogrsf_frmts -I. -I/tmp/SBo/gdal-1.8.0/port -I/tmp/SBo/gdal-1.8.0/gcore -I/tmp/SBo/gdal-1.8.0/alg -I/tmp/SBo/gdal-1.8.0/ogr -I/tmp/SBo/gdal-1.8.0/ogr/ogrsf_frmts  -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/include -DOGR_ENABLED -I/tmp/SBo/gdal-1.8.0/port -I/usr/lib64 -I/usr/lib64/include  -c -o ogrgeometry.lo ogrgeometry.cpp
libtool: compile:  g++ -DHAVE_MITAB -O2 -fPIC -Wall -Iogrsf_frmts -I. -I/tmp/SBo/gdal-1.8.0/port -I/tmp/SBo/gdal-1.8.0/gcore -I/tmp/SBo/gdal-1.8.0/alg -I/tmp/SBo/gdal-1.8.0/ogr -I/tmp/SBo/gdal-1.8.0/ogr/ogrsf_frmts -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/include -DOGR_ENABLED -I/tmp/SBo/gdal-1.8.0/port -I/usr/lib64 -I/usr/lib64/include -c ogrgeometry.cpp  -fPIC -DPIC -o .libs/ogrgeometry.o
ogrgeometry.cpp: In member function 'virtual OGRGeometry* OGRGeometry::UnionCascaded() const':
ogrgeometry.cpp:2554: erreur: 'GEOSUnionCascaded' was not declared in this scope
make[1]: *** [ogrgeometry.lo] Erreur 1
make[1]: leaving the directory /tmp/SBo/gdal-1.8.0/ogr  
make: *** [ogr-target] Erreur 2
thanks for your help :)