Bug 363308 - Unable to use Navigation and OsmPlacemarkData classes
Summary: Unable to use Navigation and OsmPlacemarkData classes
Status: CONFIRMED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: 1.14 (KDE Applications 16.04)
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-20 07:10 UTC by Kim Tore Jensen
Modified: 2016-06-13 08:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.