[CMake] CMake Tutorial and Error: undefined symbols

2007-01-27 Thread David Morris
I'm new to cmake, and I have been trying to find a good comprehensive tutorial to get myself started, but have had no luck. Does anyone know a good one besides the cmake.org site and the linuxjournal one? I will try to describe one problem i'm having, but I'm not really sure where to begin. I'm

Re: [CMake] ctest, timeout per test/cmd

2007-01-27 Thread Pierre
On 1/26/07, Ken Martin [EMAIL PROTECTED] wrote: Yesterday I checked in some changes to that you can specify a timeout per test if desired. Essentially... add_test ( MyTest1 ) set_tests_properties ( MyTest1 PROPERTIES TIMEOUT 100) add_test ( MyTest2 ) set_tests_properties (

Re: [CMake] CMake Tutorial and Error: undefined symbols

2007-01-27 Thread Bill Hoffman
David Morris wrote: I'm new to cmake, and I have been trying to find a good comprehensive tutorial to get myself started, but have had no luck. Does anyone know a good one besides the cmake.org http://cmake.org site and the linuxjournal one? I will try to describe one problem i'm having, but

Re: [CMake] Qt4, OpenGL and undefined references...

2007-01-27 Thread Bill Hoffman
Andreas Nicolai wrote: /D_/ghorwin/projects/CHAMPS/development/tools/QuickView/QGLMeshPlotWidget/qglmeshplotwidget.obj:qglmeshplotwidget.cpp:(.text+0xe4c): undefined reference to [EMAIL PROTECTED]'

Re: [CMake] CMake Tutorial and Error: undefined symbols

2007-01-27 Thread David Morris
how do i do that? i know that sounds really ignorant, but, i guess I am a little bit with cmake. dave On 1/27/07, Bill Hoffman [EMAIL PROTECTED] wrote: David Morris wrote: I'm new to cmake, and I have been trying to find a good comprehensive tutorial to get myself started, but have had no

[CMake] CMake Module Directory on OSX

2007-01-27 Thread David Morris
I can't seem to find a directory on my computere where the cmake modules are installed. I installed it from cmake.org, and I looked everywhere. 'locate cmake' or 'locate CMake' don't show anything, but 'which cmake' give /usr/bin/cmake what am i missing here? dave

Re: [CMake] CMake Module Directory on OSX

2007-01-27 Thread Bill Hoffman
David Morris wrote: I can't seem to find a directory on my computere where the cmake modules are installed. I installed it from cmake.org http://cmake.org, and I looked everywhere. 'locate cmake' or 'locate CMake' don't show anything, but 'which cmake' give /usr/bin/cmake what am i missing

[CMake] Have you met this situation?

2007-01-27 Thread Jacob Xie
I am new comer for CMake, and I want to use CMake2.4-patch6 with cygwin gcc tool, when I configured the variable in the CMake GUI, I got this error in the bottom of GUI: Check for working C complier: d:/cygwin/bin/gcc.exe -- broken and cmake running failed. If anybody know the