Hello, <br><br>I&#39;m trying to compile MapServer on Windows Server 2003.&nbsp; I followed all the instructions on <a href="http://mapserver.gis.umn.edu/docs/howto/win32_compiling" target="_blank">http://mapserver.gis.umn.edu/docs/howto/win32_compiling</a> and I&#39;m stuck with regex errors.&nbsp; The errors are the same as this post <a href="http://www.mail-archive.com/mapserver-users@lists.umn.edu/msg15996.html" target="_blank">http://www.mail-archive.com/mapserver-users@lists.umn.edu/msg15996.html&nbsp; </a><br>
<br> I&#39;m compiling with nmake from Microsoft Visual Studio 8<br><br>I also tried compiling with the buildkit from <a href="http://download.osgeo.org/buildkit/">http://download.osgeo.org/buildkit/</a>&nbsp; and got the same errors. <br>

<br>regex.c<br>C:\projects\regex-0.12\regex.c(768) : warning C4018: &#39;&lt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(774) : warning C4018: &#39;&lt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1123) : warning C4018: &#39;&lt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1189) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1204) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1297) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1322) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1336) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1346) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1358) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1364) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1372) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1608) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1638) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1683) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1698) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1726) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1813) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1926) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1932) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1937) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1941) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1945) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>C:\projects\regex-0.12\regex.c(1949) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br>
C:\projects\regex-0.12\regex.c(1953) : warning C4018: &#39;&gt;&#39; : signed/unsigned mismatch<br><br><br>I tried the correction mentioned for the regex.c file: <br><pre class="screen">//extern void printchar ();<br>void printchar( int i ) {}<br>
</pre><br>This made no difference. I also tried with the win32 regex distribution from <a href="http://people.delphiforums.com/gjc/gnu_regex.exe">http://people.delphiforums.com/gjc/gnu_regex.exe</a> and again, exactly the same errors. <br>
<br>Has anybody else encountered this regex error?&nbsp; Shouldn&#39;t nmake work with no problems on the buildkit ?&nbsp;  <br><br><br>Thanks, <br>Florin<br><br><br><br><br>