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 able to successfully build. Thanks again!

Jeff Boller
http://www.sundriftproductions.com



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 error.

--Ray


_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to