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

Getting gcc dll missing error on windows 10 #1

Open
bferguson3 opened this issue Jul 1, 2020 · 7 comments
Open

Getting gcc dll missing error on windows 10 #1

bferguson3 opened this issue Jul 1, 2020 · 7 comments

Comments

@bferguson3
Copy link

https://stackoverflow.com/questions/12921911/mingw-libgcc-s-sjlj-1-dll-is-missing

@kometbomb
Copy link
Owner

The downloadable binary works fine on my Windows 10. That's a 32-bit build and the article mentions only 64-bit builds need that.

@bferguson3
Copy link
Author

bferguson3 commented Jul 2, 2020 via email

@kometbomb
Copy link
Owner

Right, looks like despite using the -static-libg++ etc. flags when compiling it still links to the dll. Need to check if those dlls are available atm to be included in the zip.

@kometbomb
Copy link
Owner

kometbomb commented Jul 2, 2020

Oh man... you know what? Did you run v0.0.5? This issue has already been fixed in v0.0.6 (which has been marked as a pre-release so the front page doesn't even show that). If v0.0.6 works (it doesn't have the extra dll's), I'll revert that change.

Download this one: https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.6

@bferguson3
Copy link
Author

bferguson3 commented Jul 2, 2020 via email

@bferguson3
Copy link
Author

bferguson3 commented Jul 2, 2020 via email

@kometbomb
Copy link
Owner

If you can double-check if this works then it would be great: https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.8

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