Solid example break kde4 bootstrap

2008-04-15 Thread Christian Ehrlicher
Hi, The solid examples are searching for kde4: find_package(KDE4 REQUIRED) This fails when we're in bootstrap mode (which I am everytime when building binary packages because I start from a clean dir...) I'll try to use kdelibs_SOURCE_DIR like it's done in FindKDE4Internal.cmake but don't

Re: Solid example break kde4 bootstrap

2008-04-15 Thread David Faure
On Tuesday 15 April 2008, Christian Ehrlicher wrote: The solid examples are searching for kde4: find_package(KDE4 REQUIRED) They have just been disabled again. -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice

Re: CMake dependency scanning for .moc files

2008-04-15 Thread Alexander Neundorf
On Monday 14 April 2008, Andreas Pakulat wrote: Hi, so today I found that there are actually problems with cmake 2.6 and dependency scanning. a) after changing an installed header the .moc files for headers that include the updated header are not re-generated which might cause problems

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Alexander Neundorf
On Tuesday 15 April 2008, Benjamin Reed wrote: On Mon, Apr 14, 2008 at 6:05 PM, Brad King [EMAIL PROTECTED] wrote: I've updated the documentation accordingly. I've also committed a fix that should make the old code continue to run (and use the RUNTIME destination). I added a new

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Benjamin Reed
On Tue, Apr 15, 2008 at 1:26 PM, Alexander Neundorf [EMAIL PROTECTED] wrote: Does it now also work with Brads fix and without local modifications ? a fix to cmake cvs? I can try building it and testing... -- Benjamin Reed a.k.a. Ranger Rick Fink, KDE, and Mac OS X development

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Christian Ehrlicher
Benjamin Reed schrieb: On Tue, Apr 15, 2008 at 1:26 PM, Alexander Neundorf [EMAIL PROTECTED] wrote: Does it now also work with Brads fix and without local modifications ? Hm, nope. With CMake CVS as of Apr 15 14:10 EST, I still get the error cmake'ing kdebase: CMake Error at

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Brad King
Benjamin Reed wrote: On Tue, Apr 15, 2008 at 1:26 PM, Alexander Neundorf [EMAIL PROTECTED] wrote: Does it now also work with Brads fix and without local modifications ? Hm, nope. With CMake CVS as of Apr 15 14:10 EST, I still get the error cmake'ing kdebase: CMake Error at

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Brad King
Christian Ehrlicher wrote: Benjamin Reed schrieb: On Tue, Apr 15, 2008 at 1:26 PM, Alexander Neundorf [EMAIL PROTECTED] wrote: Does it now also work with Brads fix and without local modifications ? Hm, nope. With CMake CVS as of Apr 15 14:10 EST, I still get the error cmake'ing kdebase:

Re: recent KDE buildsystem changes that affect OSX?

2008-04-15 Thread Benjamin Reed
On Tue, Apr 15, 2008 at 5:02 PM, Brad King [EMAIL PROTECTED] wrote: Did you try Alex's small test case with the CMake you built? Are you 100% sure the new CMake is in use for kdebase? You can grep for CMAKE_COMMAND in the CMakeCache.txt at the top of the build tree to see which one is