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




_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep

Reply via email to