View Single Post
Posts: 2 | Thanked: 4 times | Joined on Nov 2009
#29
That would be great.
I started to port build14. It uses SCons for building (instead of autotools). Diablo SDK contains very very old SCons version and it returns syntax error. I have spent the whole day to build new SCons deb package for Maemo from Debian repository, but there is always unmet dependencies (even using Fremantle SDK). Finally I installed SCons 1.2.0 from www.scons.org (precompiled binaries, without deb package). And... The same syntax error:

Code:
scons: Reading SConscript files ...
  File "/home/lilovip/Projects_maemo/widelands-src/SConstruct", line 273

    ('-c' if env["USE_COLOR"] else '',

           ^

SyntaxError: invalid syntax
Any ideas? Building the same sources not inside scratchbox (in Debian) hasn't errors. May be "bad" python in Diablo SDK?
 

The Following 2 Users Say Thank You to lilovip For This Useful Post: