|
From: | Adam Fedor |
Subject: | Re: Newbie alert: Can't install Project Center |
Date: | Tue, 14 Oct 2008 09:41:30 -0600 |
On Oct 13, 2008, at 11:06 AM, Sierra Bravo wrote:
I can compile the downloaded source of Project Center ('make' works fine)but not install (make install), as it fails reporting: GNUmakefile:5: /common.make: No such file or directory GNUmakefile:103: /aggregate.make: No such file or directory GNUmakefile:104: /application.make: No such file or directory make: *** No rule to make target `/application.make'. Stop.
I'm not sure about your other questions, but if you are using sudo to install, your shell is probably wiping out your environment as a security measure. To get around this, try either:
sudo su . /usr/share/GNUstep/Makefiles/GNUstep.sh make install or sudo make GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles install
[Prev in Thread] | Current Thread | [Next in Thread] |