GNUstep Testfarm Results

2006-10-09 Thread Adam Fedor
Test results for GNUstep as of Mon Oct 9 06:34:17 EDT 2006 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 be a part of this automated testfarm, see http://wiki.gnustep.org/index.php/Developer_FAQ#How_ca

Remove GCObject, GCArray, GCDictionary from base?

2006-10-09 Thread Richard Frith-Macdonald
As far as I know, the garbage collecting classes in the base additions library are used only in gdl2. It would seem to make sense to move themover into gdl2 rather than the base additions library. What do you think? ___ Gnustep-dev mailing list Gnu

GNUSTEP_INSTALLATION_DOMAIN

2006-10-09 Thread Nicola Pero
I'd like to propose a new option for gnustep-make ... GNUSTEP_INSTALLATION_DOMAIN which could take the values SYSTEM / LOCAL / NETWORK / USER. This option can only be set on the command line, or before including common.make ... but using it in GNUmakefiles should be discouraged as all packages s

Re: Remove GCObject, GCArray, GCDictionary from base?

2006-10-09 Thread David Ayers
Richard Frith-Macdonald schrieb: > As far as I know, the garbage collecting classes in the base additions > library are used only in gdl2. > It would seem to make sense to move themover into gdl2 rather than the > base additions library. > What do you think? Personally I had hoped to remove the

Re: Remove GCObject, GCArray, GCDictionary from base?

2006-10-09 Thread Matt Rice
--- David Ayers <[EMAIL PROTECTED]> wrote: > Richard Frith-Macdonald schrieb: > > As far as I know, the garbage collecting classes > in the base additions > > library are used only in gdl2. > > It would seem to make sense to move themover into > gdl2 rather than the > > base additions library.

ProjectCenter setting GNUSTEP_INSTALLATION_DIR

2006-10-09 Thread Nicola Pero
ProjectCenter seems to be trying to hardcode GNUSTEP_INSTALLATION_DIR in the GNUmakefiles ... ... don't sound like a good idea to me ;-) The GNUmakefiles should always install in the default location. If you want to install stuff in a different location, that is a command-line flag (or shell var

RE: GNUSTEP_INSTALLATION_DOMAIN

2006-10-09 Thread Nicola Pero
> This option can only be set on the command line, or before including > common.make ... > but using it in GNUmakefiles should be discouraged as all packages should > install by default in the default locations ... except for maybe gnustep-base :-) Thinking about it, I wouldn't want even gnustep-

Re: GNUSTEP_INSTALLATION_DOMAIN

2006-10-09 Thread Richard Frith-Macdonald
On 9 Oct 2006, at 16:17, Nicola Pero wrote: I'd like to propose a new option for gnustep-make ... GNUSTEP_INSTALLATION_DOMAIN which could take the values SYSTEM / LOCAL / NETWORK / USER. This option can only be set on the command line, or before including common.make ... but using it in GNUm