Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
Sorry, it was not recent, it was march 2011. On Sat, Jan 28, 2012 at 4:38 PM, Bill Lorensen wrote: > David, > > Someone recently posted a BUG for this: > http://www.gccxml.org/Bug/view.php?id=11913 > > Bill > > On Sat, Jan 28, 2012 at 4:31 PM, Bill Lorensen > wrote: >> I think if you make the

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
David, Someone recently posted a BUG for this: http://www.gccxml.org/Bug/view.php?id=11913 Bill On Sat, Jan 28, 2012 at 4:31 PM, Bill Lorensen wrote: > I think if you make the changes specific to VS 2010 they should be OK. > > On Sat, Jan 28, 2012 at 10:51 AM, David Cole wrote: >> On Sat, Jan

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
I think if you make the changes specific to VS 2010 they should be OK. On Sat, Jan 28, 2012 at 10:51 AM, David Cole wrote: > On Sat, Jan 28, 2012 at 9:02 AM, Bill Lorensen > wrote: >> Folks, >> >> I'm using VS 2010 Express. >> >> When ever I build a VTK or ITK related app I get errors regarding

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Yuri Timenkov
Don't know about 2010 Express, but IIRC there were problems (at least in previous VS versions) with compiling code with a lot of templates (like spirit, xpressive or MPL from boost). So compiler asks to increase heap size. Anyways, in our projects I always reset CMake's default compile flags: this

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-28 Thread Eric Noulard
2012/1/28 g...@novadsp.com : > Is it possible to get CMake to process/search for an alternative default > filename to CMakeLists.txt? No I don't think so. And if I remember well the name change wouldn't be that easy to implement. (beside the obvious search & replace in the CMake source code). > M

[CMake] 'Parallel' CMakeLists.txt?

2012-01-28 Thread g...@novadsp.com
Is it possible to get CMake to process/search for an alternative default filename to CMakeLists.txt? Motivation: I'm trying to set up CMake files for a rather large project that has an existing set of CMake files that a) I'd like to keep in place and b) keep unchanged until the parallel build

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread David Cole
On Sat, Jan 28, 2012 at 9:02 AM, Bill Lorensen wrote: > Folks, > > I'm using VS 2010 Express. > > When ever I build a VTK or ITK related app I get errors regarding > virtual memory and warnings about deprecated compiler flags: > use 'EHsc' instead of 'GX' > > I always have to remove the /Zm1000 fl

[CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
Folks, I'm using VS 2010 Express. When ever I build a VTK or ITK related app I get errors regarding virtual memory and warnings about deprecated compiler flags: use 'EHsc' instead of 'GX' I always have to remove the /Zm1000 flag and add the /EHsc flag. I assumed this was do to something screwed