[geos-devel] Portability Modifications

Norman Vine nhv at cape.com
Thu Oct 24 08:31:08 EDT 2002


Paul Ramsey writes:
>
> Norman,
> I can compile almost everything now, the only exceptions are in
> source/test, the CTS program dies when it tries to link. I am too thick
> to quite understand all the interdependencies going on, I am afraid. 

Looks like there is a $PATH problem that somehow I missed before
funny though in that I was sure that I tested this ???

anyway It all compiles for me with the following patch

Will take a look at the Makefiles when I get some time :-)

HTH

Norman



Index: CTS.cpp
===================================================================
RCS file: /home/cvs/postgis/geos/source/test/CTS.cpp,v
retrieving revision 1.2
diff -r1.2 CTS.cpp
4d3
< #include "io.h"
5a5,7
> #include "../headers/geom.h"
> #include "../headers/io.h"
> 
Index: SimpleWKTTester.cpp
===================================================================
RCS file: /home/cvs/postgis/geos/source/test/SimpleWKTTester.cpp,v
retrieving revision 1.2
diff -r1.2 SimpleWKTTester.cpp
6c6
< #include "io.h"
---
> #include "../headers/io.h"
Index: XMLTester.cpp
===================================================================
RCS file: /home/cvs/postgis/geos/source/test/XMLTester.cpp,v
retrieving revision 1.5
diff -r1.5 XMLTester.cpp
1d0
< #include "MarkupSTL.h"
6,9c5,9
< #include "util.h"
< #include "graph.h"
< #include "io.h"
< #include "opRelate.h"
---
> #include "../headers/util.h"
> #include "../headers/graph.h"
> #include "../headers/io.h"
> #include "../headers/opRelate.h"
> #include "../io/markup/MarkupSTL.h"







More information about the geos-devel mailing list