[CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Hi, I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. Any idea what this might be? Could it be the ZERO_CHECK visual studio macros ? Note that my same scripts work just fine in VS2003, VS2005, and VS2008.

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread James Bigler
On Thu, Jan 26, 2012 at 9:45 AM, Robert Dailey rcdai...@gmail.com wrote: Hi, I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. Any idea what this might be? Could it be the ZERO_CHECK visual studio

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread John Drescher
I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. I have not seen any Visual Studio 2010 crashes from cmake based projects and I have used VS2010 for over 1 year on 5 to 10 machines mostly in x64. I am

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Is it normal for the C++ project icon in the solution explorer to look like web projects? I see a globe around angle brackets in the small icon. I think I'm having some NTFS permission issues that is causing a bad install of VS. My macro explorer won't function and shows Catastrophic Error when

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread John Drescher
Is it normal for the C++ project icon in the solution explorer to look like web projects? I see a globe around angle brackets in the small icon. No. I do not see that at all ever. John -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Looks like it was an installation issue. I had to fix ownership of my program files directory and that fixed it. - Robert Dailey On Thu, Jan 26, 2012 at 11:36 AM, John Drescher dresche...@gmail.comwrote: Is it normal for the C++ project icon in the solution explorer to look like