Git development
 help / color / mirror / Atom feed
From: Marco Costalba <mcostalba@yahoo.it>
To: Robin Farine <robin.farine@terminus.org>
Cc: git@vger.kernel.org
Subject: Re: [ANNOUNCE qgit-0.95]
Date: Sun, 25 Sep 2005 14:57:14 -0700 (PDT)	[thread overview]
Message-ID: <20050925215714.54670.qmail@web26303.mail.ukl.yahoo.com> (raw)

Robin Farine wrote:

>Josef Weidendorfer <Josef.Weidendorfer <at> gmx.de> writes:    
>  
>
>>On Sunday 25 September 2005 09:07, Marco Costalba wrote:    
>>
>>>>>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

             reply	other threads:[~2005-09-25 21:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-25 21:57 Marco Costalba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-09-25 20:37 [ANNOUNCE qgit-0.95] Marco Costalba
2005-09-25  7:07 Marco Costalba
2005-09-25 18:56 ` Josef Weidendorfer
2005-09-25 20:46   ` Robin Farine
2005-09-25  5:52 Marco Costalba
2005-09-25 19:19 ` Josef Weidendorfer
2005-09-24 16:06 Marco Costalba
2005-09-24 18:16 ` Petr Baudis
2005-09-25  6:32 ` Alan Chandler
2005-09-25  6:47   ` Alan Chandler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050925215714.54670.qmail@web26303.mail.ukl.yahoo.com \
    --to=mcostalba@yahoo.it \
    --cc=git@vger.kernel.org \
    --cc=robin.farine@terminus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox