Hi to all. Im starting a proyect and want link 2Geom to the code. Always have problem on compile because 2Geom files includes has a include base like "#include 2geom/point.h" and dont find it correctly. Any one know how to link 2Geom library whithout this problem, I dont want to change source code of 2geom.
The code basic proyect -helloword- is here: https://code.launchpad.net/~jabiertxof/+junk/browup
The error code on compile is
Scanning dependencies of target 2geom [ 2%] Building CXX object 2geom/CMakeFiles/2geom.dir/affine.cpp.o /home/jtx/Development/browup/2geom/affine.cpp:9:26: fatal error: 2geom/affine.h: No existe el fichero o el directorio compilation terminated. 2geom/CMakeFiles/2geom.dir/build.make:62: recipe for target '2geom/CMakeFiles/2geom.dir/affine.cpp.o' failed make[2]: *** [2geom/CMakeFiles/2geom.dir/affine.cpp.o] Error 1 CMakeFiles/Makefile2:122: recipe for target '2geom/CMakeFiles/2geom.dir/all' failed make[1]: *** [2geom/CMakeFiles/2geom.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2
Thanks in advance, Jabier.