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-b...@kde.org Reporter: kimt...@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 watching all bug changes.