[mapserver-users] Fw: 3.5 build problem with wmsclient

Tyler Mitchell TMitchell at lignum.com
Wed Aug 7 12:28:25 EDT 2002


Hi Alexys,
I'm not sure if this is related, but had you already ran make on this
before.  I found (at least with using CVS versions), that I need to do a
"make clean" before re-running make in some cases.  I got pretty strange
behaviour until I did this sometimes.
Just a tip, but it may not help you.

Tyler



|---------+--------------------------------------->
|         |           Alexys Herleym Rodríguez    |
|         |           Avellaneda                  |
|         |           <alexys_6 at yahoo.es>         |
|         |           Sent by:                    |
|         |           owner-mapserver-users at lists.|
|         |           gis.umn.edu                 |
|         |                                       |
|         |                                       |
|         |           08/07/2002 07:54 AM         |
|         |                                       |
|---------+--------------------------------------->
  >------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                              |
  |       To:       <mapserver-users at lists.gis.umn.edu>                                                                          |
  |       cc:                                                                                                                    |
  |       Fax to:                                                                                                                |
  |       Subject:  [mapserver-users] Fw: 3.5 build problem with wmsclient                                                       |
  >------------------------------------------------------------------------------------------------------------------------------|




I ran into a problem with Mapserver 3.5. This problem occured
when I added --with-wmsclient to ./configure

Any ideas?
I thought that the reason was the bug 82 (
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=82), but this don't work.

Thanks.

-Alexys

**********

[root at nana mapserver_3.5]#  ./configure --with-gd=/usr/local
--with-tiff=/usr/local --with-jpeg=/usr --with-zlib=/usr/local
--with-png=/usr/local --with-eppl --with-proj=/usr/local
--with-mpatrol=/usr/local  --with-gdal=/usr/local/bin/gdal-config
--with-ogr --with-postgis=/usr/local/pgsql/bin/pg_config --with-wmsclient
--with-php=/tmp1/php-4.0.6 --with-apxs=/usr/sbin/apxs
--disable-rxposix-conflict-error
creating cache ./config.cache
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for c++... 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++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for flex... flex
checking for yywrap in -lfl... yes
checking for bison... no
checking for byacc... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for exp in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
checking whether we should include JPEG support...
        using libjpeg from system -L/usr/lib -ljpeg
checking which version of GD to use...
        using libgd from -L/usr/local/lib -lgd
checking where FreeType is installed...
checking for FT_Init_FreeType in -lfreetype... yes
        using libfreetype -lfreetype from system libs.
checking where Zlib is installed...
        using libz from -L/usr/local/lib -lz
checking where PNG is installed...
        using libpng from -L/usr/local/lib -lpng
checking for gdImageGif in -lc... yes
checking for gdImagePng in -lc... yes
checking for gdImageJpeg in -lc... yes
checking for gdImageWBMP in -lc... yes
checking for gdImageStringFT in -lc... yes
checking for gdImageString16 in -lc... yes
checking for gdImageGifPtr in -lc... yes
        using GD ( -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
-DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR) from /usr/local.
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... no
        libpdf not found... PDF support not included.
checking whether we should include TIFF support...
        using libtiff from -L/usr/local/lib -ltiff.
checking whether we should include EPPL7 support...
        including EPPL7 support.
checking whether we should include PROJ.4 support...
checking for pj_transform in -lproj... yes
checking for pj_latlong_from_proj in -lproj... yes
        using PROJ.4 from /usr/local.
checking whether we should include ESRI SDE support...
        ESRI SDE support not requested.
checking whether we should compile in MPATROL support...
        using MPATROL from /usr/local.
checking whether we should include OGR support...
checking for gdal-config... /usr/local/bin/gdal-config
checking for OGRRegisterAll in -lgdal.1.1... yes
        using OGR from system libs.
checking if GDAL support requested... yes, user supplied gdal-config
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 enabled (-DUSE_WMS).
checking whether we should include WMS Client Connections support...
checking for libwww-config... /usr/local/bin/libwww-config
        found libwww version 5.3.2
        OGC WMS Client Connections enabled (-DUSE_WMS_LYR).
checking for potential conflict between system regex and rxposix...
checking for regexec in -lrx... no
Compiling with -DIGNORE_MISSING_DATA.
checking for PHP/MapScript module options...
checking whether 'perl -V' works... yes
checking for location of config.h or php_config.h...
/tmp1/php-4.0.6/main/php_config.h
checking whether we have PHP3 or PHP4... -DPHP4
checking whether we should use PHP's regex... no
        PHP/MapScript module configured.
checking for location of Apache headers using apxs... -I/usr/include/apache
updating cache ./config.cache
creating ./config.status
creating Makefile
creating mapscript/php3/Makefile
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]#
[root at nana mapserver_3.5]# make
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapbits.c -o mapbits.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maphash.c -o maphash.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapshape.c -o mapshape.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapxbase.c -o mapxbase.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapparser.c -o mapparser.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maplexer.c -o maplexer.o
maplexer.c:3125: warning: `yyunput' defined but not used
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maptree.c -o maptree.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapsearch.c -o mapsearch.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapstring.c -o mapstring.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapsymbol.c -o mapsymbol.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapfile.c -o mapfile.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maplegend.c -o maplegend.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maputil.c -o maputil.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapscale.c -o mapscale.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapquery.c -o mapquery.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maplabel.c -o maplabel.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maperror.c -o maperror.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  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_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapproject.c -o
mapproject.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapraster.c -o mapraster.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapsde.c -o mapsde.o
c++ -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapogr.cpp -o mapogr.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mappostgis.c -o
mappostgis.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  maplayer.c -o maplayer.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapresample.c -o
mapresample.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL
-I/usr/local/include  -I/usr/local/include -I/usr/local/include
-I/usr/include    -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapwms.c -o mapwms.o
gcc -c -O2  -Wall -DIGNORE_MISSING_DATA  -DUSE_EPPL -DUSE_PROJ
-DUSE_PROJ_API_H
-DUSE_WMS -DUSE_WMS_LYR  -DUSE_TIFF -DUSE_JPEG -DUSE_GD_GIF -DUSE_GD_PNG
-DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR   -DUSE_OGR
-DUSE_GDAL -DUSE_POSTGIS -DUSE_MPATROL -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/local/pgsql/include -I/usr/local/include
-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H  mapwmslayer.c -o
mapwmslayer.o
In file included from /usr/local/include/w3c-libwww/WWWXML.h:57,
                 from /usr/local/include/w3c-libwww/HTInit.h:144,
                 from /usr/local/include/w3c-libwww/WWWInit.h:51,
                 from mapwmslayer.c:115:
/usr/local/include/w3c-libwww/HTXML.h:104:3: warning: "/*" within comment
In file included from /usr/local/include/w3c-libwww/wwwsys.h:956,
                 from /usr/local/include/w3c-libwww/WWWLib.h:50,
                 from mapwmslayer.c:113:
/usr/include/malloc.h:159: redefinition of `struct mallinfo'
make: *** [mapwmslayer.o] Error 1







More information about the mapserver-users mailing list