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

List:       koffice
Subject:    Re: can not compile koffice-svn 1.6
From:       Thorsten Schnebeck <thorsten.schnebeck () gmx ! net>
Date:       2007-09-07 15:39:13
Message-ID: 200709071739.13838.thorsten.schnebeck () gmx ! net
[Download RAW message or body]

Am Freitag 24 August 2007 schrieb Thorsten Schnebeck:

Meanwhile its rev Revision 709469, _still_ the same error. 
I attach a patch that adds the missing include to the cpp-file.

Bye

   Thorsten

> Hi,
>
> this is SVN
> /branches/koffice/1.6/
> Revision 704374.
>
> make[4]: Entering directory
> `/usr/local/src/kde-svn/koffice/krita/plugins/paintops'
> Making all in defaultpaintops
> make[5]: Entering directory
> `/usr/local/src/kde-svn/koffice/krita/plugins/paintops/defaultpaintops'
> if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I./../../../sdk
> -I./../../../core -I./../../../kritacolor/ -I./../../../ui
> -I../../../../lib/kofficeui -I../../../../lib/kofficeui
> -I../../../../lib/kofficecore -I../../../../lib/kofficecore
> -I../../../../lib/store -I../../../../lib/store -I../../../../lib/kwmf
> -I../../../../lib/kwmf -I../../../../lib/kopalette
> -I../../../../lib/kopalette -I../../../../lib/kopainter
> -I../../../../lib/kopainter -I/usr/kde/3.5/include -I/usr/qt/3/include -I.
>   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W
> -Wpointer-arith -O2 -O2 -march=i686 -pipe -fomit-frame-pointer
> -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
> -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
> -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
> -DHAVE_KNEWSTUFF  -MT kis_smudgeop.lo -MD -MP -MF ".deps/kis_smudgeop.Tpo"
> -c -o kis_smudgeop.lo kis_smudgeop.cc; \
>         then mv -f ".deps/kis_smudgeop.Tpo" ".deps/kis_smudgeop.Plo"; else
> rm -f ".deps/kis_smudgeop.Tpo"; exit 1; fi
[..]
> kis_smudgeop.cc:290: error: 'KisRectIterator' was not declared in this
> scope kis_smudgeop.cc:290: error: expected `;' before 'it'
> kis_smudgeop.cc:292: error: 'it' was not declared in this scope

["kis_smudgeop.cc.patch" (text/x-diff)]

--- krita/plugins/paintops/defaultpaintops/kis_smudgeop.cc.orig	2007-09-07 17:12:51.000000000 +0200
+++ krita/plugins/paintops/defaultpaintops/kis_smudgeop.cc	2007-09-07 17:15:06.000000000 +0200
@@ -44,6 +44,8 @@
 #include "kis_input_device.h"
 #include "kis_selection.h"
 
+#include <kis_iterator.h>
+#include <kis_iterators_pixel.h>
 #include "kis_dlgbrushcurvecontrol.h"
 
 KisPaintOp * KisSmudgeOpFactory::createOp(const KisPaintOpSettings *settings, KisPainter * painter)


____________________________________
koffice mailing list
koffice@kde.org
To unsubscribe please visit:
https://mail.kde.org/mailman/listinfo/koffice


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

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