http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1973
Steve Lime wrote:
I'd say so, definitely looks like a bug to me.
Steve
Stephen Woodbridge <[EMAIL PROTECTED]> 11/26/06 12:31 PM >>>
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