Bug 243699 - installed header doesn't compile
Summary: installed header doesn't compile
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 0.8 (KDE 4.3)
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 22:29 UTC by Thomas Zander
Modified: 2013-10-20 08:02 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 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.