0

I am trying to setup GNUStep to compile Objective-C code with Notepad++ in Windows 10.

i came across one solution on stackoverflow provided by the user kim3er.(link below)

Automating GNUStep from Notepad++

when i implement this solution it get this error

 NPP_EXEC: "make"
C:\GNUstep\nppmake.bat C:\Users\Michael\Desktop
Process started >>>

C:\Program Files (x86)\Notepad++>sh --login -i C:\GNUstep\nppmake C:\Users\Michael\Desktop 
'sh' is not recognized as an internal or external command,
operable program or batch file.
<<< Process finished. (Exit code 1)
================ READY ================

has anyone came across this error and found a solution ?

Thanks

Community
  • 1
  • 1
mayo19
  • 647
  • 8
  • 16

1 Answers1

1

The question you pointed to mentioned they have MinGW installed. You can add MSYS to get some more tools (like bash)

http://www.mingw.org/wiki/msys

Or get those from Cygwin.

If you think you have sh, make sure it's in your PATH.

Lou Franco
  • 87,846
  • 14
  • 132
  • 192