[Marble-bugs] [Bug 220489] Compilation error: marble assumes presence of gpsd version 2.90 without checking with cmake

Lukas Middendorf lukas.middendorf at freenet.de
Tue Dec 29 19:34:17 CET 2009


https://bugs.kde.org/show_bug.cgi?id=220489





--- Comment #2 from Lukas Middendorf <lukas middendorf freenet de>  2009-12-29 19:34:16 ---
The problem is that the check for the api version in
/kdeedu/marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp is not
correct.

in gps.h
#define GPSD_API_MAJOR_VERSION    3    /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION    1    /* bump on compatible changes */
appears first in 2.39 and is unchanged in 2.90. So this is no proper way to
distinguish 2.39 from 2.90 and build fails with 2.39.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Marble-bugs mailing list