bug-gnustep
[Top][All Lists]
Advanced

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

Re: Installation of gorm-1.2.10 failed


From: Adam Fedor
Subject: Re: Installation of gorm-1.2.10 failed
Date: Sun, 5 Jul 2009 15:47:54 -0600


On Jul 4, 2009, at 1:41 PM, Csanyi Pal wrote:

I have downloaded gorm-1.2.10.tar.gz.
Now, if I try to install it with
make
sudo make install
from it's directory I get error messages:

GNUmakefile:29: /common.make: No such file or directory
GNUmakefile:181: /aggregate.make: No such file or directory
GNUmakefile:182: /application.make: No such file or directory
make: *** No rule to make target `/application.make'.  Stop.


sudo often removes environment variables for security reasons, so you might either have to do:

sudo su
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
make install


or

sudo make GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles install




reply via email to

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