cmake 2.4.2 stable released
Paulo Jorge Guedes
Paulo.Guedes at artelecom.pt
Thu May 18 10:39:34 BST 2006
> -----Original Message-----
> From: Alexander Neundorf [mailto:neundorf at kde.org]
> Sent: quinta-feira, 18 de Maio de 2006 6:50
> To: Paulo Moura Guedes; kde-core-devel at kde.org
> Subject: Re: cmake 2.4.2 stable released
>
> On Wednesday 17 May 2006 23:59, you wrote:
> > On Wednesday 17 May 2006 21:16, Alexander Neundorf wrote:
> > > Hi,
> > >
> > > On Wednesday 17 May 2006 22:07, you wrote:
> > > ...
> > >
> > > > We need this patch to use 2.4.2,
> > > >
> > > > Index: cmake/modules/KDE4Macros.cmake
> > > >
===================================================================
> > > > --- cmake/modules/KDE4Macros.cmake (Revision 541949)
> > > > +++ cmake/modules/KDE4Macros.cmake (Arbeitskopie)
> > > > @@ -497,7 +497,7 @@
> > > > endif (${second_PARAM} STREQUAL "RUN_UNINSTALLED")
> > > >
> > > > if (NOT "${remove}" STREQUAL "NOTFOUND")
> > > > - list(REMOVE_ITEM ${_output_LIST} ${remove})
> > > > + list(REMOVE_AT ${_output_LIST} ${remove})
> > > > endif (NOT "${remove}" STREQUAL "NOTFOUND")
> > > >
> > > > but it will break the 2.4.1 usage. Is there a cmake version
> variable.
> > >
> > > I think your kdelibs is way too old ;-)
> > > It works with both.
> >
> > Not here, on a windows box with a fresh kdelibs update.
>
> Where does it complain ?
> And you have current kdelibs trunk ?
Yes, both Peter and I are trying with trunk on windows of course.
The problem is in the processing of the KDE4_ADD_KDEINIT_EXECUTABLE and
KDE4_ADD_EXECUTABLE arguments:
[...]
-- Found GIF: D:/gnuwin32/lib/libungif.lib
-- Found JPEG: D:/gnuwin32/lib/jpeg.lib
-- Found TIFF: D:/gnuwin32/lib/libtiff.lib CMake Error: Cannot find
source file "D:/kde/kdelibs/dcop/NOGUI" for target "dco pserver"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp
.hxx .in .t xx CMake Error: Cannot find source file
"D:/kde/kdelibs/dcop/NOGUI" for target "dco pserver_shutdown"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp
.hxx .in .t xx CMake Error: Cannot find source file
"D:/kde/kdelibs/dcop/NOGUI" for target "kde init_dcopserver"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp
.hxx .in .t xx CMake Error: Cannot find source file
"D:/kde/kdelibs/dcop/iceauth/NOGUI" for tar get "iceauth"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp
.hxx .in .t xx CMake Error: Cannot find source file
"D:/kde/kdelibs/dcop/dcopidl2cpp/NOGUI" for target "dcopidl2cpp"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp
.hxx .in .t xx CMake Error: Cannot find source file
"D:/kde/kdelibs/dcop/client/NOGUI" for targ et "dcop_executable"
[...]
Peter patch fixes this.
Paulo
More information about the kde-core-devel
mailing list