Hi
 
I have a small GIS application in C# that uses GDAL library. But now I need some functionality provided by GEOS, so I need to build GEOS and then rebuild GDAL with GEOS support. Is there any older version of GEOS that i can use or perhaps any other way you can think of.
 
Best Regards
 
Mir

 
On 11/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
This is a known "problem".
We knew, and still made the release :)
Unless some win32 guy steps in and fixes it, will continue to be broken.
Why are you using window, anyway ? :P

--strk;

On Fri, Nov 10, 2006 at 11:00:37AM +0000, Mir Hassan Ali wrote:
> Hi
>
> 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:
>
> ..\capi\geos_c.cpp(124) : error C2733: second C linkage of overloaded
> function '
> GEOSDisjoint' not allowed
>        ..\capi\geos_c.cpp(123) : see declaration of 'GEOSDisjoint'
> ..\capi\geos_c.cpp(145) : error C2733: second C linkage of overloaded
> function '
> GEOSTouches' not allowed
>        ..\capi\geos_c.cpp(144) : see declaration of 'GEOSTouches'
> ..\capi\geos_c.cpp(167) : error C2733: second C linkage of overloaded
> function '
> GEOSIntersects' not allowed
>        ..\capi\geos_c.cpp(166) : see declaration of 'GEOSIntersects'
> ..\capi\geos_c.cpp(189) : error C2733: second C linkage of overloaded
> function '
> GEOSCrosses' not allowed
>        ..\capi\geos_c.cpp(188) : see declaration of 'GEOSCrosses'
> ..\capi\geos_c.cpp(211) : error C2733: second C linkage of overloaded
> function '
> GEOSWithin' not allowed
>
> and a lot of same errors for other functions. Could anyone tell me how to
> remove this problem.
> Any help will be appreciated.
>
> Best Regards
>
> Mir Hassan Ali

> _______________________________________________
> geos-devel mailing list
> geos-devel@geos.refractions.net
> http://geos.refractions.net/mailman/listinfo/geos-devel


--

/"\    ASCII Ribbon Campaign
\ /    Respect for low technology.
X     Keep e-mail messages readable by any computer system.
/ \    Keep it ASCII.

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to