Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails on Windows 10 ("system cannot find the file specified") #35

Closed
leifericf opened this issue Aug 1, 2018 · 2 comments
Closed

Comments

@leifericf
Copy link

When compiling this library on Windows 10, this error occurs:

C:\erlang-oauth>make
process_begin: CreateProcess(NULL, rm -rf ebin/*.beam, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [clean] Error 2

make is running from: C:\Program Files (x86)\GnuWin32\bin

@KavalarisNikolaos
Copy link

exactly the same problem ...did you come up with any solution after all ? @IRLeif

@tim
Copy link
Collaborator

tim commented Jan 26, 2021

The Makefile wasn't meant for windows.

I've removed it in v2, you should be able to build on windows using erl.exe -make

@tim tim closed this as completed Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants