[CMAKEBUILD] Configuring incomplete, errors occurred!

Again I’m trying to build Blender. But without results.
I followed the well specified steps in this site:
http://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Windows/msvc/CMake

But when trying to generate with CMake using the library “win64_vc12” I get this error:

Configuring incomplete, errors occurred!
See also “C:/BlenderDEV/BuildCMAKE/CMakeFiles/CMakeOutput.log”.

I’m using Visual Studio 2013 PRO;

I’ve installed (or had):

Subversion:
-SlikSVN
-Cygwin

git
-Git for Windows
-TortoiseGit

CMake


CUDA

-Cuda 6.5

Visual Studio (MSVC)

-Visual Studio 2013 PRO

WHAT IS THE PROBLEM NOW !!!

Attachments

CMakeCache.zip (8.37 KB)CMakeOutput.zip (4.13 KB)

I have been building successfully, for many months, using instruction here http://blog.machinimatrix.org/building-blender/

This site is great!!! Explains in detail.
I tried to compile again and now worked. Ehhhh
I have big plans :slight_smile:
However was displayed these three errors:

Error	51	error C1083: Cannot open compiler intermediate file: 'C:\Users\Germano\AppData\Local\Temp\_CL_2fe3ec90gl': Permission denied	C:\BlenderDEV\BuildCMAKE\source\blender\compositor\CL	bf_compositor

Error	52	error D8040: error creating or communicating with child process	C:\BlenderDEV\BuildCMAKE\source\blender\compositor\cl	bf_compositor


Error	233	error LNK1104: cannot open file '..\..\lib\Debug\bf_compositor.lib'	C:\BlenderDEV\BuildCMAKE\source\creator\LINK	blender

I will investigate.
Thank you