On Friday 01 August 2008 14:16, Jaroslaw Staniek wrote: > Bernhard Reiter said the following, On 2008-07-29 18:52: > > On Monday 28 July 2008 19:14, Bernhard Reiter wrote: > >> Jaroslav: Probably something small missing. > > > > Probably caused by your commit: > > http://websvn.kde.org/branches/kdepim/enterprise4/kdelibs-4.0.83/kded/CMa > >keLists.txt?r1=822106&r2=823974 > > > > Which makes org.kde.kded.xml generated in kioslave\http\kcookiejar > > and thus the install fail.. > > > >> emerge debug: category: contributed, package: kdelibs-branch, > >> version: 20080619 > >> Got SVN Revision 838716. > > Thanks for reviewing this. > Does reverting my change help (on clean build?).
Bernhard Herzog used the following patch so that the build continues.
Because I do not know about this or the other change did or intended to do
(the changelog is too short and my cmake knowledge too absent)
I cannot say if this is the real fix or not - depends on the intended change.
+++ b/kded/CMakeLists.txt (working copy)
@@ -6,7 +6,9 @@
########### next target ###############
-set(kded_KDEINIT_SRCS kded.cpp kdedadaptor.cpp)
+set(kded_KDEINIT_SRCS kded.cpp kdedadaptor.cpp
+ ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded.xml # just so that it gets
generated
+)
--
Managing Director - Owner: www.intevation.net (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
pgppZ39QtkDDF.pgp
Description: PGP signature
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
