On Wed, Jul 23, 2008 at 4:47 PM, Albertson, Brett <bretta at consonus.com> 
wrote:
> Here are some patches to allow kdesupport, kdelibs, and kdebase to compile 
> properly on my machine.  There's still a newly introduced problem in kdeedu 
> which I haven't had time to fix yet.  The diff is relative to Build/Patches.
>
> Index: kdelibs-kdeui.diff
> ===================================================================
> --- kdelibs-kdeui.diff  (revision 2359)
> +++ kdelibs-kdeui.diff  (working copy)
> @@ -15,3 +15,19 @@
>  #define KPIXMAPCACHE_VERSION 0x000208
>
>  namespace {
> +Index: kdeui/icons/kiconloader.cpp
> +===================================================================
> +--- kdeui/icons/kiconloader.cpp        (revision 836933)
> ++++ kdeui/icons/kiconloader.cpp        (working copy)
> +@@ -59,11 +59,7 @@
> +
> + // The following define exists because the Qt SVG renderer needs
> + // to be improved. This will be removed soon. (ereslibre)
> +-#ifdef QT_VERSION >= 0x040400

shouldn't this be

#if QT_VERSION >= 0x040400

my build spits out the following error message:

[ 10%] Building CXX object kdeui/CMakeFiles/kdeui.dir/icons/kiconloader.o
"/tank/src/kde/KDE/kdelibs/kdeui/icons/kiconloader.cpp", line 62:
Error: There is extra text on this line.
"/tank/src/kde/KDE/kdelibs/kdeui/icons/kiconloader.cpp", line 62:
Error: There is extra text on this line.

Ben
> + #define KDE_QT_SVG_RENDERER_FIXED
> +-#else
> +-#undef KDE_QT_SVG_RENDERER_FIXED
> +-#endif
> +

Reply via email to