[Mapserver-users] compilation of ms40 crashes

Daniel Morissette morissette at dmsolutions.ca
Thu Jul 31 09:17:03 PDT 2003


Norbert Schauerte-Lueke wrote:
> 
> I try to compile mapserver 40 beta2 on an Suse 8.2 with wms support. The compilations 
> crashes at mapcontext.c. Starting the compilation of mapcontext.c the following 
> warnings and errors are written out: 
> 
[...]
> 
> The configure options are:
> --with-proj --with-wmsclient
> 

OOppss.. there was a dependency on OGR's MiniXML parser in mapcontext.c 
and this code was enabled together with the WMS client stuff even if OGR 
was not present.  I have fixed this in the current 4.0 CVS source so 
that if you ask for wmsclient but dont' include OGR then the 
loadMapContext() and saveMapContext() functions will be disabled and 
your build will still work.

So you have two options: get the latest 4.0 source from CVS or install 
GDAL/OGR and include --with-ogr in your build.

Daniel
-- 
------------------------------------------------------------
  Daniel Morissette               morissette at dmsolutions.ca
  DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------




More information about the MapServer-users mailing list