bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: _time_zone_path() returns nil in latest version


From: Nicola Pero
Subject: Re: _time_zone_path() returns nil in latest version
Date: Fri, 4 Jul 2003 17:18:40 +0100 (BST)

> > Possibly this problem you had with NSTimeZones not being there is a
> > left-over from your previous installation attempt.  If you have 
> > reasons to
> > think that the installation is messed up, my suggestion remains to 
> > delete
> > your current gnustep installation, get the latest gnustep-make and
> > gnustep-base and rebuild / reinstall from scratch.
> 
> That's what I did. Please see my last mail to the list. I believe there 
> is something wrong with the installation path of the NSTimeZones 
> project. The stuff is copied to
> 
>       /opt/GNUstep/System/Libraries/Resources/gnustep-base
> 
> but should probably go to /
> 
>       opt/GNUstep/System/Library/Libraries/Resources/gnustep-base.

You are right - that's where it should go - and that's also where the
latest makefiles from CVS should copy it to :-)

The latest makefiles from CVS copy the stuff into

$(GNUSTEP_RESOURCES)/gnustep-base/,

which really means

/opt/GNUstep/System/Library/Libraries/Resources/gnustep-base.

I'm confused about how on your system the makefiles might be copying it
elsewhere.

Try checking using 'make -p', as in the following:

cd core/base/NSTimeZones
make -p | grep GNUSTEP_RESOURCES

On my system, here is what happens

nicola:/opt/nicola/core/base/NSTimeZones$ make -p | grep GNUSTEP_RESOURCES
resourcedir = $(GNUSTEP_RESOURCES)/gnustep-base
GNUSTEP_RESOURCES = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries/Resources
nicola:/opt/nicola/core/base/NSTimeZones$ 

Does it print the same stuff on your system ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]