[Mapserver-users] revisiting compiling regex on windows
Swaminathan, Gayathri
gayathri at ou.edu
Wed Nov 5 12:26:46 PST 2003
Can you try compiling regex from another location such as under your
C:\<regexdir>
Let me know if errors occur still
~Gayathri
-----Original Message-----
From: bean at vt.edu [mailto:agillesp at vt.edu]
Sent: Wednesday, November 05, 2003 1:34 PM
To: mapserver-users at lists.gis.umn.edu
Subject: [Mapserver-users] revisiting compiling regex on windows
someone mentioned posting my entire regex compiling process (sorry, that
email's at home). not much involved, just two steps. i've included the
output and my Makefile.vc.
thanks again for the help with this.
-abe
***** begin output *****
C:\Documents and Settings\abe\Desktop\Temp\regex-0.12>"C:\Program
Files\Microsof
t Visual Studio\VC98\Bin\vcvars32.bat"
Setting environment for using Microsoft Visual C++ tools. C:\Documents and
Settings\abe\Desktop\Temp\regex-0.12>nmake /f Makefile.vc
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
for d in doc test; do (cd $d; NMAKE CPPFLAGS='-DHAVE_STRING_H
-DREGEX_M
ALLOC' 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.
C:\Documents and Settings\abe\Desktop\Temp\regex-0.12>
More information about the MapServer-users
mailing list