tag 330470 + patch confirmed upstream
thanks

On Wed, Sep 28, 2005 at 10:35:59AM +0200, mvillarino wrote:
> Package: koffice-dev
> Version: 1:1.3.5-4
> Severity: important
> 
> I'm compiling kmymoney 0.8 with the configure option --enable-charts,
> then, during compilation, the following error appears:
> In file included from /usr/include/kde/KDChartParams.h:54,
>     from kreportchartview.h:35,
>     from pivottable.cpp:47:
>     /usr/include/kde/KDChartPropertySet.h:33:24:
> error: KDXMLTools.h: No existe  el fichero o el directorio (the file 
> doesn't exists)
> 
> I find no KDXMLTools.h on my system.
> If I download that file from the kde svn repository, and copy it to
> /usr/include/kde, KMyMoney compiles and charts on it works (not heavily
> tested).

  correct, and no kde package provides it either.
  that file is in kchart/kdchart/KDXMLTools.h in koffice-dev, and the
provided patch makes the build system include it. one should forward
that upstream.
-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
Index: kchart/kdchart/Makefile.am
===================================================================
--- kchart/kdchart/Makefile.am.orig
+++ kchart/kdchart/Makefile.am
@@ -56,8 +56,7 @@
                        KDChartTextPiece.h      \
                        KDChartUnknownTypeException.h   \
                        KDChartVectorSeries.h \
-                       KDDrawText.h            \
-                       KDXMLTools.h
+                       KDDrawText.h
 METASOURCES = AUTO
 
 INCLUDES  = $(KOFFICECORE_INCLUDES) -I$(srcdir)/.. -I$(srcdir) $(all_includes)
@@ -78,5 +77,6 @@
                        KDChartEnums.h          \
                        KDChartTextPiece.h      \
                        KDChartAxisParams.h \
-                       kdchart_export.h
+                       kdchart_export.h        \
+                       KDXMLTools.h
 

Attachment: signature.asc
Description: Digital signature

Reply via email to