help-gnustep
[Top][All Lists]
Advanced

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

Re: Installation setenv problem on Mandrake 10.1


From: Mark Petryk
Subject: Re: Installation setenv problem on Mandrake 10.1
Date: Mon, 31 Jan 2005 09:39:29 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804

Chris Vetter wrote:

I have worked through the installation docs and managed to get gnustep pulled down from the cvs, compiled and installed (as far as I can tell). When I attempt to run '. GNUstep' from the Makefiles directory, i get the following errors:
[mark@mhs1 Makefiles]$ . GNUstep.csh
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: GNUstep.csh: line 89: syntax error near unexpected token `('
bash: GNUstep.csh: line 89: `foreach dir ( `/bin/sh -c 'IFS=:; for i in ${GNUSTEP_PATHLIST}; do echo $i; done'` )'
Running 'locate setenv' on my system yeilds few results.

As the file extension 'csh' implies, it's a C Shell "batch" file.

The syntax used by C Shell differs from the one used by Bash,
therefor, try to run

 . ./GNUstep.sh
That took care of it... thanks!



reply via email to

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