Re: [Bf-committers] MSBuild problems with ZERO_CHECK project

2018-04-08 Thread The Simple Carnival
Thanks, Ray! Those were good ideas. I changed the logging level of the msbuild commands and found that it was trying to access a x64 version of CMake (in c:\Program Files), whereas I had only installed a 32 bit version of it in c:\Program Files (x86). Once I installed the 64 bit version, I was

Re: [Bf-committers] MSBuild problems with ZERO_CHECK project

2018-04-07 Thread Ray Molenkamp
Given lite builds, perhaps it can't find nvcc? check your cmakecache.txt to see if it's pointing to the right executable. if that doesn't do the trick, change the logging level of the msbuild commands inside make.bat from minimal to diagnostic and see if that sheds more light on the actual

[Bf-committers] MSBuild problems with ZERO_CHECK project

2018-04-07 Thread The Simple Carnival
Hello -- I recently reinstalled Windows and am trying to compile Blender 2.78c, which I was able to do with my previous Windows installation. I suspect there is a CMake issue, but I'm not sure exactly how to address it. I'm running into problems when trying to create the Blender Release