Bug 363308

Summary: Unable to use Navigation and OsmPlacemarkData classes
Product: [Applications] marble Reporter: Kim Tore Jensen <kimtjen>
Component: generalAssignee: marble-bugs
Status: CONFIRMED ---    
Severity: normal CC: nienhueser
Priority: NOR    
Version First Reported In: 1.14 (KDE Applications 16.04)   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kim Tore Jensen 2016-05-20 07:10:08 UTC
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.