Re: Wrong order of -L?

2006-04-19 Thread Alexander Dymo
On Monday 17 April 2006 18:21, Brad King wrote: This has been fixed in CVS CMake since the last KDE release. Ah, thanks. I should be using CMake from cvs then! ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Re: problems with cmake in kdegraphics

2006-04-19 Thread Craig Bradney
On Wednesday 19 April 2006 03:06, Michael Pyne wrote: On Tuesday 18 April 2006 13:59, Stefan Kebekus wrote: Hi, I am currently trying to make kviewshell compile with cmake. My problem is that the central cmake script of the kdegraphics package should look for the FreeType2 library,

Re: KDE/kdelibs/cmake/modules

2006-04-19 Thread David Faure
On Tue, Apr 18, 2006 at 10:40:24PM +0200, Alexander Neundorf wrote: On Tuesday 18 April 2006 22:31, you wrote: On Tue, Apr 18, 2006 at 09:59:13PM +0200, Alexander Neundorf wrote: ... So I'm OK with reverting CACHED_FOO when the test is only about using FIND_XXX, but I think my changes

RE: CMake 2.4.0 beta is ready

2006-04-19 Thread Paulo Jorge Guedes
-Original Message- From: William A. Hoffman [mailto:[EMAIL PROTECTED] Sent: terça-feira, 18 de Abril de 2006 22:24 To: kde-buildsystem@kde.org Subject: CMake 2.4.0 beta is ready CMake 2.4.0 beta is ready for testing with kdelibs. The windows installer is here:

cmake colors

2006-04-19 Thread David Faure
I updated cmake from CVS to test the upcoming release; the first difference I saw was the colors. Nice feature, but I think the actual colors could be improved: light green and yellow are unreadable on a white background. Building CXX object is very-light green; with unsermake it was a darker

RE: CMake 2.4.0 beta is ready

2006-04-19 Thread Paulo Jorge Guedes
-Original Message- From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 19 de Abril de 2006 10:52 To: kde-buildsystem@kde.org Subject: RE: CMake 2.4.0 beta is ready It's not working for MSVC (NMake generator): [...] With MinGW seems alright. Visual Studio 8

RE: cmake colors

2006-04-19 Thread Paulo Jorge Guedes
-Original Message- From: David Faure [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 19 de Abril de 2006 10:56 To: kde-buildsystem@kde.org Subject: cmake colors I updated cmake from CVS to test the upcoming release; the first difference I saw was the colors. Nice feature, but I

RE: cmake colors

2006-04-19 Thread Paulo Jorge Guedes
-Original Message- From: David Faure [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 19 de Abril de 2006 10:56 To: kde-buildsystem@kde.org Subject: cmake colors I updated cmake from CVS to test the upcoming release; the first difference I saw was the colors. Nice feature, but I

Re: cmake colors

2006-04-19 Thread Frans Englich
On Wednesday 19 April 2006 09:56, David Faure wrote: I updated cmake from CVS to test the upcoming release; the first difference I saw was the colors. Nice feature, but I think the actual colors could be improved: light green and yellow are unreadable on a white background. And while at it, it

RE: CMake 2.4.0 beta is ready

2006-04-19 Thread William A. Hoffman
At 06:41 AM 4/19/2006, Paulo Jorge Guedes wrote: -Original Message- From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 19 de Abril de 2006 10:52 To: kde-buildsystem@kde.org Subject: RE: CMake 2.4.0 beta is ready It's not working for MSVC (NMake generator):

Re: Wrong order of -L?

2006-04-19 Thread William A. Hoffman
At 02:06 AM 4/19/2006, Alexander Dymo wrote: On Monday 17 April 2006 18:21, Brad King wrote: This has been fixed in CVS CMake since the last KDE release. Ah, thanks. I should be using CMake from cvs then! Not anymore, you should try 2.4.0 (unless you are using vs 2005 nmake) -Bill

Re: cmake colors

2006-04-19 Thread Brad King
Kurt Pfeifle wrote: On Wednesday 19 April 2006 10:56, David Faure wrote: I updated cmake from CVS to test the upcoming release; the first difference I saw was the colors. Nice feature, but I think the actual colors could be improved: light green and yellow are unreadable on a white background.

Re: Breaking a foreach loop

2006-04-19 Thread Pino Toscano
Alle 16:20, martedì 18 aprile 2006, Brad King ha scritto: Pino Toscano wrote: Hello, imagine I'm iterating using a foreach() like this: set(MY_OPTS foo bar etc) foreach(OPT ${MY_OPTS}) # do something ... endforeach(OPT ${MY_OPTS}) is there a way to break the iteration, just

Re: CMake 2.4.0 beta is ready

2006-04-19 Thread Richard Lärkäng
On Tuesday 18 April 2006 23:24, William A. Hoffman wrote: CMake 2.4.0 beta is ready for testing with kdelibs. The windows installer is here: http://www.cmake.org/files/v2.4/cmake-2.4.0-win32.exe The UNIX source is here: http://www.cmake.org/files/v2.4/cmake-2.4.0.tar.gz Let me know if

Re: Wrong order of -L?

2006-04-19 Thread Alexander Neundorf
On Wednesday 19 April 2006 08:06, Alexander Dymo wrote: On Monday 17 April 2006 18:21, Brad King wrote: This has been fixed in CVS CMake since the last KDE release. Ah, thanks. I should be using CMake from cvs then! No ! Please use the 2.4.0 announced yesterday. And report problems if you

Dart2 dashboard

2006-04-19 Thread Bill Hoffman
A Dart2 dashboard has been setup up for kdelibs: http://public.kitware.com/dashboard.php?name=kdepage=1 Currently, submissions are going to both the Dart classic and Dart2 dashboards. At some point when Dart2 has a few more features (like sending email when things break), I will remove the

Re: Dart2 dashboard

2006-04-19 Thread Frans Englich
On Wednesday 19 April 2006 20:40, Bill Hoffman wrote: A Dart2 dashboard has been setup up for kdelibs: http://public.kitware.com/dashboard.php?name=kdepage=1 Currently, submissions are going to both the Dart classic and Dart2 dashboards. At some point when Dart2 has a few more features

Re: KDE/kdelibs/cmake/modules

2006-04-19 Thread David Faure
On Thu, Apr 20, 2006 at 01:02:49AM +0200, Alexander Neundorf wrote: On Wednesday 19 April 2006 11:30, David Faure wrote: ... Better use the cache on the final results rather than the stuff pkg-config issued to us, IMHO. But it would be completely transparent and the cache hanbdling

Re: problems with cmake in kdegraphics

2006-04-19 Thread Alexander Neundorf
On Wednesday 19 April 2006 03:06, Michael Pyne wrote: On Tuesday 18 April 2006 13:59, Stefan Kebekus wrote: Hi, I am currently trying to make kviewshell compile with cmake. My problem is that the central cmake script of the kdegraphics package should look for the FreeType2 library,