<div>I am using the nmake command and the <a href="http://Makefile.vc">Makefile.vc</a> under the source folder. I think that makes use of the geos_c.h.vc file. Here is a small extract from my cmd window.</div>
<div>&nbsp;</div>
<div>nmake -f <a href="http://makefile.vc">makefile.vc</a></div>
<div>&nbsp;</div>
<div>Microsoft (R) Program Maintenance Utility Version 7.10.3077<br>Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; copy ..\capi\geos_c.h.vc ..\capi\geos_c.h<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 file(s) copied.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cl -Iheaders /MD /GR /O2 /D &quot;NDEBUG&quot; /nologo&nbsp; /D &quot;NOMINMAX&quot; /D &quot;WIN32_LE<br>AN_AND_MEAN&quot; /D &quot;NOGDI&quot;&nbsp; /GX /c ..\capi\geos_c.cpp /Fo..\capi\geos_c.obj
<br>geos_c.cpp<br>c:\GEOS\trunk\capi\geos_c.h(49) : warning C4005: 'GEOS_VERSION_PATCH' : macro redefi<br>nition<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; headers\geos\version.h(6) : see previous definition of 'GEOS_VERSION_PAT<br>CH'<br>c:\GEOS\trunk\capi\geos_c.h(50) : warning C4005: 'GEOS_VERSION' : macro redefinition
</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; headers\geos\version.h(7) : see previous definition of 'GEOS_VERSION'<br>..\capi\geos_c.cpp(123) : error C2733: second C linkage of overloaded function '<br>GEOSDisjoint' not allowed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\capi\geos_c.cpp(122) : see declaration of 'GEOSDisjoint'
<br>..\capi\geos_c.cpp(144) : error C2733: second C linkage of overloaded function '<br>GEOSTouches' not allowed</div>
<div><br>Thanks</div>
<div>&nbsp;</div>
<div>Mir<br>&nbsp;</div>
<div><span class="gmail_quote">On 11/10/06, <b class="gmail_sendername"><a href="mailto:strk@refractions.net">strk@refractions.net</a></b> &lt;<a href="mailto:strk@refractions.net">strk@refractions.net</a>&gt; wrote:</span>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Fri, Nov 10, 2006 at 11:18:53AM +0000, Mir Hassan Ali wrote:<br>&gt; Hi<br>&gt;<br>&gt; I have a small GIS application in C# that uses GDAL library. But now I need
<br>&gt; some functionality provided by GEOS, so I need to build GEOS and then<br>&gt; rebuild GDAL with GEOS support. Is there any older version of GEOS that i<br>&gt; can use or perhaps any other way you can think of.<br>
<br>The easiest way is just fix the geos_c.h.vc, probably.<br>is that what you use for building ?<br><br>--strk<br>_______________________________________________<br>geos-devel mailing list<br><a href="mailto:geos-devel@geos.refractions.net">
geos-devel@geos.refractions.net</a><br><a href="http://geos.refractions.net/mailman/listinfo/geos-devel">http://geos.refractions.net/mailman/listinfo/geos-devel</a><br></blockquote></div><br>