Fix, NSPrintOperation

2002-05-14 Thread Georg Fleischmann
Hi, here is a patch for [NSPrintOperation (GSEPSPrintOperation) -createContext:]. I fixed the problem before (in a different way), but it's now back again. The problem is, that GSStreamContext doesn't close it's file stream before the application has returned to the runloop, but the contents

Re: Compiler choice

2002-05-14 Thread Sir Raorn
On Tue, May 14, 2002 at 12:43:56PM +0400, Markus Hitter wrote: But isn't GNUstep expected to have the name of the compiler hardwired somewhere in $GNUSTEP_SYSTEM_ROOT? Then, configure should use this name, too, IMHO. If it will set CC, than answer is NO WAY! As there is a easy workaround,

Re: Compiler choice

2002-05-14 Thread Adam Fedor
Sir Raorn wrote: On Tue, May 14, 2002 at 12:43:56PM +0400, Markus Hitter wrote: But isn't GNUstep expected to have the name of the compiler hardwired somewhere in $GNUSTEP_SYSTEM_ROOT? Then, configure should use this name, too, IMHO. If it will set CC, than answer is NO WAY! As there

Re: Fix, NSPrintOperation

2002-05-14 Thread Adam Fedor
Georg Fleischmann wrote: Hi, here is a patch for [NSPrintOperation (GSEPSPrintOperation) -createContext:]. I fixed the problem before (in a different way), but it's now back again. The problem is, that GSStreamContext doesn't close it's file stream before the application has returned