ld cannot find the general :)

2008-06-26 Thread David Faure
Today I'm getting this error when building kdebase: Linking CXX executable favicontest /usr/bin/ld: cannot find -lgeneral First got it with cmake version 2.6-patch 1 RC-2, updated to cmake version 2.6-patch 1 RC-5 and rebuilt, no change. /d/other/inst/icecream/bin/c++ -pipe -pedantic -Wno-long

Re: Reducing excess linkage - cmake 2.6 IMPORTED targets and LINK_INTERFACE_LIBRARIES for kdelibs

2008-06-26 Thread Dirk Mueller
On Thursday 26 June 2008, Alexander Neundorf wrote: > Currently this patch does two things > -it adds more libs to the TARGET_LINK_LIBRARIES() calls - wouldn't hurt to > commit that part exactly, and it is the right thing to do. > -it sets the LINK_INTERFACE_LIBRARIES target property - this can

Re: CMake 2.6.0 crash

2008-06-26 Thread Brad King
Allen Winter wrote: > No crashes if I comment out those lines. > Apparently anything that tried to access /data/kde/lib/kde4/fontthumbnail.so > caused a segfault. > > So I trashed fontthumbnail.so and re-installed. .. and it works without > crashing now. > Huh? No idea. Seems like fontthumbnail

Re: ld cannot find the general :)

2008-06-26 Thread Dirk Mueller
On Thursday 26 June 2008, David Faure wrote: > Today I'm getting this error when building kdebase: svn update in kdebase/apps Greetings, Dirk ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/kde-buildsyste

Re: CMake 2.6.0 crash

2008-06-26 Thread Allen Winter
On Thursday 26 June 2008 09:47:36 Brad King wrote: > Allen Winter wrote: > > No crashes if I comment out those lines. > > Apparently anything that tried to access /data/kde/lib/kde4/fontthumbnail.so > > caused a segfault. > > > > So I trashed fontthumbnail.so and re-installed. .. and it works with

Re: Reducing excess linkage - cmake 2.6 IMPORTED targets and LINK_INTERFACE_LIBRARIES for kdelibs

2008-06-26 Thread Alexander Neundorf
On Thursday 26 June 2008, Dirk Mueller wrote: > On Thursday 26 June 2008, Alexander Neundorf wrote: > > Currently this patch does two things > > -it adds more libs to the TARGET_LINK_LIBRARIES() calls - wouldn't hurt > > to commit that part > > exactly, and it is the right thing to do. Done. Atta