use the cmake to build it with the CMakefile.txt i had write.
# CMakeLists.txt for geos 3.0 by sungaoyong
# Building on Cmake 2.4
# ------------------------------------
# test on windows mingw32 g++ 3.4.2、msvc 2003,linux g++ 4.1
# hope it's usefull
#
# 2006/09/06 15:43:22 sungaoyong
# use AUX_SOURCE_DIRECTORY to find source
# some type check
# capi build and Test
# ------------------------------
--------- # 2006/09/04 14:34:12 sungaoyong
# first version,can build geos with cmake
# ---------------------------------------
Geos 2.x.x builds fine under windows using MingW. Just do the usual
./configure, make, make install.
I haven't had any luck with Geos 3.x. The problem is a link issue where
declarations are defined twice, once in the .inc (contain inlines) files
are once in the header files. It should be simple to fix but I haven't
had the time to look into it.
Charlie
Tim Sutton wrote:
> Hi
>
> Is there any information available for building geos in mingw? Is it
> possible?
>
> Thanks
>
> Tim
>
_______________________________________________
geos-devel mailing list
------------------------------------------------------------------------
_______________________________________________
geos-devel mailing list