[CMake] Online Courses

2011-04-21 Thread Lisa Avila
Kitware is please to announce the addition of online courses to our training options. The first course sessions are scheduled over the next two weeks: *Introduction to VTK - Online* Tuesday, April 26, 2011. 4:00PM-5:30PM EST Please click here to register

Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread David Cole
The CMake test suite itself has ~200 tests in it. Does the same behavior occur when building and testing CMake itself? VTK and ITK have even more tests, if you are able to build either of those projects... What system is this on? (OS version, compiler version...) Thx, David On Thu, Apr 21, 2

Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread Kelly Thompson
David, The project is not publicly available (sorry - nothing I can do about that). This is also the reason I made fictitious test names. I'm trying to reproduce the issue by creating a standalone project that I can redistribute. Once that is done, I will post it. % ctest --version ct

Re: [CMake] SuperBuild whoes

2011-04-21 Thread Marcus D. Hanwell
On Thu, Apr 21, 2011 at 9:44 AM, Michael Wild wrote: > On 04/21/2011 02:45 PM, David Cole wrote: >> On Thu, Apr 21, 2011 at 4:30 AM, Michael Wild > > wrote: >> >>     On 04/21/2011 06:48 AM, Michael Wild wrote: >>     > Hi all >>     > >>     > I'm trying to set up a Supe

Re: [CMake] Problems using add_custom_command and perl

2011-04-21 Thread Maxime Lecourt
2011/4/21 David Cole > On Thu, Apr 21, 2011 at 9:48 AM, Maxime Lecourt > wrote: > >> Hi, >> >> I'm currently trying to use add_custom_command, but I do not get any >> output (it's working fine in other projects, with Bison and Flex). >> >> Basically, I have a CMakeLists.txt file with >> >> inclu

Re: [CMake] Problems using add_custom_command and perl

2011-04-21 Thread David Cole
On Thu, Apr 21, 2011 at 9:48 AM, Maxime Lecourt wrote: > Hi, > > I'm currently trying to use add_custom_command, but I do not get any output > (it's working fine in other projects, with Bison and Flex). > > Basically, I have a CMakeLists.txt file with > > include(CMakeCallPerl.cmake) > PERL_SCRIPT

[CMake] Problems using add_custom_command and perl

2011-04-21 Thread Maxime Lecourt
Hi, I'm currently trying to use add_custom_command, but I do not get any output (it's working fine in other projects, with Bison and Flex). Basically, I have a CMakeLists.txt file with include(CMakeCallPerl.cmake) PERL_SCRIPT("${GLISS_PATH}/nmp2nml.pl" "ppc.nmp") And in my CMakeCallPerl.cmake

Re: [CMake] SuperBuild whoes

2011-04-21 Thread Michael Wild
On 04/21/2011 02:45 PM, David Cole wrote: > On Thu, Apr 21, 2011 at 4:30 AM, Michael Wild > wrote: > > On 04/21/2011 06:48 AM, Michael Wild wrote: > > Hi all > > > > I'm trying to set up a SuperBuild here. Everything works nicely the > > first time ro

Re: [CMake] SuperBuild whoes

2011-04-21 Thread David Cole
On Thu, Apr 21, 2011 at 4:30 AM, Michael Wild wrote: > On 04/21/2011 06:48 AM, Michael Wild wrote: > > Hi all > > > > I'm trying to set up a SuperBuild here. Everything works nicely the > > first time round I build the project. The only real problem I have is > > that if I change the sources of o

Re: [CMake] Changing compiler

2011-04-21 Thread David Cole
On Thu, Apr 21, 2011 at 7:47 AM, David Doria wrote: > Sounds like you must have gotten errors when you built gcc... >> >> Pore through the log of what happened during the gcc build maybe? >> >> Are you building gcc from source, or using some package manager to build >> it for you? (MacPorts, some

Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread David Cole
This is the first I've ever heard of it... Cool bug! (that was just a wee bit of sarcasm accompanied by a wry smile...) What version of ctest? Is this a project that is publicly available, so that I can try to reproduce it here and help these "innocent" coders...? Thanks, David On Wed, Apr

Re: [CMake] Changing compiler

2011-04-21 Thread David Doria
> Sounds like you must have gotten errors when you built gcc... > > Pore through the log of what happened during the gcc build maybe? > > Are you building gcc from source, or using some package manager to build it > for you? (MacPorts, something else?) > FYI - there was no problem all along with t

Re: [CMake] SuperBuild whoes

2011-04-21 Thread Michael Wild
On 04/21/2011 06:48 AM, Michael Wild wrote: > Hi all > > I'm trying to set up a SuperBuild here. Everything works nicely the > first time round I build the project. The only real problem I have is > that if I change the sources of one of the sub-projects, the SuperBuild > still thinks everything i