nim-lang / nim-mode

An emacs major mode for the Nim programming language
137 stars 46 forks source link

nim-mode exits abnormally with exit code 1. #236

Open ghost opened 3 years ago

ghost commented 3 years ago

I'm using cygwin emacs "emacs-w32" on windows 10 with the latest stable version of nim and nim-mode and it fails to use nim-compile. I set my shell variable to cmd when it was by default to "/bin/sh" and it just gives me an extremely generic error "exited abnormally with error code 1". What's going on?

EDIT: I should mention that it kinda sorta works with non cygwin emacs for windows. Is this just a cygwin issue?