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/[EMAIL PROTECTED]/msg15996.html <http://www.mail-archive.com/[EMAIL PROTECTED]/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
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
