Opened 12 years ago

#4100 new defect

mapserver-6.0.1 : conflicting types for 'msWFSGetCapabilities11'

Reported by: jcrepetto Owned by: dmorissette
Priority: normal Milestone: 6.0.2 release
Component: Build Problems Version: 6.0
Severity: major Keywords:
Cc:

Description

I am trying to install mapserver-6.0.1 on a Gentoo Linux system. Unfortunately, the compilation fails. I have reported the bug to Gentoo (https://bugs.gentoo.org/show_bug.cgi?id=391783), but I have been able to reproduce the problem outside the Gentoo build system :

./configure --without-oraclespatial --without-sde --with-libiconv --with-jpeg --with-gd --with-gif=/usr/ --with-wms --with-kml --with-curl-config --with-agg-svg-symbols --with-httpd=/usr/sbin/apache2 --with-fastcgi --without-ogl --without-ftgl --with-proj --with-threads --with-geos --with-gdal --with-ogr --with-postgis --without-mysql --without-xml2-config --without-xslt --without-xml-mapfile --without-fribidi-config --with-cairo --with-wfs --with-wcs --with-wfsclient --with-wmsclient

make 

(lines removed)
gcc -c -O2 -fPIC -Wall  -DNDEBUG    -DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT -DNEED_STRRSTR     -DUSE_FASTCGI -DUSE_CAIRO     -DUSE_WMS_LYR -DUSE_WFS_LYR   -DUSE_CURL -DUSE_CURLOPT_PROXYAUTH  -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR   -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS  -DUSE_THREAD -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS    -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE   -DDISABLE_CVSID -I/usr/include/freetype2   -I/usr//include  -I/usr/include -Irenderers/agg/include       -I/usr/include -I/usr/include/postgresql-9.1    -I/usr/include      -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15   mapwfs11.c -o mapwfs11.o
mapwfs11.c:496:5: error: conflicting types for 'msWFSGetCapabilities11'
mapows.h:421:5: note: previous declaration of 'msWFSGetCapabilities11' was here

Attachments (1)

build.log (81.9 KB ) - added by jcrepetto 12 years ago.
Build log

Download all attachments as: .zip

Change History (1)

by jcrepetto, 12 years ago

Attachment: build.log added

Build log

Note: See TracTickets for help on using tickets.