Re: New KDE CMake Release 2.3.4

2006-03-20 Thread Michael Biebl
Found another problem when using FindKDE3.cmake: KDE3_LIB_DIR is set to /path/to/kde/lib/libkdecore.so instead of /path/to/kde/lib. Linking of course fails if KDE3_LIB_DIR is not one of the standard paths like /usr/lib. Michael ___ Kde-buildsystem mailin

getting more of cmake

2006-03-20 Thread Alexander Dymo
Hi! Is there anybody working on getting doxygen docs generated with cmake. What's the plan of doing that? I like the good old way of setting project name and listing references in Makefile.am and I'd like to reproduce this with cmake. If nobody works on that, let me try. ;) Other questions are wh

Re: compile error with parallel build

2006-03-20 Thread William A. Hoffman
At 04:54 PM 3/18/2006, Alexander Neundorf wrote: >On Saturday 18 March 2006 22:45, Alexander Neundorf wrote: >> On Saturday 18 March 2006 22:17, Alexander Neundorf wrote: >> ... >> >> > Shouldn't this be enough ? >> > I'll have a look at the generated makefiles. >> >> It's reproducable. >> In a cle

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread William A. Hoffman
At 02:52 PM 3/20/2006, Alexander Neundorf wrote: >> However, I think I found the problem. There were a bunch of generated >> files .moc and .cpp.moc files in my source tree. This is an out-of-source >> build, and I never ran cmake in the source tree, so it must have been that >> the cmake files

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread Alexander Neundorf
specifier > > > >No. It doesn't look like it. > > > >Can you paste the complete error message for that file? And the moc file? > > The complete errors can be seen on the dashboard: > > http://public.kitware.com/KDE/Testing/Sites/dash17.kitware/Linux-Debian-gc

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread William A. Hoffman
e the complete error message for that file? And the moc file? The complete errors can be seen on the dashboard: http://public.kitware.com/KDE/Testing/Sites/dash17.kitware/Linux-Debian-gcc4.1/20060320-1528-Continuous/BuildError.html However, I think I found the problem. There were a bunch of gen

Re: New KDE CMake Release 2.3.4

2006-03-20 Thread Alexander Neundorf
On Monday 20 March 2006 18:04, Alexander Neundorf wrote: > On Monday 20 March 2006 07:20, Michael Biebl wrote: > > On 3/17/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: > > > I have created a new kde CMake release, it can be found here: > > > > > > http://www.cmake.org/files/v2.3/cmake-2.3.4-20

Re: Eliminating $KDEDIR

2006-03-20 Thread Alexander Neundorf
On Monday 20 March 2006 18:33, you wrote: > Am Montag, 20. März 2006 18:23 schrieb Alexander Neundorf: > > KDE4_LIB_INSTALL_DIR is an absolute path and comes from the file > > KDELibsDependencies.cmake, which is installed by kdelibs. > > > > But, if *not* using KDEDIR, what's the recommended way fo

Re: Eliminating $KDEDIR

2006-03-20 Thread Stephan Kulow
Am Montag, 20. März 2006 18:23 schrieb Alexander Neundorf: > KDE4_LIB_INSTALL_DIR is an absolute path and comes from the file > KDELibsDependencies.cmake, which is installed by kdelibs. > > But, if *not* using KDEDIR, what's the recommended way for detecting the > KDE4-version of kde-config ? Can'

Re: Eliminating $KDEDIR

2006-03-20 Thread Alexander Neundorf
On Monday 20 March 2006 17:47, Allen Winter wrote: > Howdy, > > I've joined this list! Yeah! > > In cmake/modules/FindKDE4Internal.cmake you'll find code like the > following: > >find_library(KDE4_KXMLCORE_LIBRARY NAMES kxmlcore >PATHS >${KDE4_LIB_INSTALL_DIR} > $ENV{KDEDI

Re: New KDE CMake Release 2.3.4

2006-03-20 Thread Alexander Neundorf
On Monday 20 March 2006 07:20, Michael Biebl wrote: > On 3/17/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: > > I have created a new kde CMake release, it can be found here: > > > > http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317-win32.exe > > http://www.cmake.org/files/v2.3/cmake-2.3.4-20

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread Thiago Macieira
William A. Hoffman wrote: >../kdelibs-cont-src/kdeprint/kprinterpropertydialog.moc:43: error: > incomplete type 'KDialogBase' used in nested name specifier No. It doesn't look like it. Can you paste the complete error message for that file? And the moc file? -- Thiago Macieira - thiago (AT) ma

Eliminating $KDEDIR

2006-03-20 Thread Allen Winter
Howdy, I've joined this list! Yeah! In cmake/modules/FindKDE4Internal.cmake you'll find code like the following: find_library(KDE4_KXMLCORE_LIBRARY NAMES kxmlcore PATHS ${KDE4_LIB_INSTALL_DIR} $ENV{KDEDIR}/lib /opt/kde/lib /opt/kde4/lib /usr/lib )

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread William A. Hoffman
At 09:54 AM 3/20/2006, William A. Hoffman wrote: >That is not so hard to fix. Is there some file we can check for? >We just need to add something like this: > >if(not exists ${AKODE_INCLUDE_DIR}/akode/player.h) > SET(AKODE_FOUND FALSE) > >So, what commands do I have to run on debian to get this

Re: Broken continuous build for KDE dash17.kitware/Linux-Debian-gcc4.1

2006-03-20 Thread William A. Hoffman
At 04:26 PM 3/19/2006, Michael Biebl wrote: >> knotify/daemon/notifybysound.cpp:71:26: error: akode/player.h: No such file >> or directory >> >> kdesupport mandatory, or check missing? > >This was a bug of the libakode2 package in Debian. It contained the >akode-config binary whereas it should be

Re: Default install dir

2006-03-20 Thread Stephan Kulow
Am Sonntag, 19. März 2006 17:17 schrieb Albert Astals Cid: > Hi, previously when using configure i could define the environment variable > > $ echo $KDEDIR > /home/kdesvn/instalado > > and then configure already detected i wanted to install KDE there so i did > not have to write > > ./configure --p