[ gpsdrive ] 2.10rc1? (please test current svn packages)

Hamish hamish_b at yahoo.com
Thu Apr 2 03:35:35 AKDT 2009


Chris:
> OK no go. Me thinks there is a mapnik issue once again.
> Turned the following to OFF: Maemo, Dbus, Friendsd, GDAL,
> Kismet, Mapnik, 
> Speech as I dont use any of these;

check the debian/rules file, recently it changed to hardcode some
of those things on. (why, when there is DefineOptions.cmake to turn
those things on and off??)


I have removed those lines locally:

$ svn diff rules
Index: rules
===================================================================
--- rules       (revision 2378)
+++ rules       (working copy)
@@ -26,9 +26,6 @@
 
        cd build; \
        cmake -DCMAKE_BUILD_TYPE=Release \
-             -DWITH_GDA3:BOOL=ON \
-             -DWITH_SPEECH:BOOL=ON \
-             -DWITH_MAPNIK:BOOL=ON \
              -DCMAKE_INSTALL_PREFIX=/usr \
              -DPERL_SITELIB=/usr/share/perl5 \
              -DMAN_INSTALL_DIR=/usr/share/man \


if the -dev packages for those aren't installed, the header (.h) files
which describe the called functions won't be found and you'll get those
errors.


remember to manually remove build/CMakeCache.txt after changing DefineOptions.cmake


Hamish



      



More information about the GPSdrive mailing list