Description of problem: Compilation error. Version-Release number of selected component (if applicable): koffice-devel-1.6.1-4.fc6 How reproducible: always. Steps to Reproduce: 1. Obtain CVS of kmymoney 2. make -f Makefile.dist 3. ./configure --enable-charts Actual results: Failed compile Expected results: Successful compile Additional info: Fixed with this edit. --- /usr/include/kdchart_export.h.orig 2006-11-17 09:11:38.000000000 -0600 +++ /usr/include/kdchart_export.h 2007-01-16 23:49:47.000000000 -0600 @@ -4,7 +4,7 @@ #include <qglobal.h> #if 1 -#include <../../lib/kofficecore/koffice_export.h> +#include <koffice_export.h> #else #if defined(Q_OS_WIN32) && defined(KDCHART_DLL)
Has this been reported to upstream/koffice yet? (I *think* so, but was wondering if you knew).
I don't know if it has tough I think it probably was reported already.
Not that I see. "Zarro Boogs found."
I'll take care of this while updating to 1.6.2.
Forgot to close this, fixed it awhile back... %changelog * Mon Feb 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.6.2-3 - kexi_export patch - kdchart_export patch (#222965)