[Mapserver-users] Compiling mapserver on Windows
Ed McNierney
ed at topozone.com
Thu Feb 26 05:50:08 PST 2004
Merlijn -
Try making only the regex.obj target:
nmake /f makefile.vc regex.obj
(I can't recall whether that's the right makefile name or not, but I'm
sure you know <g>)
The build problems with regex are all around the doc, tools, and test
harness, etc. All you need is this one object.
- Ed
Ed McNierney
President and Chief Mapmaker
TopoZone.com
-----Original Message-----
From: Merlijn Simonse [mailto:M.Simonse at Vicrea.nl]
Sent: Thursday, February 26, 2004 8:41 AM
To: 'mapserver-users at lists.gis.umn.edu'
Subject: [Mapserver-users] Compiling mapserver on Windows
Hi all,
I am trying to compile Regex on windows. I found a makefile.vc on this
list which I tried, but when try to compile it I get the following
Error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for d in doc test; do (cd $d; NMAKE CPPFLAGS='-DHAVE_STRING_H
-DREGEX_MALLOC' CFLAGS='-Ox -G6' CC='cl' DEFS='' LDFLAGS='' LOADLIBES=''
default); done d was unexpected at this time. NMAKE : fatal error U1077:
'for' : return code '0x1' Stop.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There have been some postings about this error last year, but no
solutions.
Does anybody figured out what to do with this error or does anybody have
a makefile for regex that doesn't give this error?
Any help would be appreciated!
Thanks,
Merlijn
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list