[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdelibs compilation fix
From:       Pavel Troller <patrol () sinus ! cz>
Date:       2002-06-25 19:21:52
[Download RAW message or body]

Hi!
  Today my kdelibs refused to build in kdecore because of libart include
problem - libart_lgpl/art_render.h was included without pre-including
other includes which it requires (at least in my libart version, which
is about a week old.)
  Included is a patch which fixes it here.
                             With regards, Pavel Troller

["diff.out" (text/plain)]

? diff.out
Index: ksvgiconpainter.h
===================================================================
RCS file: /home/kde/kdelibs/kdecore/svgicons/ksvgiconpainter.h,v
retrieving revision 1.4
diff -u -3 -p -r1.4 ksvgiconpainter.h
--- ksvgiconpainter.h	19 Jun 2002 16:43:33 -0000	1.4
+++ ksvgiconpainter.h	25 Jun 2002 19:10:22 -0000
@@ -21,6 +21,10 @@
 #ifndef KSVGIconPainter_H
 #define KSVGIconPainter_H
 
+#include <libart_lgpl/art_config.h>
+#include <libart_lgpl/art_misc.h>
+#include <libart_lgpl/art_filterlevel.h>
+#include <libart_lgpl/art_alphagamma.h>
 #include <libart_lgpl/art_render.h>
 #include <libart_lgpl/art_render_gradient.h>
 

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic