<div>Hi</div>
<div>&nbsp;</div>
<div>I am trying to build the latest GEOS using the provided make file on Visual Studio .NET 2003. I have downloaded the files from the subversion trunk. When I try to build the project using the nmake command, I get the following errors:
</div>
<div>&nbsp;</div>
<div>..\capi\geos_c.cpp(124) : error C2733: second C linkage of overloaded function '<br>GEOSDisjoint' not allowed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\capi\geos_c.cpp(123) : see declaration of 'GEOSDisjoint'<br>..\capi\geos_c.cpp(145) : error C2733: second C linkage of overloaded function '
<br>GEOSTouches' not allowed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\capi\geos_c.cpp(144) : see declaration of 'GEOSTouches'<br>..\capi\geos_c.cpp(167) : error C2733: second C linkage of overloaded function '<br>GEOSIntersects' not allowed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\capi\geos_c.cpp(166) : see declaration of 'GEOSIntersects'
<br>..\capi\geos_c.cpp(189) : error C2733: second C linkage of overloaded function '<br>GEOSCrosses' not allowed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\capi\geos_c.cpp(188) : see declaration of 'GEOSCrosses'<br>..\capi\geos_c.cpp(211) : error C2733: second C linkage of overloaded function '
<br>GEOSWithin' not allowed</div>
<div>&nbsp;</div>
<div>and a lot of same errors for other functions. Could anyone tell me how to remove this problem. </div>
<div>Any help will be appreciated.</div>
<div>&nbsp;</div>
<div>Best Regards</div>
<div>&nbsp;</div>
<div>Mir Hassan Ali</div>