Re: Newbie alert: Can't install Project Center

Adam Fedor <[email protected]> Tue, 14 Oct 2008 09:41:30 -0600
Newsgroups gmane.comp.lib.gnustep.user
Message-ID <[email protected]>
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