[ gpsdrive ] Ubuntu svn dependencies
Andreas Putzo
andreas at putzo.net
Mon Aug 11 11:17:08 AKDT 2008
On Aug 11 20:53, Christoph Metz wrote:
> normaly you can try using this, to disable dbus:
>
> cmake -DWITH_DBUS:BOOL=OFF .
>
> but it doesn't work for me, too.
As far as i know, the dbus interface is disabled by default.
> Aputzo can you fix the cmake dbus warnings, if the dbus stuff is missing?
Forgot to remove the check in ConfigureChecks.cmake. Cmake should no
longer complain about the missing DBUS module which i replaced with
pkg_check_modules some time ago.
>
> On Mon, Aug 11, 2008 at 4:41 PM, stan <stan.distortion at gmail.com> wrote:
> > DEPENDENCIES file in svn was a little out of date for me, putting the apt-get
> > command here as it was a pain in the neck to copy and paste them all :)
> >
> > sudo apt-get install libboost-filesystem-dev libboost-dev libqt4-dev python-
> > mapnik mapnik-utils mapnik-plugins libmapnik-dev libpqxx-dev libcfitsio3-dev
> > netcdfg-dev libungif4-dev libhdf4g-dev libgdal1-1.4.0-grass libgrass-dev gdal-
> > bin libgdal1-dev libgeos-dev libjasper-dev libtiff4-dev libmysqlclient15-dev
> > libxerces27-dev libltdl3-dev zlib1g-dev libxinerama-dev libxi-dev libxext-dev
> > libxcursor-dev libx11-6 libstdc++6-dev libpng12-dev libpcre3-dev libpango1.0-
> > dev libgtk2.0-dev libglib2.0-dev libgcc1 libfreetype6-dev libfontconfig1-dev
> > libfile-slurp-perl libexpat1-dev libcairo2-dev libc6-dev libatk1.0-dev
> > libart-2.0-dev libgda3-dev
> >
> > That sorts out the dependencies but cmake is complaining about DBUSConfig.cmake
> > and I can find no way to fix it with the packages in the ubuntu repositories. Is
> > there any way this can be skipped?
> > cheers
To compile with dbus support you need to install libdbus-glib-1-dev
on debian based systems and run cmake with cmake -DWITH_DBUS=ON.
Cheers,
Andreas
More information about the GPSdrive
mailing list