[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fail to compile StepTalk
From: |
Helgi Hrafn Gunnarsson |
Subject: |
Re: Fail to compile StepTalk |
Date: |
Mon, 15 Oct 2007 15:54:59 +0000 |
That did the trick!
Actually, I did put it in ~/.bashrc, I must have been in an old terminal
session or something. But that was exactly what was wrong, thanks! :)
Kind regards,
Helgi Hrafn Gunnarsson
helgi@binary.is
On Mon, 2007-10-15 at 10:27 -0400, Stefan Bidigaray wrote:
> It looks like you haven't sourced GNUstep.sh. What you need to do is
> figure out where it was installed and then source it before running
> make. If you used make-2.0 with the standard gnustep filesystem
> layout it will be
> under /usr/GNUstep/System/Library/Makefiles/GNUstep.sh (I think).
>
> I generally source this file under my .bashrc file, this way I never
> have to worry about it.
>
> Good luck.