3.3 beta compile notes
imap at chesapeake.net
imap at chesapeake.net
Thu Dec 30 12:02:18 PST 1999
Steve/mapserver list,
On the 3.3_001 beta, if you are compiling on NT,
please note the following
In mapstring.c, needed the strcasecmp and strncasecmp stuff added
back in as a conditional compile. That does not exist in the MSVC6
world... and probably built-in to the gnu libraries.
In the mapparser.c, there are references to /usr/lib/bison.simple.
On MSVC6, you need to need to a copy of this in the compilation
directory and the reference needs to change to "bison.simple"
Also in mapparser.c, you need to add a directive at near the top:
#ifdef _WIN32
#include <malloc.h>
#endif
Everything else *appears* to compile okay as far as I can tell.
--
Chris Stuber (mapsurfer)
Silicon Mapping Solutions, Inc.
More information about the MapServer-users
mailing list