[Gnustep-cvs] GNUstep Testfarm Results

2005-05-26 Thread Adam Fedor
Test results for GNUstep as of Thu May 26 06:34:08 EDT 2005 If a particular system failed compilation, the logs for that system will be placed at ftp://ftp.gnustep.org/pub/testfarm If you would like to add your machine to this list, set up a cron job (make sure you set up your PATH and other

[Gnustep-cvs] gnustep/core/gui ChangeLog Source/NSTableView.m

2005-05-26 Thread Fred Kiefer
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Fred Kiefer [EMAIL PROTECTED] 05/05/26 13:38:11 Modified files: core/gui : ChangeLog core/gui/Source: NSTableView.m Log message: Improved mouseDown call handling for table

Re: Building in a separate directory

2005-05-26 Thread David Lázaro Saz
On 26/05/2005, at 1:00, Adam Fedor wrote: It might be nice to fix autoconf, but then you'll run into make. 'make' doesn't like spaces in directories either - and this is a fundamental design issue. But doesn't make always run in the same directory? Anyway I'm placing this on the back

Re: Building in a separate directory

2005-05-26 Thread Adam Fedor
On May 26, 2005, at 12:04 PM, David Lázaro Saz wrote: On 26/05/2005, at 1:00, Adam Fedor wrote: It might be nice to fix autoconf, but then you'll run into make. 'make' doesn't like spaces in directories either - and this is a fundamental design issue. But doesn't make always run in the

Re: Building in a separate directory

2005-05-26 Thread Adam Fedor
On May 26, 2005, at 12:36 PM, Adam Fedor wrote: if test $cross_compiling = no; then AC_FUNC_SETPGRP else #set a default value fi I was working on that, but the default for MingW is not what the normal default would be, but I wasn't entirely sure. Actually, now I look at the code, it

Re: Building in a separate directory

2005-05-26 Thread David Lázaro Saz
On 26/05/2005, at 20:52, Adam Fedor wrote: Actually, now I look at the code, it could probably just be: if test $cross_compiling = no; then AC_FUNC_SETPGRP fi I'll try that; I think that would be sufficient too. ___ Gnustep-dev mailing list

Re: Building in a separate directory

2005-05-26 Thread Fred Kiefer
Adam Fedor wrote: On May 26, 2005, at 12:04 PM, David Lázaro Saz wrote: On 26/05/2005, at 1:00, Adam Fedor wrote: It might be nice to fix autoconf, but then you'll run into make. 'make' doesn't like spaces in directories either - and this is a fundamental design issue. But doesn't