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