discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep.sh fails


From: Marcus Müller
Subject: Re: GNUstep.sh fails
Date: Tue, 5 Mar 2002 17:24:15 +0100

On Friday, March 1, 2002, at 10:11 PM, M. Grabert wrote:

Hi,

On Fri, 1 Mar 2002, M. Grabert wrote:
If you use --enable-flattened (or if $GNUSTEP_FLATTENED is defined as
"yes", the GNUstep.sh script fails since it uses the wrong path to
user_home.


I just stumbled across the same problem. The faulty line in GNUstep.sh reads:

GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/user_home user`


where it should be something like:


if [ -z "$GNUSTEP_FLATTENED" ]; then
        
GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/
user_home user`
else
        GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/user_home user`
fi


Cheers,

  Marcus

--
Marcus Mueller  .  .  .  crack-admin/coder ;-)
Mulle kybernetiK  .  http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com




reply via email to

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