From koffice Fri Sep 07 15:39:13 2007 From: Thorsten Schnebeck Date: Fri, 07 Sep 2007 15:39:13 +0000 To: koffice Subject: Re: can not compile koffice-svn 1.6 Message-Id: <200709071739.13838.thorsten.schnebeck () gmx ! net> X-MARC-Message: https://marc.info/?l=koffice&m=118917960912861 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_hCX4GaT3CkBcHI8" --Boundary-00=_hCX4GaT3CkBcHI8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Freitag 24 August 2007 schrieb Thorsten Schnebeck: Meanwhile its rev Revision 709469, _still_ the same error.=20 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=3DCXX --mode=3Dcompile > 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. > =A0 -DQT_THREAD_SUPPORT =A0-D_REENTRANT =A0-Wno-long-long -Wundef -ansi > -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall = =2DW > -Wpointer-arith -O2 -O2 -march=3Di686 -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 =A0-MT kis_smudgeop.lo -MD -MP -MF ".deps/kis_smudgeop.T= po" > -c -o kis_smudgeop.lo kis_smudgeop.cc; \ > =A0 =A0 =A0 =A0 then mv -f ".deps/kis_smudgeop.Tpo" ".deps/kis_smudgeop.P= lo"; 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 --Boundary-00=_hCX4GaT3CkBcHI8 Content-Type: text/x-diff; charset="iso-8859-1"; name="kis_smudgeop.cc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kis_smudgeop.cc.patch" --- 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 +#include #include "kis_dlgbrushcurvecontrol.h" KisPaintOp * KisSmudgeOpFactory::createOp(const KisPaintOpSettings *settings, KisPainter * painter) --Boundary-00=_hCX4GaT3CkBcHI8 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ____________________________________ koffice mailing list koffice@kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice --Boundary-00=_hCX4GaT3CkBcHI8--