[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: NSPathUtilities etc
From: |
Sheldon Gill |
Subject: |
Re: PATCH: NSPathUtilities etc |
Date: |
Thu, 11 Mar 2004 14:06:23 +0800 |
User-agent: |
KMail/1.6.50 |
On Wed, 25 Feb 2004 01:35, Adam Fedor wrote:
> On Tuesday, February 24, 2004, at 12:43 AM, Kazunobu Kuriyama wrote:
> > Sheldon Gill wrote:
> > <snip>
> > Does this mean that we couldn't use the configure options such as
> > --prefix and
> > --sysconfdir and we would have to edit the hypothetical "options.h"
> > manually?
I mean to continue support for --prefix and such. It doesn't we couldn't use
the configure options.
The hypothetical "options.h" would be edited manually but it's supposed to be
set up that way. It's for compile time behaviours within the library and for
defining some default values.
> I was thinking more along the lines of setting up the preferences in
> gnustep-make (using --prefix and everything else as it is now). Then
> the GNUstep.conf file is generated in gnustep-make (perhaps it needs to
> be generated in gnustep-base as well so it can be installed by
> gnustep-base (without having to install gnustep-make)).
This is the line I was thinking of for generating the GNUstep.conf file.
> When compiling gnustep-base, you have
>
> DEFS= -DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_TARGET_INSTALL_PREFIX) \
> [...] \
> -DGNUSTEP_CONFIGURATION_FILE=$(GNUSTEP_CONFIGURATION_FILE)
>
> I don't like having to edit 'h' files before compiling something.
> That's what configure is for.
I don't like having to use configure everything I want to change some
behaviour option or default location for something _within_ the library.
For example, my patch makes PLATFORM_SUPPORT an optional thing. Should you
have to re-run configure to turn it on/off? If not, where should the
definition go?
Regards,
Sheldon
- Re: PATCH: NSPathUtilities etc, (continued)
- Re: PATCH: NSPathUtilities etc, Alexander Malmberg, 2004/03/08
- Re: PATCH: NSPathUtilities etc, stefan, 2004/03/10
- Re: PATCH: NSPathUtilities etc, Sheldon Gill, 2004/03/10
- Re: PATCH: NSPathUtilities etc, Sheldon Gill, 2004/03/10
- Re: PATCH: NSPathUtilities etc, Alexander Malmberg, 2004/03/13
- Re: PATCH: NSPathUtilities etc, Richard Frith-Macdonald, 2004/03/15
- Re: PATCH: NSPathUtilities etc, Sheldon Gill, 2004/03/16
Re: PATCH: NSPathUtilities etc,
Sheldon Gill <=