[CMake] problems with Visual Studio Express 2013

Brad King brad.king at kitware.com
Mon Mar 10 08:59:43 EDT 2014


On 03/10/2014 05:36 AM, Kris Thielemans wrote:
> Attached are these 2 log files. They seem conflicting to me: the
> CMakeOutput.log seems to say everything is fine, while the CMakeError.log
> says that the executable cannot be found.

The output log says that compilation succeeded and the error log
says that the information needed could not be read from the
resulting files.  Please attach a tarball of the directories:

 .../CMakeFiles/2.8.12.2/CompilerIdC
 .../CMakeFiles/2.8.12.2/CompilerIdCXX

Also, do you have an antivirus tool running?  Sometimes they
block access to new executable files temporarily while scanning.
That could cause a problem like this.  If so, try turning off
scanning for the build tree directory and start again with a
fresh build.

-Brad



More information about the CMake mailing list