[postgis-users] Error compiling geos 2.1.0 on Windows/MinGW

TECHER Jean David davidtecher at yahoo.fr
Mon Nov 29 06:44:49 PST 2004


I compiled Geos 2.1.0, Postgis from last cvs, proj 4.4.9 and PG 8.0.0 b5
without problem???

All works fine...

However perhaps shoul I do a mistake but I did two small tests

select distance(
GeometryFromText( 'POLYGON((16 90,26 90,26 105,46 105,46 90,56 90,56 130,16
130,16 90))', -1 ),
GeometryFromText( 'POLYGON((63 90,82 90,82 117,63 113.15,63 90))', -1 ));

gave me

 distance
---------
        0
(1 row)

and

select intersects(
GeometryFromText( 'POLYGON((16 90,26 90,26 105,46 105,46 90,56 90,56 130,16
130,16 90))', -1 ),
GeometryFromText( 'POLYGON((63 90,82 90,82 117,63 113.15,63 90))', -1 ));

gave me

 intersects
------------
 f
(1 row)

So...What's wrong ???
----------------------------------------------------------------
TECHER Jean David
Responsable Informatique 01MAP
e-mail: davidtecher at yahoo.fr
site perso : http://techer.pascal.free.fr/postgis/
site pro: http://www.01map.com/download/
K-S:"The greatest trick the devil pulled off was convincing people he didn't
exist"
------------------------------------------------------------
----- Original Message -----
From: "Norman Vine" <nhv at cape.com>
To: "PostGIS Users Discussion" <postgis-users at postgis.refractions.net>
Sent: Monday, November 29, 2004 12:44 PM
Subject: RE: [postgis-users] Error compiling geos 2.1.0 on Windows/MinGW


> strk at refractions.net writes:
> >
> > On Mon, Nov 29, 2004 at 12:10:58PM +0100, TECHER Jean David wrote:
> > > is it possiblr to try this???
> > >
> > > http://mywebpage.netscape.com/yongweiwu/timeval.h.txt
> > >
> > > instead of include <sys/time.h> if util/profiler.h ???
> >
> > Should work, do you know how to contact the author for copy
> > permissions ?
> > --strk;
>
>
> That is an old page, Wu's current pages are at http://wyw.dcweb.cn/
>
> Everything there is OpenSource, his contact info is also there
> if you have any questions
>
> Norman
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users





More information about the postgis-users mailing list