[mapserver-users] compiling on windows
Florin A.
pianosnake at gmail.com
Mon Apr 7 12:57:57 PDT 2008
Hello,
I'm trying to compile MapServer on Windows Server 2003. I followed all the
instructions on http://mapserver.gis.umn.edu/docs/howto/win32_compiling and
I'm stuck with regex errors. The errors are the same as this post
http://www.mail-archive.com/mapserver-users@lists.umn.edu/msg15996.html
<http://www.mail-archive.com/mapserver-users@lists.umn.edu/msg15996.html>
I'm compiling with nmake from Microsoft Visual Studio 8
I also tried compiling with the buildkit from
http://download.osgeo.org/buildkit/ and got the same errors.
regex.c
C:\projects\regex-0.12\regex.c(768) : warning C4018: '<' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(774) : warning C4018: '<' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1123) : warning C4018: '<' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1189) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1204) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1297) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1322) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1336) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1346) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1358) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1364) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1372) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1608) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1638) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1683) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1698) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1726) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1813) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1926) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1932) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1937) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1941) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1945) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1949) : warning C4018: '>' : signed/unsigned
mismatch
C:\projects\regex-0.12\regex.c(1953) : warning C4018: '>' : signed/unsigned
mismatch
I tried the correction mentioned for the regex.c file:
//extern void printchar ();
void printchar( int i ) {}
This made no difference. I also tried with the win32 regex distribution from
http://people.delphiforums.com/gjc/gnu_regex.exe and again, exactly the same
errors.
Has anybody else encountered this regex error? Shouldn't nmake work with no
problems on the buildkit ?
Thanks,
Florin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080407/168b1779/attachment.htm>
More information about the MapServer-users
mailing list