[geos-devel] GEOS on Openmoko

Mateusz Loskot mateusz at loskot.net
Tue Jul 22 12:42:52 EDT 2008


Joseph Reeves wrote:
> Thanks for both replies.
> 
> C++ reports itself as 4.1.3:

Joseph,

OK, it's very good C++ compiler.

> The openmoko toolchain includes the c++ header files, but I have not
> managed to get them seen when making GEOS. Copying them the what I
> thought was the correct location simply produces pages of error
> messages:
> 
> joseph at joseph-work:~$ ls -l
> /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/include/c++/4.1.2/
> total 540
> -rw-r--r-- 1 root root  2822 2008-05-10 19:54 algorithm
> [...]


You may try to specify this location as INCLUDE directory this way:

$
CPPFLAGS="-I/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/include/c++/4.1.2"
./configure && make

Ciao
-- 
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org


More information about the geos-devel mailing list