[CMake] Need ElapsedMinutes tag?

2006-03-24 Thread Vignesh M.P.N.
Hi all Summary: Ctest2.2.x doesn't work with our DartServer0.6.x.jar, presumably because ctest.2.2.x includes an "ElapsedMinutes" tag that the DartServer0.6.jar doesn't like...or at least it spits out processing errors to the console when this ElapsedMinutes tag is included...and there are no err

[CMake] Managing warning level

2006-03-24 Thread jbd
Hello, Sorry to post this question, but i didn't find any answer to it. I'm wondering how to manage the warning level of a compilation process. Do i have to do some ugly IF(WIN32) foobar ? I'd like to do it the abstract way, since i need to compile on windows with mingw, visual and on GNU/Linux

Re: [CMake] FindQt4 patch

2006-03-24 Thread Tanner Lovelace
On 3/24/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: > Right now KDE has its own copy of FindQt4.cmake, so it may be better > to incorporate your changes into the KDE version first. That version > will become part of CMake once it has been tested, and will be part of 2.4. > The change sounds

Re: [CMake] FindQt4 patch

2006-03-24 Thread William A. Hoffman
At 05:23 PM 3/24/2006, Tanner Lovelace wrote: >Greetings, > >The current FindQt4.cmake script has a small problem where it >does a FIND_PACKAGE(X11 ...) if it's on Unix. The problem >with this is that OS X is considered to be Unix but Qt on OS X >can be either X11 or native mac without X11 at al

[CMake] FindQt4 patch

2006-03-24 Thread Tanner Lovelace
Greetings, The current FindQt4.cmake script has a small problem where it does a FIND_PACKAGE(X11 ...) if it's on Unix. The problem with this is that OS X is considered to be Unix but Qt on OS X can be either X11 or native mac without X11 at all. So, this patch checks for the actual window system

[CMake] INSTALL has changed (Attn. CVS CMake Users!)

2006-03-24 Thread Brad King
Hello, all: In preparation for additional features I've had to make a change to the semantics of the recenlty added INSTALL command. THE CHANGE IS NOT BACKWARDS COMPATIBLE. Since the command has never been included in an official release I consider this acceptable. I apologize to users of

Re: [CMake] Odd CMake/KWWidgets behaviour

2006-03-24 Thread Brad King
[EMAIL PROTECTED] wrote: using latest CMake cvs. Cmake stops after notification of the VTK_DIR cache entry as it should but there is NO CMakeCache.txt file in the build dir! -- Check for working C compiler: bcc32 -- Check for working C compiler: bcc32 -- works -- Check size of void* -- Check s

[CMake] Odd CMake/KWWidgets behaviour

2006-03-24 Thread dean.inglis
I ran into some odd CMake behaviour using both Borland Developer Studio 2006 on WinXP and Borland C++ Builder 6 on Win 2k. In both cases I was building KWWidgets (cvs) against a shared build of VTK (cvs) using latest CMake cvs. Cmake stops after notification of the VTK_DIR cache entry as it sho

[CMake] support for OSX universal binaries added to CMake CVS

2006-03-24 Thread Bill Hoffman
I have just checked in support for universal binaries in CVS CMake. If you run cmake on a mac with a version of the compiler that supports universal binaries, you will get two new cache entires: CMAKE_OSX_ARCHITECTURES - defaults to ppc or i386 (uses uname) CMAKE_OSX_SYSROOT - defaults to /Develo

Re: [CMake] Cmake TCL wrappers fails on 64-bit FC4

2006-03-24 Thread Matthew Brett
> >CMake Error: Error in cmake code at > > /root/installs/vtk/vtk-5.0/CMake/vtkLoadCMakeExtensions.cmake:7: > > LOAD_COMMAND Attempt to load the library > >/root/installs/vtk/vtk_build/CMake/libcmVTK_WRAP_TCL2.so failed. > > Try building cmake with the same flags that you built vtk with. Good call