<P>I get this compile error in both latest stable and nightly built:</P>
<P>--- from nightly built</P>
<P>ns01$ gmake<BR>gcc -c -O2&nbsp; -Wall -DIGNORE_MISSING_DATA&nbsp; -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_S<BR>VR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DUSE_TIFF -DUSE_JPEG -DUSE_GD_SWAP_XY&nbsp;&nbsp;&nbsp;&nbsp; -DUSE_POSTGIS&nbsp;&nbsp; -I/usr/local/include&nbsp; -I<BR>/usr/local/include -I/usr/pkg/include -I/usr/pkg/include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I/usr/local_install/postgre<BR>sql-7.2.3/include&nbsp;&nbsp;&nbsp; mapwms.c -o mapwms.o<BR>mapwms.c: In function `msWMSGetCapabilities':<BR>mapwms.c:705: syntax error before `,'<BR>gmake: *** [mapwms.o] Error 1<BR>---</P>
<P>Here is the code from that section (nightly built):</P>
<P>&nbsp;&nbsp;&nbsp; msWMSPrintRequestCap(wmtver, "Map", script_url_encoded,<BR>#ifdef USE_GD_GIF<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;GIF /&gt;"<BR>#endif<BR>#ifdef USE_GD_PNG<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;PNG /&gt;"<BR>#endif<BR>#ifdef USE_GD_JPEG<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;JPEG /&gt;"<BR>#endif<BR>#ifdef USE_GD_WBMP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;WBMP /&gt;"<BR>#endif<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; , NULL); //&lt;&lt;&lt;&lt;&lt;----------------HERE<BR>&nbsp;&nbsp;&nbsp; msWMSPrintRequestCap(wmtver, "Capabilities", script_url_encoded, "&lt;WMS_XML /&gt;", NULL);<BR>&nbsp;&nbsp;&nbsp; msWMSPrintRequestCap(wmtver, "FeatureInfo", script_url_encoded, "&lt;MIME /&gt;&lt;GML.1 /&gt;", NU<BR>LL);<BR>&nbsp; }<BR>&nbsp; else<BR>&nbsp; {</P>
<P>---</P>
<P>I indicated with the //&lt;&lt;&lt;&lt;&lt;----------------HERE above<BR></P><p><br><hr size=1>Do you Yahoo!?<br>
<a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Yahoo! Mail Plus</a> - Powerful. Affordable. <a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Sign up now</a>