Failed to create make file

Hi sir, first of all I would like to thank you for answering me. still i am stuck with an error when i type

includes $ (GNUSTEP_MAKEFILES) /common.make

in MINGW32 shell I get error like this

sh: GNUSTEP_MAKEFILES: command not found sh: include: command not found

tell me if I should do make.txtfile and type make in MINGW32 shell or make.mfile in MINGW32 shell

+1


a source to share


3 answers


It looks to me like you are trying to run the makefile as a shell script, which is what the error message suggests. This may be trivial, but you need to call the make

makefile to "execute" the contents of the file.



+2


a source


perhaps you are calling the windows version of make.exe because system32 or some other build system is in your path. Modify your PATH to make sure mingw32 / bin first.



+1


a source


If you are using GNUstep on Windows, you are probably better off installing cygwin. Then you start the bash shell, post the provided file to get all the GNUSTEP templates, and you have better luck. Currently it seems like you are starting with cmd.exe and it's good that you don't have Shell, so stuff will always break. You really should follow the installation instructions and shouldn't forget about it. (this requires a unix shell)

http://www.gnustep.org/resources/documentation/User/GNUstep/gnustep-howto_4.html#SEC8

So you have to follow the schemas here http://www.gnustep.org/resources/documentation/User/GNUstep/gnustep-howto_toc.html

Friedrich relationship

+1


a source







All Articles