Le Mardi 2 Mai 2006 21:02, bessiere julien a écrit : > Hi, > i'm trying toi install mapserver-4.8.1 > but running "make" i have an error message : > > mapogr.cpp:142:28: erreur: gdal_version.h : Aucun fichier ou répertoire de > ce type mapogr.cpp: In function ‘int msOGRLayerGetAutoStyle(mapObj*, > layerObj*, classObj*, int, long int)’: mapogr.cpp:2185: attention : > ‘oPenColor$red’ may be used uninitialized in this function mapogr.cpp:2185: > attention : ‘oPenColor$green’ may be used uninitialized in this function > mapogr.cpp:2185: attention : ‘oPenColor$blue’ may be used uninitialized in > this function mapogr.cpp:2185: attention : ‘oPenColor$pen’ may be used > uninitialized in this function make: *** [mapogr.o] Erreur 1 > > and i really can't find this gdal-version.h > > i tried : > * www.pbone.net > * [EMAIL PROTECTED] julien]# yum provides gdal_version.h > but, in vain... > > thanks > julien
Hi Julien Gdal is over there : http://www.gdal.org/ You can try with the rpm, but the source should compile well with simple "./configure + make + make install" sequence. Blaise
