discuss-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: Andreas Hoeschler
Subject: Re: _time_zone_path() returns nil in latest version
Date: Fri, 4 Jul 2003 17:46:47 +0200

Hi Richard,

I guess there is something wrong with the GNUmakefile or GNUmakefile.postamble file of the NSTimeZones subproject. In the NSTimeZones project

bash-2.03# make install
cp NSTimeZones.tar /opt/GNUstep/System/Libraries/Resources/gnustep-base; \
cd /opt/GNUstep/System/Libraries/Resources/gnustep-base; \
if [ -f NSTimeZones/localtime ]; then \
  cp NSTimeZones/localtime /tmp/localtime.tmp; \
        else \
          rm -f /tmp/localtime.tmp; \
fi; \
rm -rf NSTimeZones; \
tar -xf NSTimeZones.tar; \
rm -f NSTimeZones.tar; \
if [ -f /tmp/localtime.tmp ]; then \
  cp /tmp/localtime.tmp NSTimeZones/localtime; \
  rm -f /tmp/localtime.tmp; \
        fi

the file is copied but then removed again. Who can fix this?

It looks correct to me ... should have worked unless the tar failed perhaps?

May be the wrong directory. NSTimeZones is copied to /opt/GNUstep/System/Libraries/Resources/gnustep-base but it needs to be in /opt/GNUstep/System/Library/Libraries/Resources/gnustep-base. It really seems there is something messed up with the directory structure.

Regards,

   Andreas







reply via email to

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