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
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
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
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
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
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
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
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
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'
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
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
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
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
)
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
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
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
16 matches
Mail list logo