Git development
 help / color / mirror / Atom feed
* scons and $HOME was Re: [ANNOUNCE qgit-0.95]
@ 2005-09-25 20:03 Marco Costalba
  0 siblings, 0 replies; only message in thread
From: Marco Costalba @ 2005-09-25 20:03 UTC (permalink / raw)
  To: Josef Weidendorfer; +Cc: git

Josef Weidendorfer wrote:

>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.
>
>
>These errors seam to appear because scons does NOT pass through the $HOME
>environment variable to subprocesses. "moc", which is producing these
>errors, obviously wants to access some config options in $HOME/.qt/.
>
>Somebody knows how to change this?
>

$HOME environment variable is passed to scons in SConstruct with

env['HOME'] = os.environ['HOME']


then moc util is called in qt.py inside scons-mini.tar.bz2

That's where I stopped.....

Anyone that can teach qt.py to pass $HOME to moc and uic tools is greatly appreciated.

Marco



		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-25 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-25 20:03 scons and $HOME was Re: [ANNOUNCE qgit-0.95] Marco Costalba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox