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 Regards - Chris - On Wed, Dec 15, 2010 at 20:10, Richard Lyons <[email protected]> wrote: > On Wed, Dec 15, 2010 at 06:52:49PM +0100, Daniel van Gerpen wrote: > > > On Wed, 15 Dec 2010 15:19:45 +0000 > > Richard Lyons <[email protected]> wrote: > > > > > On Wed, Dec 15, 2010 at 02:01:21PM +0100, Oliver Heesakkers wrote: > > > [...] > > > > this has been implemented in Merkaartor since version 0.17 RC2. You > > > > can get RC4 right now from the website! > > > > > > Regrettably, it doesn't compile for me (from the .tar.bz2), so I'm > > > still going to be using the debian package (at 0.16.3) until that > > > changes... > > > > Any error messages during the build? > > Lots of errors. The make began with something about not being a git > repository > and finished with > > | In file included from Maps/Coord.cpp:1: > | Maps/Coord.h: At global scope: > | Maps/Coord.h:134: error: ‘boost’ has not been declared > | Maps/Coord.h:134: error: expected ‘{’ before ‘int_’ > | Maps/Coord.h:134: error: expected initializer before ‘<’ token > | make[1]: *** [Coord.o] Error 1 > | make[1]: Leaving directory `/usr/local/merkaartor/0.17-rc4/src' > | make: *** [sub-src-make_default] Error 2 > > I suppose there is a log somewhere... > > richard > > _______________________________________________ > Merkaartor mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/merkaartor >
_______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
