Re: [CMake] Stopping the VS build when configure fails

2010-10-05 Thread John Drescher
On Fri, Oct 1, 2010 at 2:57 PM, John Drescher dresche...@gmail.com wrote: I just hit Build Solution which caused ZERO_CHECK project to run because my CMakeLists.txt file had changed.  ZERO_CHECK ran CMake which attempted to generate a new solution.  Typically this results in a good new project

Re: [CMake] Stopping the VS build when configure fails

2010-10-05 Thread David Cole
On Tue, Oct 5, 2010 at 11:12 AM, John Drescher dresche...@gmail.com wrote: On Fri, Oct 1, 2010 at 2:57 PM, John Drescher dresche...@gmail.com wrote: I just hit Build Solution which caused ZERO_CHECK project to run because my CMakeLists.txt file had changed. ZERO_CHECK ran CMake which

Re: [CMake] Stopping the VS build when configure fails

2010-10-05 Thread John Drescher
CMake iterates over the Windows running object table (a COM thing) to find Visual Studio instances to ping to call the reload macro. When something is dead and stuck in the running object table (which happens occasionally, but thankfully not frequently) then CMake hangs in that iteration loop

Re: [CMake] Stopping the VS build when configure fails

2010-10-01 Thread Rolf Eike Beer
Am Friday 01 October 2010 schrieb John Drescher: On Thu, Sep 30, 2010 at 7:47 PM, James Bigler jamesbig...@gmail.com wrote: On Thu, Sep 30, 2010 at 5:42 PM, James Bigler jamesbig...@gmail.com wrote: I'm currently using VS 2008 64 bit with CMake 2.6.3. This also happens with 2.8.3 RC1.

Re: [CMake] Stopping the VS build when configure fails

2010-10-01 Thread John Drescher
On Fri, Oct 1, 2010 at 2:21 AM, Rolf Eike Beer e...@sf-mail.de wrote: Am Friday 01 October 2010 schrieb John Drescher: On Thu, Sep 30, 2010 at 7:47 PM, James Bigler jamesbig...@gmail.com wrote: On Thu, Sep 30, 2010 at 5:42 PM, James Bigler jamesbig...@gmail.com wrote: I'm currently using VS

Re: [CMake] Stopping the VS build when configure fails

2010-10-01 Thread James Bigler
On Fri, Oct 1, 2010 at 6:22 AM, John Drescher dresche...@gmail.com wrote: On Fri, Oct 1, 2010 at 2:21 AM, Rolf Eike Beer e...@sf-mail.de wrote: Am Friday 01 October 2010 schrieb John Drescher: On Thu, Sep 30, 2010 at 7:47 PM, James Bigler jamesbig...@gmail.com wrote: On Thu, Sep 30, 2010

Re: [CMake] Stopping the VS build when configure fails

2010-10-01 Thread John Drescher
I just hit Build Solution which caused ZERO_CHECK project to run because my CMakeLists.txt file had changed.  ZERO_CHECK ran CMake which attempted to generate a new solution.  Typically this results in a good new project and the VS plugin detects this and asks me to load the new project files.

[CMake] Stopping the VS build when configure fails

2010-09-30 Thread James Bigler
Is CMake supposed to stop the VS build when configure fails? 1CMake Error in samples/traversal/CMakeLists.txt: 1 Cannot find source file traversal.c. Tried extensions .c .C .c++ .cc 1 .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx 1-- Build files have been written to:

Re: [CMake] Stopping the VS build when configure fails

2010-09-30 Thread James Bigler
On Thu, Sep 30, 2010 at 5:42 PM, James Bigler jamesbig...@gmail.com wrote: I'm currently using VS 2008 64 bit with CMake 2.6.3. This also happens with 2.8.3 RC1. James ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Stopping the VS build when configure fails

2010-09-30 Thread John Drescher
On Thu, Sep 30, 2010 at 7:47 PM, James Bigler jamesbig...@gmail.com wrote: On Thu, Sep 30, 2010 at 5:42 PM, James Bigler jamesbig...@gmail.com wrote: I'm currently using VS 2008 64 bit with CMake 2.6.3. This also happens with 2.8.3 RC1. That is good. I would be worried if it did not. The

Re: [CMake] Stopping the VS build when configure fails

2010-09-30 Thread John Drescher
On Thu, Sep 30, 2010 at 7:42 PM, James Bigler jamesbig...@gmail.com wrote: Is CMake supposed to stop the VS build when configure fails? Yes. John ___ Powered by www.kitware.com Visit other Kitware open-source projects at