You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to compile on Linux with scons platform=freedesktop
scons: Reading SConscript files ...
TypeError: coercing to Unicode: need string or buffer, dict found:
File "/home/boo/opt/gitdump/zytrax/SConstruct", line 32:
opts.Update(env) # update environment
File "/usr/lib/python2.7/site-packages/SCons/Variables/__init__.py", line 176:
if os.path.exists(filename):
File "/usr/lib/python2.7/genericpath.py", line 26:
os.stat(path)
The text was updated successfully, but these errors were encountered:
I get the following error when trying to compile on Linux with
scons platform=freedesktop
The text was updated successfully, but these errors were encountered: