zytrax icon indicating copy to clipboard operation
zytrax copied to clipboard

Won't compile on Linux

Open BanchouBoo opened this issue 4 years ago • 1 comments

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)

BanchouBoo avatar May 13 '20 03:05 BanchouBoo

builds for me, here's my build log, i just run scons though, without platform=freedesktop:

http://sid.ethz.ch/debian/zytrax/zytrax_0%2Bgit20190810-2_amd64.build

alexmyczko avatar Jul 22 '20 11:07 alexmyczko