Re: [ANNOUNCE qgit-0.95]
From: Marco Costalba <hidden>
Date: 2016-06-15 22:42:07
Robin Farine wrote:
Josef Weidendorfer <Josef.Weidendorfer <at> gmx.de> writes:quoted
On Sunday 25 September 2005 09:07, Marco Costalba wrote:quoted
quoted
quoted
src/rangeselectbase.h QSettings: error creating /.qt QSettings: error creating /.qt... QSettings are there from day one :-< I am not able to let them disappear.....very bad. In any case should be harmless.With SCons, key-value pairs that are meant to appear in process environment need to be added to the env['ENV'] mapping. In this case: env = Environment(...) env['ENV']['HOME'] = os.environ['HOME'] Environment() creates an SCons build environment which is unrelated to subprocess environments (even though the same word is used :)). As a special case, SCons handles the mapping assigned to env['ENV'] as process environment for subprocesses. Hope this helps,
This helps a lot! I added the line env['ENV']['HOME'] = os.environ['HOME'] to my SConstruct and the warning disappeard :-) :-) :-) This fix is greatly appreciated, thanks a lot Robin. Marco P.S: I have just pushed the fix, togheter with some other updates, to http://digilander.libero.it/mcostalba/qgit.git __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com