[CMake] CMake 2.8.2 RC 1 ready for testing!

Bill Hoffman bill.hoffman at kitware.com
Mon Jun 14 21:43:17 EDT 2010


On 6/14/2010 6:59 PM, J Decker wrote:
> Bad things happening... I have existing builds that I have run... I
> have been buliding with Mingw.  If I do 'cmake-gui .' in the target
> build directory, then the generator pops up and says it is generating
> MingW Makefiles.  But if I then type 'make' it says
>
> M:\build\mingw\sack>make
> -- Building for: Visual Studio 10
> -- Check for working C compiler using: Visual Studio 10
> -- Check for working C compiler using: Visual Studio 10 -- works
>
> so... ya that's not working very well at all.
>
Can you do a make VERBOSE=1?

That is very strange.

Also, what if you start from a clean build tree?   We do not guarantee 
that new versions of CMake can be run in the same build tree as a 
previous version.    Although that sounds a bit strange.  You ran make, 
and then it said build for Visual stuido?   I would expect at least a 
"running CMake to regnerate build system..." message.

-Bill


More information about the CMake mailing list