Bug 243699

Summary: installed header doesn't compile
Product: [Applications] marble Reporter: Thomas Zander <zander>
Component: generalAssignee: marble-bugs
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: shentey
Priority: NOR    
Version: unspecified   
Target Milestone: 0.8 (KDE 4.3)   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Zander 2010-07-05 22:29:00 UTC
Hey, I have a little problem that I didn't manage to fix myself, hopefully it can be fixed properly by you guys :)

The header file (from kde45 branch) named MarbleControlBox.h doesn't compile for me due to some other headers not being found.

In a plugin that links to marble the above file is included and the compile fails due to various files not found.
The plugin is located in playground/office/kofficeplugins/geoshape and as such doesn't use the marble source dir to read the header files.
As such the bug is that when building out of marble, the header file currently doesn't compile.
Comment 1 Bernhard Beschow 2011-08-19 12:18:15 UTC
Could you please add the output of the compiler? Thanks.