wrong reference in /usr/include/kde/kdchart_export.h

Bug #82739 reported by Matthias
2
Affects Status Importance Assigned to Milestone
koffice (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: koffice-dev version: 1.5.2-0ubuntu2.1

Hello,

I tried to compile the CVS version of kmymoney2 with charts enabled:

./configure --enable-charts

and got an error which I could track down to a wrong reference in

/usr/include/kde/kdchart_export.h

The contents is:

#ifndef KDCHART_EXPORT_H
#define KDCHART_EXPORT_H

#include <../../lib/kofficecore/koffice_export.h>

#endif

The file 'koffice_export.h' does not exist at this location and can't be found even with 'apt-file search' at this location.
However, the file exists at '/usr/include/kde/koffice_export.h'.

Modifying '/usr/include/kde/kdchart_export.h' to:
#ifndef KDCHART_EXPORT_H
#define KDCHART_EXPORT_H

#include </usr/include/kde/koffice_export.h>

#endif

solves the problem and kmymoney2 compiles (but crashes after execution, should be an other problem).

Best regards,
Matthias

description: updated
Simon Law (sfllaw)
Changed in koffice:
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

KOffice2 no longer ships public libraries.

Changed in koffice (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.