Re: [CMake] cmake cvs breaks kde4 builds

2008-01-28 Thread Andreas Pakulat
On 27.01.08 20:30:34, Brad King wrote: If something is using the export_library_dependencies file then there must be a project outside kdelibs involved. Are you using the same version of CMake for both trees? I thought I did, but apparently I didn't. At least I can't reproduce this part

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-28 Thread Andreas Pakulat
On 27.01.08 20:40:05, Brad King wrote: Andreas Pakulat wrote: Also I noticed that the linker line doesn't contain an option that gives gcc the kde4 library dir to search for kde libs. This is another thing which broke things for me here, i.e. ld complains that -lsolid cannot be found (as you

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-28 Thread Brad King
Andreas Pakulat wrote: Ok, I'll inform kde-buildsystem as this will probably need some time to be fixed... Thanks. Hopefully they can get it in a 4.0.1 patch release or something. The linking implementation is going through an overhaul so there have been more changes since your original

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-28 Thread Andreas Pakulat
On 28.01.08 08:35:30, Brad King wrote: Andreas Pakulat wrote: Ok, I'll inform kde-buildsystem as this will probably need some time to be fixed... Thanks. Hopefully they can get it in a 4.0.1 patch release or something. There's one other thing that may have gone unnoticed under all the text:

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-27 Thread Aleix
Hi andreas, I am compiling KDE with the cmake-cvs version. I had the same problem when I switched and, IIRC, I had to (nuke every builddir and) recompile whole KDE because of this -lgeneral thing, but this was back in the summer so I think it is not a new issue. Bye! Aleix On 1/26/08, Andreas

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-27 Thread Andreas Pakulat
On 27.01.08 14:50:13, Aleix wrote: I am compiling KDE with the cmake-cvs version. I had the same problem when I switched and, IIRC, I had to (nuke every builddir and) recompile whole KDE because of this -lgeneral thing, but this was back in the summer so I think it is not a new issue. It is

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-27 Thread Brad King
Andreas Pakulat wrote: Anyway, the latest cvs version from cmake (update 2 hours ago) produces the following entries in KDELibsDependencies.cmake. This file is generated using the export_library_dependecies() command: SET(kdecore_LIB_DEPENDS

Re: [CMake] cmake cvs breaks kde4 builds

2008-01-27 Thread Brad King
Andreas Pakulat wrote: Also I noticed that the linker line doesn't contain an option that gives gcc the kde4 library dir to search for kde libs. This is another thing which broke things for me here, i.e. ld complains that -lsolid cannot be found (as you can see below there's a solid entry in the

[CMake] cmake cvs breaks kde4 builds

2008-01-26 Thread Andreas Pakulat
Hi, not sure wether this is really a fault in cmake, or just some changed behaviour which needs changes in kdelibs cmake code. Anyway, the latest cvs version from cmake (update 2 hours ago) produces the following entries in KDELibsDependencies.cmake. This file is generated using the