[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MinGW: NSTask.m doesn't use environment
From: |
andre levy |
Subject: |
MinGW: NSTask.m doesn't use environment |
Date: |
Mon, 20 Dec 2004 16:58:59 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 |
using MinGW and CVS version of NSTask.
when a new NSTask is launched, it does not use environment set by
-[setEnvironment:]
the reason for that is that the option is not implemented.
in -[NSConcreteWindowsTask launch]
CreateProcess receives a NULL value for its environment which means
'inherit environment from parent process'.
I submited a bug for that [bug #11360]
but somehow the bugs I submit are never forwarded to gnu.gnustep.bug.
could someone explain me why?
--andre
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- MinGW: NSTask.m doesn't use environment,
andre levy <=