Hi,
based on the error message, it looks like your:
"source /usr/GNUstep/System/Library/Makefiles/GNUstep.sh"
command is incorrect. try:
"source /usr/share/GNUstep/Makefiles/GNUstep.sh"
Also, I usually add that source command to my .bashrc so I can use
gnustep-make without having to source it manually.
-Eric
On 2012-02-04, at 11:14 AM, thouraya thouraya wrote:
Hello
Please i have install gnustep like that:
$ GNUSTEP=gnustep-startup-0.26.2
$ wget http://ftpmain.gnustep.org/pub/gnustep/core/$GNUSTEP.tar.gz
$ tar xfz $GNUSTEP.tar.gz $ cd $GNUSTEP
$ sudo ./InstallGNUstep
Triva requires some components of the development branch of Paje. To
install Paje:
$ source /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
$ git clone git://paje.git.sourceforge.net/gitroot/paje/paje
$ export LANG=C
$ cd paje
$ make
When i use make i have this error
~/gnustep-startup-0.26.2/paje$ make
GNUmakefile:1: /usr/share/GNUstep/Makefiles/common.make: No such
file or
directory
GNUmakefile:28: /usr/share/GNUstep/Makefiles/aggregate.make: No such
file
or directory
make: *** No rule to make target
`/usr/share/GNUstep/Makefiles/aggregate.make'. Stop.
Please how can do? thank you
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep