[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11360] MinGW: NSTask.m doesn't use environment
From: |
Alex Perez |
Subject: |
[bugs #11360] MinGW: NSTask.m doesn't use environment |
Date: |
Mon, 14 Feb 2005 22:11:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 |
Update of bugs #11360 (project gnustep):
Severity: 5 - Average => 7 - Major
Status: Fixed => None
Open/Closed: Closed => Open
_______________________________________________________
Follow-up Comment #3:
This "Fix" completely broke compilation of NSTask. As of version 1.65 of
NSTask.m, it now fails to compile under mingw32. You introduced use of
CREATE_AUTORELEASE_POOL(pool); without #including
"Foundation/NSAutoreleasePool.h"
To add insult to injury, even when I fixed this, I still can't compile.
Here's the output of GCC (I'm using 3.2.3), once the above missing header is
#included.
Making all for library libgnustep-base...
Compiling file NSTask.m ...
NSTask.m: In function `-[NSConcreteWindowsTask launch]':
NSTask.m:1118: parse error before ';' token
NSTask.m:1121: parse error before ';' token
NSTask.m:1113: warning: unused variable `expression'
NSTask.m:1114: warning: unused variable `l'
NSTask.m:1115: warning: unused variable `r'
NSTask.m:1116: warning: unused variable `buffer'
NSTask.m:1124: warning: passing arg 1 of `appendBytes:length:' makes pointer
from integer without a cast
NSTask.m:1126: warning: assignment discards qualifiers from pointer target
type
NSTask.m:1106: warning: unused variable `separator'
make[1]: *** [shared_obj/NSTask.o] Error 1
make: *** [libgnustep-base.all.library.variables] Error 2
It's not much of a fix if it breaks everything else, you know...
_______________________________________________________
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11360>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/