Opened 17 years ago

#1973 new defect

Mapserver 4.10 configure/build Problem

Reported by: woodbri@… Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.10
Severity: normal Keywords:
Cc:

Description

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)

Change History (0)

Note: See TracTickets for help on using tickets.