logo
Published on PostGIS.fr (http://old.postgis.fr)

Problème de compilation de PostGIS

By maelg
Créé 24 Jan 2006 - 16:16

Bonjour,
je suis sou winXp ac postgreSQL 8.1, je cherche à installer postGIS 1.1.0, je veux compiler et j'obtiens ça :

$ make
make -C lwgeom
make[1]: Entering directory `/home/Administrateur/sources/postgis/lwgeom'
gcc -DUSE_VERSION=81 -DPOSTGIS_LIB_VERSION='"1.1.0"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=0 USE_PROJ=0 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.0"' -DPOSTGIS_BUILD_DATE='"2006-01-24 15:55:50"' -I -I/port/win32 -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -c -o liblwgeom.o liblwgeom.c
liblwgeom.c:1: warning: -fPIC ignored for target (all code is position independent)
In file included from liblwgeom.c:26:

[...]

liblwgeom.c: In function `trim_trailing_zeros':
liblwgeom.c:158: warning: implicit declaration of function `strchr'
liblwgeom.c:163: warning: implicit declaration of function `strlen'
make[1]: *** [liblwgeom.o] Error 1
make[1]: Leaving directory `/home/Administrateur/sources/postgis/lwgeom'
make: *** [liblwgeom] Error 2

je ne comprends pas du tout le problème, est-ce parce que je n'ai pas le fichier lblwgeom.o ? autre chose ?
Si quelqu'un a une idée, qu'il n'hésite pas à poster ...

Merci d'avance.


Source URL:
http://old.postgis.fr/node/143