Previous: , Up: Troubleshooting  


1.4.8 No Makefile

I tried to compile something and I get:

GNUmakefile:27: /Makefiles/common.make: No such file or directory 
GNUmakefile:39: /Makefiles/aggregate.make: No such file or directory 
gmake: *** No rule to make target `/Makefiles/aggregate.make'.  Stop. 

Make sure you have installed the gnustep-make package and also type:

source /usr/local/share/GNUstep/Makefiles/GNUstep.sh

You can put this line in your .profile or .bash_profile file so that it is done automatically when you log in.