Foo.shell isn't named properly when using set_target_properties

2007-03-14 Thread Adam Treat
Hi, For the Kst port I was having problems linking because kst's library (libkst) and executable (kst) share the same target name. It seems that CMake doesn't support multiple targets with the same name even if they are of different types. Looking at the documentation, it says that this can b

Re: still using cmake < 2.4.3 ?

2006-09-07 Thread Adam Treat
On Thursday 07 September 2006 4:42 pm, Alexander Neundorf wrote: > On Thursday 07 September 2006 22:35, Adam Treat wrote: > > Regression problem!!! > > > > Right now if you try and build unity AND/OR WebKit from Apple with either > > CMake 2.4.3 or cvs trunk, it doesn&#x

Re: still using cmake < 2.4.3 ?

2006-09-07 Thread Adam Treat
Regression problem!!! Right now if you try and build unity AND/OR WebKit from Apple with either CMake 2.4.3 or cvs trunk, it doesn't work. Can a CMake dev have a look at this? Here is the error building WebKit svn: .../WebCore/css/cssparser.cpp:3098:25: error: tokenizer.cpp: No such file or

Possible regression in cmake 2.4.3

2006-08-23 Thread Adam Treat
I'm not sure if it is a regression or something changed in 2.4.3, but branches/work/unity does not build correctly with 2.4.3. 2.4.2 works ok though Adam ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/k

Why does konsole depend on kdepimlibs installation?

2006-08-07 Thread Adam Treat
So, I 'svn up' kdebase/apps/konsole and type make and cmake let's me know that kdepimlibs isn't installed. Is this correct behavior? [EMAIL PROTECTED]:/home/kde/build/home/kde/trunk/KDE/kdebase/apps/konsole> make -- Found Qt-Version 4.2.0-snapshot-20060701 -- have_visibility: 1 version>=4.1: FAL

Nasty error message

2006-07-12 Thread Adam Treat
I had a class called Foo that was declared and implemented in the standard files foo.cpp and foo.h Foo inherited QObject and had the customary moc include directive at the bottom: #include "foo.moc" During the course of events, I decided to rename this class FooBar, so I changed the filename