[mapserver-users] 3.5 nightly build / PostGIS 0.6.2 (fwd)

teb teb at mallit.fr.umn.edu
Mon Nov 19 16:53:08 EST 2001


------------- Begin Forwarded Message -------------

To: mapserver-info at lists.gis.umn.edu
Date: Mon, 19 Nov 2001 13:20:35 -0800
From: "Luis Viveros" <ldviveros at lycos.com>
Mime-Version: 1.0
X-Sent-Mail: off
X-Priority: 3
Subject: 3.5 nightly build / PostGIS 0.6.2
X-Sender-Ip: 200.193.164.79
Content-Language: en
Content-Transfer-Encoding: 7bit

Hello,

I've been trying for several days and in several positions to install this MapServer 
recipe into a Mandrake 8.0:

1 Mapserver 3.5 (nightly build!)
1 PostGIS 0.6.2
1 GD-1.8.4 headache

optional

1 Mapscript/PHP4 
1 GDAL-1.1.5/OGR
1 PROJ-4.4.4

I read some Warmerdam's advices and other's complains. My last tentative was this. 
Trying to use the ms_demo, IT sends me back the next sentence:

msLoadSymbolFile():Unknown identifier. (SHADESET):(0)


Someone told me it could be a nightly build bug, but I've seen this since june in 
the mailing_list (specially about gd/png/zlib).

I have 80.000 parcel polygons in PostGIS and i need to show them yesterday (in the 
morning).

I've edited Makefile and gdft/Makefile too. Similar.

regards,

Luis Viveros


[root at postgis mapserver]# ./configure --with-gd=/tmp/gd-1.8.4 
--with-ogr=/tmp/gdal-1.1.5/apps/gdal-config --with-gdal=/tmp/gdal-1.1.5 
--with-postgis=/usr/local/pgsql/bin/pg_config 

loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we 
are using
GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether 
we are
using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking for bison... (cached) bison -y
checking if compiler supports -R... (cached) no
checking if compiler supports -Wl,-rpath,... (cached) yes
checking for exp in -lm... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for strdup... (cached) yes
checking whether we should include JPEG support...
checking for jpeg_read_header in -ljpeg... no
libjpeg not found. JPEG support not included, possibly needed for GD. checking which 
version of
GD to use...
using libgd from -L/tmp/gd-1.8.4 -lgd
checking where FreeType is installed...
checking for FT_Init_FreeType in -lfreetype... yes
using libfreetype -lfreetype from system libs.
./configure: unset: `ac_cv_lib_z_z,zlibVersion': not a valid identifier checking 
where Zlib is
installed...
checking for zlibVersion in -lz... (cached) yes
using libz from system libs.
checking where PNG is installed...
checking for png_init_io in -lpng... yes
using libpng from system libs.
checking for gdImageGif in -lc... no
checking for gdImagePng in -lc... yes
checking for gdImageJpeg in -lc... no
checking for gdImageWBMP in -lc... yes
checking for gdImageStringFT in -lc... yes
checking for gdImageString16 in -lc... yes
checking for gdImageGifPtr in -lc... no
using GD ( -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT) from /tmp/gd-1.8.4.
checking whether we should include PDF support...
checking for PDF_setlinewidth in -lpdf... no
checking for PDF_setrgbcolor in -lpdf... no
checking for PDF_moveto in -lpdf... no
checking for PDF_curveto in -lpdf... no
checking for PDF_show_xy in -lpdf... (cached) no
libpdf not found... PDF support not included.
checking whether we should include TIFF support...
checking for TIFFOpen in -ltiff... no
libtiff not found... TIFF support not included.
checking whether we should include EPPL7 support...
including EPPL7 support.
checking whether we should include PROJ.4 support...
PROJ.4 support not requested.
checking whether we should include ESRI SDE support...
ESRI SDE support not requested.
checking whether we should compile in MPATROL support...
MPATROL support not requested.
checking whether we should include OGR support...
checking for OGRRegisterAll in -lgdal.1.1... (cached) yes
using OGR from system libs.
checking if GDAL support requested... yes, user supplied gdal-config ./configure:
/tmp/gdal-1.1.5: is a directory
checking if PostGIS support requested... yes, user supplied pg_config checking if 
OracleSpatial
support requested... no
checking whether we should include WMS support...
OGC WMS Compatibility not enabled (PROJ.4 is required for WMS). checking whether we
should include WMS Client Connections support... OGC WMS Client Connections not 
enabled
(PROJ.4 and libwww required). Compiling with -DIGNORE_MISSING_DATA.
checking for PHP/MapScript module options...
PHP/MapScript module not configured.
creating ./config.status
creating Makefile


[root at postgis mapserver]# make
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapbits.c -o mapbits.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maphash.c -o maphash.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapshape.c -o 
mapshape.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapxbase.c -o 
mapxbase.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapparser.c -o 
mapparser.o gcc -c
-O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maplexer.c -o 
maplexer.o
maplexer.c:3112: warning: `yyunput' defined but not used
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maptree.c -o maptree.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapsearch.c -o 
mapsearch.o gcc -c
-O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapstring.c -o 
mapstring.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapsymbol.c -o 
mapsymbol.o gcc -c
-O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapfile.c -o mapfile.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maplegend.c -o 
maplegend.o gcc -c
-O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maputil.c -o maputil.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapscale.c -o 
mapscale.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapquery.c -o 
mapquery.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maplabel.c -o 
maplabel.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maperror.c -o 
maperror.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapprimitive.c -o 
mapprimitive.o
mapprimitive.c:771: warning: `get_centroid' defined but not used gcc -c -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapproject.c -o 
mapproject.o
mapproject.c:66: warning: `msProjectGrowRect' defined but not used gcc -c -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapraster.c -o 
mapraster.o
mapraster.c:602: warning: `drawTIFF' defined but not used
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapsde.c -o mapsde.o 
c++ -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapogr.cpp -o mapogr.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mappostgis.c -o 
mappostgis.o gcc -c
-O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maplayer.c -o 
maplayer.o gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapresample.c -o
mapresample.omapresample.c:419: warning: `msInitApproxTransformer' defined but not 
used
mapresample.c:436: warning: `msFreeApproxTransformer' defined but not used
mapresample.c:447: warning: `msApproxTransformer' defined but not used 
mapresample.c:551:
warning: `msTransformMapToSource' defined but not used gcc -c -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapwms.c -o mapwms.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapwmslayer.c -o 
mapwmslayer.ogcc
-c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include maporaclespatial.c -o
maporaclespatial.o maporaclespatial.c:782:6: warning: no newline at end of file
maporaclespatial.c:782:6: warning: no newline at end of file gcc -c -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapgml.c -o mapgml.o 
mapgml.c: In
function `msGMLWriteQuery':
mapgml.c:10: warning: unused variable `j'
mapgml.c: In function `msGMLWriteShape':
mapgml.c:105: warning: unused variable `j'
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapprojhack.c -o
mapprojhack.omapprojhack.c: In function `ConvertProjUnitStringToMS': 
mapprojhack.c:67:
warning: implicit declaration of function `strcmp' mapprojhack.c: At top level:
mapprojhack.c:66: warning: `ConvertProjUnitStringToMS' defined but not used gcc -c 
-O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include epplib.c -o epplib.o ar 
rc libmap.a
mapbits.o maphash.o mapshape.o mapxbase.o mapparser.o maplexer.o maptree.o 
mapsearch.o
mapstring.o mapsymbol.o mapfile.o maplegend.o maputil.o mapscale.o mapquery.o 
maplabel.o
maperror.o mapprimitive.o mapproject.o mapraster.o mapsde.o mapogr.o mappostgis.o
maplayer.o mapresample.o mapwms.o mapwmslayer.o maporaclespatial.o mapgml.o
mapprojhack.o epplib.o ranlib libmap.a
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include shp2img.c -o shp2img.o 
gcc -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include shp2img.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o shp2img gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL
-DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL
-DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
legend.c -o
legend.o gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include legend.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o legend gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapserv.c -o mapserv.o 
gcc -c -O2
-Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include cgiutil.c -o cgiutil.o 
gcc -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include mapserv.o cgiutil.o -L. 
-lmap
-L/tmp/gd-1.8.4 -lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 
-lgdal.1.1
-L/usr/local/pgsql/lib -lpq -lm -o mapserv gcc -c -O2 -Wall -DIGNORE_MISSING_DATA
-DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR
-DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port 
-I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
shptree.c -o
shptree.o shptree.c: In function `main':
shptree.c:40: warning: `byte_order' might be used uninitialized in this functiongcc 
-O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include shptree.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o shptree gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL
-DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL
-DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
shptreevis.c -o
shptreevis.o shptreevis.c: In function `main':
shptreevis.c:76: warning: unused variable `pabyBuf'
gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include shptreevis.o -L. -lmap
-L/tmp/gd-1.8.4 -lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 
-lgdal.1.1
-L/usr/local/pgsql/lib -lpq -lm -o shptreevis gcc -c -O2 -Wall -DIGNORE_MISSING_DATA
-DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR
-DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port 
-I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
shptreetst.c -o
shptreetst.o shptreetst.c: In function `main':
shptreetst.c:68: warning: `node' might be used uninitialized in this function gcc 
-O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include shptreetst.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o shptreetst gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL
-DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL
-DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
scalebar.c -o
scalebar.o gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include scalebar.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o scalebar gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL
-DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL
-DUSE_POSTGIS -I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core
-I/tmp/gdal-1.1.5/ogr -I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include 
sortshp.c -o
sortshp.o gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include sortshp.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o sortshp touch perlvars
pwd > perlvars
echo -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL >> perlvars echo -I. -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts >> perlvars echo -L. -lmap -L/tmp/gd-1.8.4 -lgd 
-lfreetype
-lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 -L/usr/local/pgsql/lib 
-lpq -lm >>
perlvars echo >> perlvars
gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG
-DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS
-I/tmp/gd-1.8.4 -I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include tile4ms.c -o tile4ms.o 
gcc -O2 -Wall
-DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_WBMP
-DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/tmp/gd-1.8.4
-I/tmp/gdal-1.1.5/port -I/tmp/gdal-1.1.5/core -I/tmp/gdal-1.1.5/ogr
-I/tmp/gdal-1.1.5/ogr/ogrsf_frmts -I/usr/local/pgsql/include tile4ms.o -L. -lmap 
-L/tmp/gd-1.8.4
-lgd -lfreetype -lpng -lz -lfreetype -lpng -lz -L/tmp/gdal-1.1.5 -lgdal.1.1 
-L/usr/local/pgsql/lib -lpq
-lm -o tile4ms 

[root at postgis mapserver]# make install
cp -f libmap.a /usr/local/lib/
cp -f map.h /usr/local/include/mapserver-3.5/






------------- End Forwarded Message -------------





More information about the mapserver-users mailing list