Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-13 Thread Dirk Bächle
Hi Remko, On 13.07.2013 09:32, Remko Tronçon wrote: Hi, I filed a bug report for --tree=... crashing if the dependency tree contains unicode characters ( http://scons.tigris.org/issues/show_bug.cgi?id=2910 ) I fixed the bug locally by calling repr() on every element in the tree (which is also

Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-13 Thread Remko Tronçon
Hi Dirk, On 13 July 2013 10:14, Dirk Bächle tshor...@gmx.de wrote: Have you tried to actually compile/build stuff that uses Unicode chars in filenames? Or are you only analyzing the dependencies? The real problem I have isn't with actually with files, but with Values() with unicode characters

Re: [Scons-dev] [Fwd: [Scons-users] [patch] SCons fails to run in standalone mode]

2013-07-13 Thread Russel Winder
On Tue, 2013-07-09 at 09:17 +0200, Dirk Bächle wrote: […] In my view, bootstrap.py is more for creating the build packages. It can also copy together a local working copy (the bootstrap folder), which is fine for most cases when you simply want to start SCons without fully installing it.