[ gpsdrive ] OpenMoko (Openembedded) package for gpsdrive 2.10pre4
Hamish
hamish_b at yahoo.com
Fri Sep 26 00:12:10 AKDT 2008
Hi,
I have now committed the patch to SVN to allow building without GDA3.
It is independent of Mapnik support so you can do all of:
cmake -DWITHOUT_GDA3
cmake -DWITHOUT_MAPNIK
cmake -DWITHOUT_MAPNIK -DWITHOUT_GDA3
and get what you ask for. The default is to use both.
(see DefineOptions.cmake in the source to change your defaults)
me, I threw the two -DWITHOUT_*s in the debian/rules "configure-stamp"
call to cmake. "debuild binary" from the trunk/ dir then made me a nice
..deb package.
Hopefully there are no problems, if there are I think they are easily
fixed.
While I do have the new mapnik packages on my system I can not build with
Mapnik on Etch as /usr/include/boost/filesystem.hpp does not exist with
boost 1.33 AFAICT. So my testing has been limited to the without-
everything case.
Remember to manually remove build/CMakeCache.txt between option attempts.
I did not call it WITHOUT_POSTGRES because this is a build system switch
and that is incorrect as far as the code knows and misleading to debugging attempts. The code does not test for or link against libpq and use
postgres directly; the code only knows about, looks for, and talks to gda3.
The documentation can explain the gda3/Postgres implications to users if
it is required.
please test,
Hamish
More information about the GPSdrive
mailing list