RE: FINDKDE4 win32

2006-05-05 Thread Paulo Jorge Guedes
> -Original Message- > From: David Faure [mailto:[EMAIL PROTECTED] > Sent: quinta-feira, 4 de Maio de 2006 18:13 > To: kde-buildsystem@kde.org > Subject: Re: FINDKDE4 win32 > > On Thursday 04 May 2006 19:03, Paulo Jorge Guedes wrote: > > +   if (!WIN32) > > +      find_library(KDE4_KDESU_L

RE: FINDKDE4 win32

2006-05-05 Thread Christian Ehrlicher
> --- Ursprüngliche Nachricht --- > Von: Paulo Jorge Guedes <[EMAIL PROTECTED]> > An: kde-buildsystem@kde.org > Betreff: RE: FINDKDE4 win32 > Datum: Fri, 05 May 2006 10:18:25 +0100 > > > -Original Message- > > From: David Faure [mailto:[EMAIL PROTECTED] > > Sent: quinta-feira, 4 de Maio de

Re: FINDKDE4 win32

2006-05-05 Thread David Faure
On Friday 05 May 2006 11:18, Paulo Jorge Guedes wrote: > > -Original Message- > > From: David Faure [mailto:[EMAIL PROTECTED] > > Sent: quinta-feira, 4 de Maio de 2006 18:13 > > To: kde-buildsystem@kde.org > > Subject: Re: FINDKDE4 win32 > > > > On Thursday 04 May 2006 19:03, Paulo Jorge G

KDE/kdelibs/dcop/dcopidlng

2006-05-05 Thread Paulo Moura Guedes
SVN commit 537611 by mojo: Don't waste FindKDEInternal.cmake hard labor. CCMAIL: kde-buildsystem@kde.org M +1 -5 CMakeLists.txt --- trunk/KDE/kdelibs/dcop/dcopidlng/CMakeLists.txt #537610:537611 @@ -4,11 +4,7 @@ ### install files ### -if(WIN32) - install_pro

FIND_PROGRAM on Windows

2006-05-05 Thread Paulo Jorge Guedes
Hi, FIND_PROGRAM on Windows finds executables with sufix *.[exe|bat] but not those without any extension, a la unix. This is needed for msys which, for example, uses dcopidl and not dcopidl.bat. Easy to fix? Paulo ___ Kde-buildsystem mailing list Kde-b

Re: Missing info in error message

2006-05-05 Thread Brad King
David Faure wrote: > CMake 2.4.1-beta still has the problem that if a CMakeLists.txt file refers > to a non-existing > source file, the error message says > CMake Error: can not find file /full/path/to/non/existing/file.cpp > > But it doesn't say -which- CMakeLists.txt file has the problem, whic