On Wed, Dec 15, 2010 at 08:52:16PM +0100, Chris Browet wrote: > There is a "soft" dependency on the Boost library. > > Apparently, you don't have it installed, so you can use > "USE_BUILTIN_BOOST=1" on the qmake command-line to use an internal one. > I also recommend to install and enable the PROJ4 and GDAL packages at > minimum. This would make the qmake line look like: > > qmake USE_BUILTIN_BOOST=1 PROJ=1 GDAL=1
Thanks. Seeing the rc5 was available, I downloaded that and also installed boost-dev and gdal-dev. Assuming the addition of a stack of libraries which came as dependencies of boost-dev would solve the boost issue, I ran qmake and make. Make appeared happy enough until | In file included from ./MapView.h:4, | from Features/Feature.h:6, | from Document.cpp:5: | ./Maps/Projection.h:14:22: error: proj_api.h: No such file or directory | In file included from ./MapView.h:4, | from Features/Feature.h:6, | from Document.cpp:5: | ./Maps/Projection.h:15: error: ‘projPJ’ does not name a type | ./Maps/Projection.h:49: error: ‘ProjProjection’ does not name a type | ./Maps/Projection.h:52: error: ‘ProjProjection’ has not been declared | ./Maps/Projection.h:53: error: ‘ProjProjection’ has not been declared | ./Maps/Projection.h:66: error: ‘ProjProjection’ does not name a type | make[1]: *** [Document.o] Error 1 | make[1]: Leaving directory `/usr/local/merkaartor/0.17-rc5/src' | make: *** [sub-src-make_default] Error 2 Suggestions? richard _______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
