[geos-devel] Portability
Norman Vine
nhv at cape.com
Wed Sep 18 10:09:23 EDT 2002
Hi all
I have finally managed to build Geos with Cygwin
this required a quite a few changes mostly similar to
// DirectedEdge *deLast=(DirectedEdge*) edges->at(size-1);
DirectedEdge *deLast=(DirectedEdge*)(*edges)[size-1];
Should I send a diff, or whole files to someone for review ?
Norman
$ c++-2 --version
2.95.3-10
$ uname -a
CYGWIN_NT-5.0 SFDEV3 1.3.13(0.59/3/2) 2002-08-18 05:58 i686 unknown
$ ./CTS
Start:
1
0
1
1
0
1
1
(10.531,0.000205,30)
(10.531,0.000205)
0.531
End
$ ./XMLTester
Precision Model: FLOATING
Test #1
AC A-shells overlapping B-shell at A-vertex
Aborted (core dumped)
$ ./SimpleWKTTester
Start Testing:
End of Testing
$ cvs diff WKTOut
<1024> test
Norman
More information about the geos-devel
mailing list