Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scons -j8 error #119

Open
sohee-zoe opened this issue Sep 2, 2019 · 0 comments
Open

scons -j8 error #119

sohee-zoe opened this issue Sep 2, 2019 · 0 comments

Comments

@sohee-zoe
Copy link

sohee-zoe commented Sep 2, 2019

10 Steps to Install Mitsuba Renderer on Ubuntu
https://medium.com/@sreenithyc21/10-steps-to-install-mitsuba-renderer-on-ubuntu-38a9318fbcdf

I followed the above link and ran into the following difficulties.

$ scons -j8

scons: Reading SConscript files ...
Using configuation file "/home/sohee/tmp/mitsuba/config.py"
NameError: name 'file' is not defined:
File "/home/sohee/tmp/mitsuba/SConstruct", line 15:
env = SConscript('build/SConscript.configure')
File "/usr/lib/scons/SCons/Script/SConscript.py", line 614:
return method(*args, **kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 551:
return _SConscript(self.fs, *files, **subst_kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 260:
exec file in call_stack[-1].globals
File "/home/sohee/tmp/mitsuba/build/SConscript.configure", line 100:
env = Environment(options=vars, ENV = os.environ, tools=['default'], toolpath=['#data/scons'])
File "/usr/lib/scons/SCons/Environment.py", line 984:
variables.Update(self)
File "/usr/lib/scons/SCons/Variables/init.py", line 173:
exec open(filename, 'rU').read() in {}, values
File "", line 39:
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant