Re: [CMake] hpux (cma vs. pthreads)

2008-08-14 Thread George Neill
Alexander, On Thu, Aug 14, 2008 at 2:45 PM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Thursday 14 August 2008, George Neill wrote: >> Hi All, >> >> I am trying to compile a multi-threaded app (using pthreads) on hpux >> 11.23 IA >> >> -- CMAKE_SYSTEM ...HP-UX

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Óscar Fuentes
Hello, Brad. Brad King <[EMAIL PROTECTED]> writes: > Óscar Fuentes wrote: >> The script examines library interdependencies dumping the symbol >> definitions and references they contain. For this, you need to build the >> libraries first. Later on the build, the executables just provide names >> o

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Brad King
Óscar Fuentes wrote: > The script examines library interdependencies dumping the symbol > definitions and references they contain. For this, you need to build the > libraries first. Later on the build, the executables just provide names > of components, the script maps this names to actual librarie

Re: [CMake] cmake 2.5 with windows mobile

2008-08-14 Thread Ivan Shynkarenka
Hello Alex, I've managed to extend cmake to cross-compile for the Windows Mobile platform. Patch is accessible here: http://public.kitware.com/Bug/view.php?id=7434 Currently compilation for Windows Mobile is implemented through tool-chain file, but I think it will not be difficult to make a new g

Re: [CMake] FindCurses missing stuff

2008-08-14 Thread Alexander Neundorf
On Wednesday 13 August 2008, Félix C. Morency wrote: > Hi, > > The current FindCurses module doesn't support the wide char version of the > libraries (cursesw/ncursesw). I would like to hear your point of view about > how to add this to the current module. In a backward compatible way. Maybe a swi

Re: [CMake] hpux (cma vs. pthreads)

2008-08-14 Thread Alexander Neundorf
On Thursday 14 August 2008, George Neill wrote: > Hi All, > > I am trying to compile a multi-threaded app (using pthreads) on hpux > 11.23 IA > > -- CMAKE_SYSTEM ...HP-UX-B.11.23 > -- CMAKE_SYSTEM_NAME...HP-UX > -- CMAKE_SYSTEM_VERSION .

Re: [CMake] [PATCH] FindLua5x header documentation fix

2008-08-14 Thread Alexander Neundorf
On Wednesday 13 August 2008, Félix C. Morency wrote: > Hi, > > This is a small fix to FindLua5x header documentation. Thanks, committed. Alex ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] ctest 'magic string' -> failure

2008-08-14 Thread Matthew Woehlke
David Cole wrote: On Wed, Aug 13, 2008 at 9:20 PM, Matthew Woehlke wrote: Is there any way to arrange for running ctest to mark a test as failed if it outputs a particular string? I'm using ctest to write unit tests for a library that has some debugging facilities where if something goes wrong,

[CMake] How do I access the --extra-verbose option for ctest for my tests?

2008-08-14 Thread Alan W. Irwin
Assume that I have added a test with add_test(testname myshell_script.sh arg1 arg2 ...) Currently ctest with no --verbose or --extra-verbose options suppresses all output from the script and ctest with either the --verbose or --extra-verbose option allows all output from the script, i.e., the wa

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Óscar Fuentes
Bill Hoffman <[EMAIL PROTECTED]> writes: >> If this is not possible, I would like to stop `make' when >> /my/file/output changes, possibly showing some message to the user >> instructing him to invoke `make' again. >> > You could just return an error code from the command that builds the > /my/fil

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Bill Hoffman
Óscar Fuentes wrote: Bill Hoffman <[EMAIL PROTECTED]> writes: Óscar Fuentes wrote: Currently, when `make' is executed and a CMakeList.txt file is out of date, `cmake' is automatically invoked and then `make' continues. Is it possible to do this (on a reliable way) with an arbitrary file? I ne

Re: [CMake] ld: library not found for -lcrt1.10.5.o

2008-08-14 Thread Sean McBride
On 8/13/08 9:46 AM, Mathieu Malaterre said: >ld: library not found for -lcrt1.10.5.o >collect2: ld returned 1 exit status >make[2]: *** [/Volumes/data/Volumes/data/Volumes/data/stuff/data/ >VE_Suite_Deps/wxVTK/build/wxImagePlaneWidget.app/Contents/MacOS/ >wxImagePlaneWidget] >Error 1 >make[1]: ***

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Óscar Fuentes
Bill Hoffman <[EMAIL PROTECTED]> writes: > Óscar Fuentes wrote: >> Currently, when `make' is executed and a CMakeList.txt file is out of >> date, `cmake' is automatically invoked and then `make' continues. Is it >> possible to do this (on a reliable way) with an arbitrary file? >> >> I need to re-

[CMake] CHECK_C_COMPILER_FLAG macro not working for gcc's -fprofile-arcs flag

2008-08-14 Thread Mahendra Ladhe
Hi,   shown below is part of my CMakeLists.txt file #To build the code for use with gcov, call cmake as below #cmake -DGCOV=1 .. IF (${GCOV})     CHECK_C_COMPILER_FLAG (-fprofile-arcs FLAG_Gcov1)     IF (FLAG_Gcov1)   add_definitions (-fprofile-arcs)     ELSE (FLAG_Gcov1)   MESSAGE(FATAL_E

Re: [CMake] Re-executing CMake from the Makefile.

2008-08-14 Thread Bill Hoffman
Óscar Fuentes wrote: Currently, when `make' is executed and a CMakeList.txt file is out of date, `cmake' is automatically invoked and then `make' continues. Is it possible to do this (on a reliable way) with an arbitrary file? I need to re-execute `cmake' whenever certain file changes. I wonder

Re: [CMake] Invoking an script from the link command.

2008-08-14 Thread Bill Hoffman
Óscar Fuentes wrote: Óscar Fuentes <[EMAIL PROTECTED]> writes: Bill Hoffman <[EMAIL PROTECTED]> writes: [about using shell backquotes embedded on link commands through `target_link_libraries'] I don't even think this will work with cmake 2.6.0, because we use link scripts. It is working wi

Re: [CMake] [wxVTK] Problems on Mac OS 10.5 and wxWidgets 2.8.7

2008-08-14 Thread Mathieu Malaterre
Hi Doug, On Thu, Aug 14, 2008 at 4:38 PM, Doug McCorkle <[EMAIL PROTECTED]> wrote: > Here is what I get: > > leonidas:build mccdo$ make VERBOSE=1 > "/Volumes/data/stuff/data/VE_Suite_Tools/CMake/cmake-2.6.0-Darwin-universal/CMake > 2.6-0.app/Contents/bin/cmake" > -H/Volumes/data/Volumes/data/stuff