Discussion:
Error while compiling KDE with kdesvn-build
(too old to reply)
Eduard Bachmakov
19 years ago
Permalink
--===============1154618061==
Content-Type: multipart/signed;
boundary="nextPart3338823.KFQPiJrhK9";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart3338823.KFQPiJrhK9
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

This is my first time I compile KDE. I tried to do it with kdesvn-build but=
I=20
got that output:
(the german error message means file/directory not found)

<code>
Building qt-copy (1/10)
Compiling, attempt 1...

Couldn't build, going to try again just in case.
Took 56 seconds.
Building qt-copy (1/10)
Compiling, attempt 2...

Still couldn't build, recreating build system (builddir is safe).
Took 24 seconds of time.
Building qt-copy (1/10)
Preparing build system for qt-copy.
GPL license selected for Qt. =20
See /home/kdedev/kdesvn/qt-copy/LICENSE.GPL
Running configure...
Compiling, attempt 3...
Build done after 59 minutes, and 41 seconds.
qt-copy doesn't need to be installed.
Overall time for qt-copy was 1 hour, 1 minute, and 2 seconds.

Building arts (2/10)
Preparing build system for arts.
Executing rm -rf /home/kdedev/kdesvn/build/arts
Old build system cleaned, starting new build system.
Running configure...
Unable to configure arts! Datei oder Verzeichnis nicht gefunden
Overall time for arts was 1 minute, and 57 seconds.

Building kdesupport (3/10)
Preparing build system for kdesupport.
Executing rm -rf /home/kdedev/kdesvn/build/kdesupport
Old build system cleaned, starting new build system.
Running configure...
Unable to configure kdesupport! Datei oder Verzeichnis nicht gefun=
den
Overall time for kdesupport was 1 minute, and 46 seconds.
</code>

and so on (same error)

I don't know what causes this error so I mail the list:
please help me!

--nextPart3338823.KFQPiJrhK9
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBELo4MzMUJQ2vofNQRAlUuAKDQYEkSFDOJoOYUPh8MMzShf0izQgCfVDNs
xYI8Yehi4QQCndmIux5z+Zw=
=URhh
-----END PGP SIGNATURE-----

--nextPart3338823.KFQPiJrhK9--

--===============1154618061==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============1154618061==--
Michael Pyne
19 years ago
Permalink
--===============0923439581==
Content-Type: multipart/signed;
boundary="nextPart9305792.rnn5JrI86P";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart9305792.rnn5JrI86P
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
This is my first time I compile KDE. I tried to do it with kdesvn-build b=
ut
What version of kdesvn-build are you using? (kdesvn-build --version). I'm=
=20
pretty sure I removed the "File not found" error message from the latest=20
kdesvn-build release.

Anyways, kdesvn-build stores logs of every program it runs, by default in=20
~/kdesvn/log.

The logs are organized by date and module. Each log directory will have=20
different log files corresponding to the exact phase kdesvn-build was in. =
=20
=46or instance, to find errors in arts, you could look through

~/kdesvn/log/2006-04-01-01/arts/*.log

In order to be easy to find, kdesvn-build will automatically create symlink=
s=20
to the .log corresponding to the program that failed, and the last=20
kdesvn-build run.

~/kdesvn/log/latest/arts/error.log

In short, that file should hopefully tell you exactly why the program=20
kdesvn-build was running failed. If that doesn't help get it to work, feel=
=20
free to reply to the list with the output of that error.log file. Also=20
useful may be the error messages from the appropriate config.log files. (T=
he=20
configure program run by kdesvn-build leaves a config.log in the build=20
directory for the module. So the config.log for arts would be in=20
~/kdesvn/build/arts/config.log)

Regards,
- Michael Pyne

--nextPart9305792.rnn5JrI86P
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEL3yTqjQYp5Omm0oRAv3ZAJ4tcwkYG0EHNk50BbdVUcfCXl9p/ACgnev4
ZLUTWfPL1KUgfDez8tFbQ8M=
=JTeK
-----END PGP SIGNATURE-----

--nextPart9305792.rnn5JrI86P--

--===============0923439581==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============0923439581==--
Ferdinand Gassauer
19 years ago
Permalink
Post by Michael Pyne
Post by Eduard Bachmakov
This is my first time I compile KDE. I tried to do it with kdesvn-build
What version of kdesvn-build are you using? (kdesvn-build --version). I'm
pretty sure I removed the "File not found" error message from the latest
kdesvn-build release.
kdesvn-build --version
kdesvn-build 1.0 (Development Edition)

*** Creating Makefile templates
No such
file: /hd/sdb1/daten/kdesvn/kde35src/koffice/lib/kross/Makefile.global
caused error: [Errno 2] No such file or directory: '/hd/sd
b1/daten/kdesvn/kde35src/koffice/lib/kross/Makefile.global'
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

but that has nothing to do - IMHO - with kdesvn-build
--
cu
ferdinand
Post by Michael Pyne
Post by Eduard Bachmakov
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Eduard Bachmakov
19 years ago
Permalink
--===============1276919513==
Content-Type: multipart/signed;
boundary="nextPart1247303.qOCa5JJbpK";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart1247303.qOCa5JJbpK
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I just realized I was using ~0.97. I'l update and try again and then I'll p=
ost=20
you my results...
Post by Eduard Bachmakov
This is my first time I compile KDE. I tried to do it with kdesvn-build
What version of kdesvn-build are you using? (kdesvn-build --version). I=
'm
...
st
kdesvn-build run.
~/kdesvn/log/latest/arts/error.log
In short, that file should hopefully tell you exactly why the program
kdesvn-build was running failed. If that doesn't help get it to work, fe=
el
free to reply to the list with the output of that error.log file. Also
useful may be the error messages from the appropriate config.log files.=20
(The configure program run by kdesvn-build leaves a config.log in the bui=
ld
directory for the module. So the config.log for arts would be in
~/kdesvn/build/arts/config.log)
Regards,
- Michael Pyne
--nextPart1247303.qOCa5JJbpK
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEL6NpzMUJQ2vofNQRAjxNAKC8HMbCTi9u+7sRkSNugAlEVf6eAgCg7onM
Pk6AyRT1SsNqtUTOKqTrUPE=
=k+Lm
-----END PGP SIGNATURE-----

--nextPart1247303.qOCa5JJbpK--

--===============1276919513==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Post by Eduard Bachmakov
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============1276919513==--
David Faure
19 years ago
Permalink
...
This is koffice trunk; you probably want to switch to branches/koffice/1.5/koffice
or 1.6.
If it's really trunk (qt4/kde4) that you wanted; then you have to use cmake.
Post by Michael Pyne
but that has nothing to do - IMHO - with kdesvn-build
Right.
--
David Faure, ***@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
Post by Michael Pyne
Post by Michael Pyne
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Ferdinand Gassauer
19 years ago
Permalink
...
Michael
is it possible to get koffice 1.5 or 1.6 when setting
"use-stable-kde true"
in .kdesvn-build.rc ?
--
cu
ferdinand
Post by David Faure
Post by Michael Pyne
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Michael Pyne
19 years ago
Permalink
--===============0256200882==
Content-Type: multipart/signed;
boundary="nextPart6588256.afkf4BaqLf";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart6588256.afkf4BaqLf
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Post by Michael Pyne
Michael
is it possible to get koffice 1.5 or 1.6 when setting
"use-stable-kde true"
in .kdesvn-build.rc ?
Yes. Your branch or tag selection for a module will always override=20
use-stable-kde. If for some reason it does not, that is a bug that needs t=
o=20
be reported.

Regards,
- Michael Pyne

--nextPart6588256.afkf4BaqLf
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEMNUlqjQYp5Omm0oRAqzLAKC/xpK9wOjSZKoyzSgoReL9/UAtCACgutM9
ThF0GXfU2YSrQxu/ZXxHwoI=
=k0Jm
-----END PGP SIGNATURE-----

--nextPart6588256.afkf4BaqLf--

--===============0256200882==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Post by Michael Pyne
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============0256200882==--
Eduard Bachmakov
19 years ago
Permalink
--===============1632664984==
Content-Type: multipart/signed;
boundary="nextPart3002660.lCm0zr0xZo";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart3002660.lCm0zr0xZo
Content-Type: multipart/mixed;
boundary="Boundary-01=_zqRMEcOdog4eHii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_zqRMEcOdog4eHii
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I updated and tried to compile kde. qt, arts and kdesupport worked, but=20
kdelibs is a problem. Please look at my error logs.
Post by Eduard Bachmakov
This is my first time I compile KDE. I tried to do it with kdesvn-build
What version of kdesvn-build are you using? (kdesvn-build --version). I=
'm
...
st
kdesvn-build run.
~/kdesvn/log/latest/arts/error.log
In short, that file should hopefully tell you exactly why the program
kdesvn-build was running failed. If that doesn't help get it to work, fe=
el
free to reply to the list with the output of that error.log file. Also
useful may be the error messages from the appropriate config.log files.=20
(The configure program run by kdesvn-build leaves a config.log in the bui=
ld
directory for the module. So the config.log for arts would be in
~/kdesvn/build/arts/config.log)
Regards,
- Michael Pyne
--Boundary-01=_zqRMEcOdog4eHii
Content-Type: text/x-log;
charset="utf-8";
name="build-system.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="build-system.log"

This file was used for automake/unsermake, but the KDE build system has changed.
Please use cmake instead, see http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro


--Boundary-01=_zqRMEcOdog4eHii
Content-Type: text/x-log;
charset="utf-8";
name="configure.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="configure.log"

Can't exec "/home/kdedev/src/kde/kdelibs/configure": Datei oder Verzeichnis nicht gefunden at /usr/bin/kdesvn-build line 1475.
Unable to execute "/home/kdedev/src/kde/kdelibs/configure --enable-debug --enable-sendfile --enable-mitshm CXXFLAGS=-pipe -march=i686 --prefix=/home/kdedev/kde-unstable"!
Datei oder Verzeichnis nicht gefunden

Please check your binpath setting (it controls the PATH used by kdesvn-build).
Currently it is set to /home/kdedev/src/kde/kdenonbeta/unsermake:/home/kdedev/src/kde/build/qt-copy/bin:/home/kdedev/kde-unstable/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin.


--Boundary-01=_zqRMEcOdog4eHii--

--nextPart3002660.lCm0zr0xZo
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEMRq3zMUJQ2vofNQRAkxvAKDhvs1m2JDx500YVlh5jiI8xCViggCePEEg
xcVLTjoOrGRtJWglqGvFXzo=
=HsLW
-----END PGP SIGNATURE-----

--nextPart3002660.lCm0zr0xZo--

--===============1632664984==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Post by Eduard Bachmakov
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============1632664984==--
David Faure
19 years ago
Permalink
Post by Michael Pyne
Post by Michael Pyne
Michael
is it possible to get koffice 1.5 or 1.6 when setting
"use-stable-kde true"
in .kdesvn-build.rc ?
Yes. Your branch or tag selection for a module will always override
use-stable-kde. If for some reason it does not, that is a bug that needs to
be reported.
I think the question was the other way round, i.e. "please make use-stable-kde
mean koffice-1.5 instead of koffice-trunk". Which needs extra logic in kdesvn-build
since koffice isn't in KDE/3.5 like the rest of the "stable kde", it's in branches/koffice/1.5 (/koffice).
--
David Faure, ***@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
Post by Michael Pyne
Post by Michael Pyne
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Ferdinand Gassauer
19 years ago
Permalink
Post by David Faure
I think the question was the other way round, i.e. "please make
use-stable-kde mean koffice-1.5 instead of koffice-trunk". Which needs
extra logic in kdesvn-build since koffice isn't in KDE/3.5 like the rest
of the "stable kde", it's in branches/koffice/1.5 (/koffice).
So is koffice /trunk currently for KDE 4 then? If so I need to update
kdesvn-build.
yes I think so

IMHO it would be nice to have stored the information what is stable and what
is trunk somewhere in the SVN tree (like unsermake) and get it from there
instead of modifying kdesvn-build itself, everytime the situation changes

IMHO something like
* trunk (will be KDE4)
* stable branch (post 3.5.2)
* stable release (3.5.2)
Regards,
- Michael Pyne
--
cu
Ferdinand
Post by David Faure
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Eduard Bachmakov
19 years ago
Permalink
--Boundary-00=_ONRNEJeIspRPyJE
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Now, kdelibs works. But of course there's a new problem: kdebase.
Look at my error.log.

--Boundary-00=_ONRNEJeIspRPyJE
Content-Type: text/x-log;
charset="utf-8";
name="error.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="error.log"

Scanning dependencies of target kappfinder_install
Building CXX object kappfinder/CMakeFiles/kappfinder_install.dir/main_insta=
ll.o
Scanning dependencies of target kdesu
Building CXX object kdesu/kdesu/CMakeFiles/kdesu.dir/kdesu.o
Building CXX object kappfinder/CMakeFiles/kappfinder_install.dir/common.o
Building CXX object kdesu/kdesu/CMakeFiles/kdesu.dir/sudlg.o
Linking CXX executable kappfinder_install
Linking CXX executable kdesu
Generating kabstractdebugdialog.moc
Generating kdebugdialog.moc
Generating kgreet_classic.moc
Generating klistdebugdialog.moc
Scanning dependencies of target kgreet_classic
Scanning dependencies of target kdebugdialog
Building CXX object workspace/kdmlib/CMakeFiles/kgreet_classic.dir/kgreet_c=
lassic.o
Building CXX object kdebugdialog/CMakeFiles/kdebugdialog.dir/main.o
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp: In constru=
ctor =C2=BBKClassicGreeter::KClassicGreeter(KGreeterPluginHandler*, KdmThem=
er*, QWidget*, QWidget*, const QString&, KGreeterPlugin::Function, KGreeter=
Plugin::Context)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:74: Warnung=
: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn=
/build/qt-copy/include/QtGui/qgridlayout.h:49)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:97: Warnung=
: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn=
/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:126: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:143: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:144: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp: In destruc=
tor =C2=BBvirtual KClassicGreeter::~KClassicGreeter()=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:167: Warnun=
g: =C2=BBiterator=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bu=
ild/qt-copy/include/Qt/qlayout.h:192)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:168: Warnun=
g: =C2=BBcurrent=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bui=
ld/qt-copy/include/Qt/qlayout.h:200)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:168: Warnun=
g: =C2=BBoperator++=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qlayout.h:199)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp: In member =
function =C2=BBvirtual bool KClassicGreeter::textMessage(const char*, bool)=
=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:259: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp: In member =
function =C2=BBvirtual void KClassicGreeter::textPrompt(const char*, bool, =
bool)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:274: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:274: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:276: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:276: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:278: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_classic.cpp:278: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/kdebugdialog/main.cpp: In function =C2=BBQStrin=
gList readAreaList()=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/main.cpp:49: Warnung: =C2=BBsetEnc=
oding=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/qt-copy/=
include/Qt/qtextstream.h:218)
/home/kdedev/kdesvn/kdebase/kdebugdialog/main.cpp:53: Warnung: =C2=BBfind=
=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/qt-copy/inclu=
de/QtCore/qstring.h:408)
Linking CXX shared module ../../lib/kgreet_classic.so
Building CXX object kdebugdialog/CMakeFiles/kdebugdialog.dir/kabstractdebug=
dialog.o
Generating kgreet_winbind.moc
Scanning dependencies of target kgreet_winbind
Building CXX object workspace/kdmlib/CMakeFiles/kgreet_winbind.dir/kgreet_w=
inbind.o
/home/kdedev/kdesvn/kdebase/kdebugdialog/kabstractdebugdialog.cpp: In membe=
r function =C2=BBvirtual void KAbstractDebugDialog::buildButtons(QVBoxLayou=
t*)=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/kabstractdebugdialog.cpp:44: Warnu=
ng: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdes=
vn/build/qt-copy/include/QtGui/qboxlayout.h:112)
Building CXX object kdebugdialog/CMakeFiles/kdebugdialog.dir/kdebugdialog.o
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In functio=
n =C2=BBvoid splitEntity(const QString&, QString&, QString&)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:59: Warnung=
: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/q=
t-copy/include/QtCore/qstring.h:406)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In constru=
ctor =C2=BBKWinbindGreeter::KWinbindGreeter(KGreeterPluginHandler*, KdmThem=
er*, QWidget*, QWidget*, const QString&, KGreeterPlugin::Function, KGreeter=
Plugin::Context)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:92: Warnung=
: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn=
/build/qt-copy/include/QtGui/qgridlayout.h:49)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:126: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:127: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:137: Warnun=
g: =C2=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/k=
desvn/build/qt-copy/include/QtGui/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:164: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:186: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:187: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/Qt/qlabel.h:108)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In destruc=
tor =C2=BBvirtual KWinbindGreeter::~KWinbindGreeter()=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:211: Warnun=
g: =C2=BBiterator=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bu=
ild/qt-copy/include/Qt/qlayout.h:192)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:212: Warnun=
g: =C2=BBcurrent=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bui=
ld/qt-copy/include/Qt/qlayout.h:200)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:212: Warnun=
g: =C2=BBoperator++=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qlayout.h:199)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In member =
function =C2=BBvoid KWinbindGreeter::slotChangedDomain(const QString&)=C2=
=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:225: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:406)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In member =
function =C2=BBvirtual bool KWinbindGreeter::textMessage(const char*, bool)=
=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:337: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In member =
function =C2=BBvirtual void KWinbindGreeter::textPrompt(const char*, bool, =
bool)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:352: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:352: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:358: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:358: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:360: Warnun=
g: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesv=
n/build/qt-copy/include/QtCore/qregexp.h:106)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:360: Warnun=
g: =C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/=
qt-copy/include/QtCore/qstring.h:415)
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp: In functio=
n =C2=BBbool init(const QString&, QVariant (*)(void*, const char*, const QV=
ariant&), void*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kdmlib/kgreet_winbind.cpp:560: Warnun=
g: =C2=BBsplit=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build=
/qt-copy/include/QtCore/qstringlist.h:172)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp: In constructor =
=C2=BBKDebugDialog::KDebugDialog(QStringList, QWidget*, const char*, bool)=
=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:48: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:56: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:58: Warnung: =C2=
=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:61: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qgridlayout.h:49)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:77: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:81: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:85: Warnung: =C2=
=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:102: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:106: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:110: Warnung: =C2=
=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:127: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:131: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:135: Warnung: =C2=
=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:152: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:156: Warnung: =C2=
=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:160: Warnung: =C2=
=BBinsertStringList=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/Qt/qcombobox.h:240)
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp: In member functi=
on =C2=BBvoid KDebugDialog::slotDebugAreaChanged(const QString&)=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/kdebugdialog.cpp:203: Warnung: =C2=
=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/qt-cop=
y/include/QtCore/qstring.h:408)
Linking CXX shared module ../../lib/kgreet_winbind.so
Generating kdecoration.moc
Generating kcommondecoration.moc
Scanning dependencies of target kdecorations
Building CXX object kdebugdialog/CMakeFiles/kdebugdialog.dir/klistdebugdial=
og.o
Building CXX object workspace/kwin/lib/CMakeFiles/kdecorations.dir/kdecorat=
ion.o
In Datei, eingef=C3=BCgt von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib=
/kdecoration.cpp:25:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:624:2: Warnung=
: #warning Redo all the XYZChange() virtuals as signals.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:761:2: Warnung=
: #warning Update the docs.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.cpp:398:2: Warnu=
ng: #warning KDE4 : why construct the palette this way?
/home/kdedev/kdesvn/kdebase/kdebugdialog/klistdebugdialog.cpp: In construct=
or =C2=BBKListDebugDialog::KListDebugDialog(QStringList, QWidget*, const ch=
ar*, bool)=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/klistdebugdialog.cpp:40: Warnung: =
=C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/b=
uild/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/kdebugdialog/klistdebugdialog.cpp:53: Warnung: =
=C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/b=
uild/qt-copy/include/QtGui/qboxlayout.h:111)
/home/kdedev/kdesvn/kdebase/kdebugdialog/klistdebugdialog.cpp: In member fu=
nction =C2=BBvoid KListDebugDialog::generateCheckBoxes()=C2=AB:
/home/kdedev/kdesvn/kdebase/kdebugdialog/klistdebugdialog.cpp:85: Warnung: =
=C2=BBfind=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/build/qt-=
copy/include/QtCore/qstring.h:408)
Linking CXX executable kdebugdialog
Building CXX object workspace/kwin/lib/CMakeFiles/kdecorations.dir/kdecorat=
ion_p.o
In Datei, eingef=C3=BCgt von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib=
/kdecoration_p.h:32,
von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdec=
oration_p.cpp:25:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:624:2: Warnung=
: #warning Redo all the XYZChange() virtuals as signals.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:761:2: Warnung=
: #warning Update the docs.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:156:2: War=
nung: #warning KDE4 : is it usefull ? ( temporary hack )
Scanning dependencies of target kwin_killer_helper
Building CXX object workspace/kwin/killer/CMakeFiles/kwin_killer_helper.dir=
/killer.o
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp: In member=
function =C2=BBlong unsigned int KDecorationOptionsPrivate::updateKWinSett=
ings(KConfig*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:81: Warnun=
g: =C2=BBactive=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qpalette.h:207)
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:81: Warnun=
g: =C2=BBbackground=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/=
build/qt-copy/include/QtGui/qpalette.h:189)
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:93: Warnun=
g: =C2=BBactive=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/buil=
d/qt-copy/include/QtGui/qpalette.h:207)
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:93: Warnun=
g: =C2=BBhighlight=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/b=
uild/qt-copy/include/QtGui/qpalette.h:194)
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:103: Warnu=
ng: =C2=BBactive=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bui=
ld/qt-copy/include/QtGui/qpalette.h:207)
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration_p.cpp:103: Warnu=
ng: =C2=BBhighlightedText=C2=AB ist veraltet (deklariert bei /home/kdedev/k=
desvn/build/qt-copy/include/QtGui/qpalette.h:195)
Linking CXX executable kwin_killer_helper
Building CXX object workspace/kwin/lib/CMakeFiles/kdecorations.dir/kdecorat=
ion_plugins_p.o
In Datei, eingef=C3=BCgt von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib=
/kdecoration_plugins_p.h:36,
von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdec=
oration_plugins_p.cpp:26:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:624:2: Warnung=
: #warning Redo all the XYZChange() virtuals as signals.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:761:2: Warnung=
: #warning Update the docs.
Generating windows.moc
Generating mouse.moc
Generating main.moc
Scanning dependencies of target kcm_kwinoptions
Building CXX object workspace/kwin/kcmkwin/kwinoptions/CMakeFiles/kcm_kwino=
ptions.dir/windows.o
Building CXX object workspace/kwin/lib/CMakeFiles/kdecorations.dir/kdecorat=
ionfactory.o
In Datei, eingef=C3=BCgt von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib=
/kdecorationfactory.h:28,
von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdec=
orationfactory.cpp:25:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:624:2: Warnung=
: #warning Redo all the XYZChange() virtuals as signals.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:761:2: Warnung=
: #warning Update the docs.
/home/kdedev/kdesvn/build/qt-copy/include/QtGui/qtextedit.h: In member func=
tion =C2=BBvoid QTextEdit::moveCursor(QTextEdit::CursorAction, bool)=C2=AB:
/home/kdedev/kdesvn/build/qt-copy/include/QtGui/qtextedit.h:288: Warnung: =
=C2=BBmoveCursor=C2=AB ist veraltet (deklariert bei /home/kdedev/kdesvn/bui=
ld/qt-copy/include/QtGui/qtextedit.h:286)
Building CXX object workspace/kwin/lib/CMakeFiles/kdecorations.dir/kcommond=
ecoration.o
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
In constructor =C2=BBKFocusConfig::KFocusConfig(bool, KConfig*, KInstance*=
, QWidget*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
111: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
131: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:131)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
133: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:111)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
136: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
137: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
138: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
139: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
140: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
221: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:131)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
In constructor =C2=BBKAdvancedConfig::KAdvancedConfig(bool, KConfig*, KIns=
tance*, QWidget*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
517: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
588: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:111)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
591: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
592: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
593: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
594: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
595: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
In constructor =C2=BBKMovingConfig::KMovingConfig(bool, KConfig*, KInstanc=
e*, QWidget*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
775: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
780: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:131)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
804: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:49)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
806: Warnung: =C2=BBsetColStretch=C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:130)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
807: Warnung: =C2=BBsetColStretch=C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:130)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
815: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/Qt/qslider.h:90)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
816: Warnung: =C2=BBsetSteps=C2=AB ist veraltet (deklariert bei /home/kdede=
v/kdesvn/build/qt-copy/include/QtGui/qabstractslider.h:143)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
817: Warnung: =C2=BBsetTickmarks=C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/Qt/qslider.h:91)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
818: Warnung: =C2=BBaddMultiCellWidget=C2=AB ist veraltet (deklariert bei /=
home/kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:121)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
843: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:111)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
847: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/k=
dedev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:220)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
848: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
849: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
850: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
851: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
852: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
853: Warnung: =C2=BBinsertItem=C2=AB ist veraltet (deklariert bei /home/kde=
dev/kdesvn/build/qt-copy/include/Qt/qcombobox.h:242)
In Datei, eingef=C3=BCgt von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib=
/kdecorationfactory.h:28,
von /home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kcom=
mondecoration.cpp:35:
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:624:2: Warnung=
: #warning Redo all the XYZChange() virtuals as signals.
/home/kdedev/kdesvn/kdebase/workspace/kwin/lib/kdecoration.h:761:2: Warnung=
: #warning Update the docs.
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
In constructor =C2=BBKTranslucencyConfig::KTranslucencyConfig(bool, KConfi=
g*, KInstance*, QWidget*)=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1238: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1246: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:51)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1247: Warnung: =C2=BBsetColStretch=C2=AB ist veraltet (deklariert bei /home=
/kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:130)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1290: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1297: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:51)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1298: Warnung: =C2=BBsetColStretch=C2=AB ist veraltet (deklariert bei /home=
/kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:130)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1339: Warnung: =C2=BBsetColStretch=C2=AB ist veraltet (deklariert bei /home=
/kdedev/kdesvn/build/qt-copy/include/QtGui/qgridlayout.h:130)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1349: Warnung: =C2=BB__comp_ctor =C2=AB ist veraltet (deklariert bei /home/=
kdedev/kdesvn/build/qt-copy/include/QtGui/qboxlayout.h:129)
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
In member function =C2=BBvirtual void KTranslucencyConfig::load()=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1489: Warnung: =C2=BBlatin1=C2=AB ist veraltet (deklariert bei /home/kdedev=
/kdesvn/build/qt-copy/include/QtCore/qstring.h:386)
/home/kdedev/kde/include/klocalizedstring.h: In function =C2=BBQString i18n=
(const char*, const A1&) [with A1 =3D char [5]]=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
591: instantiated from here
/home/kdedev/kde/include/klocalizedstring.h:423: Fehler: =C2=BBString_liter=
al_as_second_argument_to_i18n___Perhaps_you_need_i18nc_or_i18np=C2=AB ist k=
ein Element von =C2=BBI18nTypeCheck<char [5], 5>=C2=AB
/home/kdedev/kde/include/klocalizedstring.h: In function =C2=BBQString i18n=
(const char*, const A1&) [with A1 =3D char [4]]=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
592: instantiated from here
/home/kdedev/kde/include/klocalizedstring.h:423: Fehler: =C2=BBString_liter=
al_as_second_argument_to_i18n___Perhaps_you_need_i18nc_or_i18np=C2=AB ist k=
ein Element von =C2=BBI18nTypeCheck<char [4], 4>=C2=AB
/home/kdedev/kde/include/klocalizedstring.h: In function =C2=BBQString i18n=
(const char*, const A1&) [with A1 =3D char [7]]=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
593: instantiated from here
/home/kdedev/kde/include/klocalizedstring.h:423: Fehler: =C2=BBString_liter=
al_as_second_argument_to_i18n___Perhaps_you_need_i18nc_or_i18np=C2=AB ist k=
ein Element von =C2=BBI18nTypeCheck<char [7], 7>=C2=AB
/home/kdedev/kde/include/klocalizedstring.h: In function =C2=BBQString i18n=
(const char*, const A1&) [with A1 =3D char [8]]=C2=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
595: instantiated from here
/home/kdedev/kde/include/klocalizedstring.h:423: Fehler: =C2=BBString_liter=
al_as_second_argument_to_i18n___Perhaps_you_need_i18nc_or_i18np=C2=AB ist k=
ein Element von =C2=BBI18nTypeCheck<char [8], 8>=C2=AB
/home/kdedev/kde/include/klocalizedstring.h: In function =C2=BBQString i18n=
(const char*, const A1&, const A2&) [with A1 =3D char [8], A2 =3D int]=C2=
=AB:
/home/kdedev/kdesvn/kdebase/workspace/kwin/kcmkwin/kwinoptions/windows.cpp:=
1018: instantiated from here
/home/kdedev/kde/include/klocalizedstring.h:429: Fehler: =C2=BBString_liter=
al_as_second_argument_to_i18n___Perhaps_you_need_i18nc_or_i18np=C2=AB ist k=
ein Element von =C2=BBI18nTypeCheck<char [8], 8>=C2=AB
make[2]: *** [workspace/kwin/kcmkwin/kwinoptions/CMakeFiles/kcm_kwinoptions=
=2Edir/windows.o] Fehler 1
make[1]: *** [workspace/kwin/kcmkwin/kwinoptions/CMakeFiles/kcm_kwinoptions=
=2Edir/all] Fehler 2
make[1]: *** Warte auf noch nicht beendete Prozesse...
Linking CXX shared library ../../../lib/libkdecorations.so
make: *** [all] Fehler 2

--Boundary-00=_ONRNEJeIspRPyJE
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--Boundary-00=_ONRNEJeIspRPyJE--
Michael Pyne
19 years ago
Permalink
--===============1843800407==
Content-Type: multipart/signed;
boundary="nextPart1494498.AiBWTKnpLS";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart1494498.AiBWTKnpLS
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Post by Eduard Bachmakov
Now, kdelibs works. But of course there's a new problem: kdebase.
Look at my error.log.
Actually you should feel pretty good. You're finally into the stage where =
you=20
get the "normal" breakages of KDE 4 modules. ;)

Probably kdebase isn't quite in sync with the latest changes in kdelibs. =20
Hopefully it will work if you try again later.

Regards,
- Michael Pyne

--nextPart1494498.AiBWTKnpLS
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBENSNfqjQYp5Omm0oRApVfAKC5woh4vCJsxMshfpJvkp0tR2n4bACgoTNY
6dNLgsHvWXaZVVGiz5DQXCE=
=LxNR
-----END PGP SIGNATURE-----

--nextPart1494498.AiBWTKnpLS--

--===============1843800407==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Post by Eduard Bachmakov
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============1843800407==--
Adriaan de Groot
19 years ago
Permalink
T24gVGh1cnNkYXkgMDYgQXByaWwgMjAwNiAxNjoxOSwgTWljaGFlbCBQeW5lIHdyb3RlOgo+IFBy
b2JhYmx5IGtkZWJhc2UgaXNuJ3QgcXVpdGUgaW4gc3luYyB3aXRoIHRoZSBsYXRlc3QgY2hhbmdl
cyBpbiBrZGVsaWJzLiCgCj4gSG9wZWZ1bGx5IGl0IHdpbGwgd29yayBpZiB5b3UgdHJ5IGFnYWlu
IGxhdGVyLgoKSXQncyBub3QsIEhhbWlzaCcgY29uc2lkZXJhYmxlIHdvcmsgaW4ga2RlbGlicyB0
cnVuay8gaGFzIHRvdGFsbHkgYnJva2VuIAprZGViYXNlLiBOZXh0IHNuYXBzaG90IHN5bmMgaXMg
YXByaWwgMTB0aCwgYW5kIEhhbWlzaCBoYXMgbWVudGlvbmVkIGhlJ3MgCndvcmtpbmcgaGFyZCB0
byBoYXZlIGJhc2UgaW4gc3luYyB3aXRoIHRoZSBzbmFwc2hvdCBsaWJzIHdoZW4gdGhhdCBoYXBw
ZW5zIAooaGludDogcmVtb3ZpbmcgYSB3aG9sZSBidW5jaCBvZiB3aWRlbHkgdXNlZCBjbGFzc2Vz
IG1lYW5zIGEgbG90IG9mIHBvcnRpbmcgCndvcmspLgoKLS0gCkFkcmlhYW4gZGUgR3Jvb3QKICBL
REUgUXVhbGl0eSBUZWFtCiAKPj4gVmlzaXQgaHR0cDovL21haWwua2RlLm9yZy9tYWlsbWFuL2xp
c3RpbmZvL2tkZS1kZXZlbCN1bnN1YiB0byB1bnN1YnNjcmliZSA8PAo=
Michael Pyne
19 years ago
Permalink
--===============0325076781==
Content-Type: multipart/signed;
boundary="nextPart1516969.jz8tgZusqr";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit

--nextPart1516969.jz8tgZusqr
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Post by Ferdinand Gassauer
Post by David Faure
I think the question was the other way round, i.e. "please make
use-stable-kde mean koffice-1.5 instead of koffice-trunk". Which
needs extra logic in kdesvn-build since koffice isn't in KDE/3.5 li=
ke
...
kdesvn-build doesn't as much store information on what branch is stable or=
=20
not, as it does what branch to use for stable.

In other words, there is a procedure setup_stable_kde_options() that is=20
called, that will go through every module and change the branch information=
=20
as necessary to switch to the "stable" branch, if the user has not set that=
=20
information themselves.
(what requires kde3 and what requires kde4),
Believe it or not there is no dependency tracking in kdesvn-build, it will=
=20
happily try to build whatever to tell it to. As such kdesvn-build doesn't=
=20
track what KDE version a module needs.

This made adding CMake support kind of hairy. I eventually just decided th=
at=20
if CMake support files were found in the module that CMake would be used by=
=20
default. Otherwise unsermake or automake is used.
and if Michael is happy with people messing with=20
kdesvn-build :)
Well messing with is such a strong word. ;)

Obvious bugfixes or metadata updates like what branch to use for stable is=
=20
fine. Feature additions I'd prefer to have run by myself first (as long as=
=20
I'm available for review).
Post by Ferdinand Gassauer
IMHO something like
* trunk (will be KDE4)
* stable branch (post 3.5.2)
* stable release (3.5.2)
That's what use-stable-kde does; and there's no reason to use 3.5.2 inste=
ad
of the 3.5.x branch when compiling from svn.
Indeed, it would be better to use Konstruct in that case, since it uses the=
=20
release tarballs rather than slamming the svn server. ;)

Regards,
- Michael Pyne

--nextPart1516969.jz8tgZusqr
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBENnNcqjQYp5Omm0oRAuwVAJ44wcueupMd7vfxev94yPJ5QSDKigCgut3K
0FpwHBHnNd7UPL0w2+Nir5o=
=awDv
-----END PGP SIGNATURE-----

--nextPart1516969.jz8tgZusqr--

--===============0325076781==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Post by Ferdinand Gassauer
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
--===============0325076781==--

Loading...