Mapserver 4.10 configure bug?

Stephen Woodbridge woodbri at SWOODBRIDGE.COM
Sun Nov 26 13:31:13 EST 2006


Hi all,

I ran into an interesting configuration bug in mapserver:

./configure \
   --with-httpd=/usr/sbin/apache \
   --with-proj \
   --with-gd \
   --with-freetype \
   --with-postgis \
   --with-tiff \
   --without-wms \
   --with-wmsclient

I wanted to disable wms server support, but include wms layer support.

This configures just fine, but blows up on compile with:

mapwmslayer.c: In function `msBuildWMSLayerURL':
mapwmslayer.c:540: warning: implicit declaration of function 
`msOWSParseVersionString'
mapwmslayer.c:543: error: `OWS_1_0_8' undeclared (first use in this 
function)

Should I write a bug against this?

-Steve



More information about the mapserver-users mailing list