[Bf-committers] Error in compilation with CUDA (Scons/msvc)

Manuel Rais manu at g-lul.com
Wed Oct 7 16:45:17 CEST 2015


Hi !
I'm trying to compile Blender under Windows 7 x64 with scons/msvc.
Build : tags/v2.76-rc3 (fb78f6d5185fe500d861ec7790bca64dc7d0dfa5)
I've got CUDA 6.5 toolkit.
When WITH_BF_CYCLES_CUDA_BINARIES = False, the compilation ends without any error.
But when WITH_BF_CYCLES_CUDA_BINARIES = True, I've got the fpollowing error.

Am i doing something wrong ? Is this a known error ?
Thanks !
WindowsError: [Error 2] The system cannot find the file specified:  File "E:blender-gitblenderSConstruct", line 927:
    SConscript(B.root_build_dir+'/intern/SConscript')
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 609:
    return method(*args, **kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 546:
    return _SConscript(self.fs, *files, **subst_kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "E:blender-gitblenderinternSConscript", line 57:
    SConscript(['cycles/SConscript'])
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 609:
    return method(*args, **kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 546:
    return _SConscript(self.fs, *files, **subst_kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "E:blender-gitblenderinterncyclesSConscript", line 171:
    kernel_binaries = SConscript(['kernel/SConscript'])
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 609:
    return method(*args, **kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 546:
    return _SConscript(self.fs, *files, **subst_kw)
  File "E:blender-gitblendersconsscons-localSConsScriptSConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "E:blender-gitblenderinterncycleskernelSConscript", line 69:
    output = btools.get_command_output([nvcc, "--version"])
  File ".build_filessconstoolsbtools.py", line 19:
    return subprocess.check_output(*popenargs, **kwargs)
  File "C:Python27libsubprocess.py", line 566:
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "C:Python27libsubprocess.py", line 710:
    errread, errwrite)
  File "C:Python27libsubprocess.py", line 958:
    startupinfo)
Attached : user-config.py and the output with the error
---
Manu
manu at g-lul.com (mailto:manu at g-lul.com)
 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: output.log
Url: http://lists.blender.org/pipermail/bf-committers/attachments/20151007/ff7a97a5/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: user-config.txt
Url: http://lists.blender.org/pipermail/bf-committers/attachments/20151007/ff7a97a5/attachment-0001.txt 


More information about the Bf-committers mailing list