hi there,<br><br>been pasted this message in MapServer mailing list, but I realized that it may be better if I paste it here, since it's GDAL problem. Sorry for the duplicated message.<br><br><div>I am trying to compile GDAL with VS2005, but there are&nbsp; a lot of error messages after the namake /f 
<a href="http://makefile.vc">makefile.vc</a> command. Here is what I have done:<br></div>

<div>&nbsp;</div>
<div>1.source code download: -- the MapServer BuildKit&nbsp;from&nbsp;Howard Butler</div>
<div>&nbsp;&nbsp;&nbsp;<a href="http://hobu.stat.iastate.edu/mapserver/build_output/" target="_top" rel="nofollow">http://hobu.stat.iastate.edu/mapserver/build_output/</a></div>
<div>&nbsp;&nbsp; and I have downloaded the latest package version &quot;mapserver-4.8.3-2-msvc71-buildk-kit.zip&quot;</div>
<div>2.and I follow the compilation guide here: </div>
<div>&nbsp;&nbsp; <a href="http://www.nabble.com/Windows-build-kit-for-MSVC-7.1-t1143108.html#a2997024" target="_top" rel="nofollow">http://www.nabble.com/Windows-build-kit-for-MSVC-7.1-t1143108.html#a2997024</a>&nbsp;</div>
<div>&nbsp;&nbsp; to compile MapServer, according to this doc, I should at first
compile the GDAL package, and then come to the MapServer package. But
when I am trying to compile the GDAL&nbsp;&nbsp;&nbsp;</div>
<div>&nbsp;&nbsp; package under VS2005 command prompt with the command &quot;nmake /f <a href="http://makefile.vc/" target="_top" rel="nofollow">makefile.vc</a>&quot;, there are some error messages appears, the scenario is:</div>
<div>********************************</div>
<div>*C:\buildkit\gdal-1.3.2&gt;nmake /f <a href="http://makefile.vc/" target="_top" rel="nofollow">makefile.vc</a> clean</div>
<div>*C:\buildkit\gdal-1.3.2&gt;nmake /f <a href="http://makefile.vc/" target="_top" rel="nofollow">makefile.vc</a></div>
<div>*</div>
<div>*</div>
<div>*</div>
<div>*and here come the error messages, I paste only the first one
here, because I think if I fix this problem, the other error may be
fixed at the same time:</div>
<div>*</div>
<div>*msvcprt.lib(MSVCP80.dll) : error LNK2005: &quot;class std::basic_string&lt;char,struct s<br>*td::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; __cdecl std::operator+&lt;char,s<br>*truct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;(class std::basic_strin
<br>*g&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; const &amp;,char c<br>*onst *)&quot; (<a href="http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=4867349&amp;i=0" target="_top">
??$?HDU?$char_traits@...</a>*</div>
<div>*<a href="http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=4867349&amp;i=1" target="_top">*@...</a>) already defined in geos<br>*.lib(WKTReader.obj)</div>
<div>*</div>
<div>*********************************</div>I am really confused now, i am just wondering if GDAL can be compiled with VS2005, or it can only be compiled with VC ++ 6?<br><br>thanks for any information.<br><br>zhonghai<br>