[Marble-bugs] [marble] [Bug 363308] New: Unable to use Navigation and OsmPlacemarkData classes
Kim Tore Jensen via KDE Bugzilla
bugzilla_noreply at kde.org
Fri May 20 07:10:08 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=363308
Bug ID: 363308
Summary: Unable to use Navigation and OsmPlacemarkData classes
Product: marble
Version: 1.14 (KDE Applications 16.04)
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: marble-bugs at kde.org
Reporter: kimtjen at gmail.com
The "Navigation.h" and "OsmPlacemarkData.h" header files (and possibly others)
are not installed into /usr/include/marble upon running "make install". Thus,
it seems to me that it is not possible to use these classes in a custom
application.
Reproducible: Always
Steps to Reproduce:
1. Build Marble 16.04 by configuring with: cmake -DCMAKE_BUILD_TYPE=Release
-DWITH_KF5=FALSE -DCMAKE_INSTALL_PREFIX=/usr -DQTONLY=ON -DBUILD_MARBLE_APPS=NO
-DWITH_DESIGNER_PLUGIN=NO -DBUILD_MARBLE_TESTS=NO /path/to/marble
2. Try to compile a C++ program with #include <marble/Navigation.h> or #include
<marble/OsmPlacemarkData.h>
Actual Results:
Compilation is failing.
Expected Results:
Compiled successfully.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list