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

install_dep installs incorrect binaries on MSYS2 #10

Closed
ThomasJRyan opened this issue Jan 6, 2020 · 3 comments
Closed

install_dep installs incorrect binaries on MSYS2 #10

ThomasJRyan opened this issue Jan 6, 2020 · 3 comments

Comments

@ThomasJRyan
Copy link

It seems that the install_dep script does not properly install gcc, lua, jansson, and libusb but instead installs mingw-w64-i686 version instead which the configure script is unable to find.

I imagine the workaround for this is to install the packages manually or add the /mingw32/bin directory to path. What are your thoughts?

image

@glankk
Copy link
Owner

glankk commented Jan 7, 2020

Run configure from a MINGW32 shell rather than a MINGW64 shell and it should work.

@ThomasJRyan
Copy link
Author

My apologies, I had actually tried it through MINGW32 first and got the same results. I should have mentioned that.

I can try it again to be certain in a bit. I was able to get around it by adding /MINGW32/bin to the path via .bashrc though so it's at least working now

@ThomasJRyan
Copy link
Author

Came down to user error. My mistake

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

2 participants