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

Windows build gets stuck with cmd prompt #1

Open
rtrusso opened this issue Mar 29, 2020 · 0 comments
Open

Windows build gets stuck with cmd prompt #1

rtrusso opened this issue Mar 29, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@rtrusso
Copy link
Owner

rtrusso commented Mar 29, 2020

If the git/usr/bin binaries are in the path, GNU make will launch git/usr/bin/sh.exe to interpret commands in the makefile, instead of using the Windows build in cmd.exe. There appears to be some kind of issue in sh.exe where it won't pass the arguments to cmd.exe correctly, so cmd.exe obediently drops to a prompt and waits for input.

For now the workaround is to (temporarily) remove that from your PATH and try building again.

I'm looking at some ways to reduce dependencies or use a dependency that is better supported on Windows for the Windows build.

@rtrusso rtrusso added the bug Something isn't working label Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant