Hello
Please i have install gnustep like that:
$ GNUSTEP=gnustep-startup-0.26.2
$ 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
$ 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