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

Link problem with latest mingw and uuid #23

Open
TheJare opened this issue May 2, 2017 · 1 comment
Open

Link problem with latest mingw and uuid #23

TheJare opened this issue May 2, 2017 · 1 comment

Comments

@TheJare
Copy link

TheJare commented May 2, 2017

Apparently they have been aware of a problem with their uuid libraries for months, but latest version from March still fails. Fix was trivial in the wx/setup_windows_amd64.go (and wx/setup_windows_386.go I suppose), add the "--allow-multiple-definition" flag to the existing -Wl LDFLAG in line 5 so it looks like:

-Wl,--subsystem,windows,--allow-multiple-definition

As this is a workaround to their problem, I'm not submitting a pull request but leaving this here to inform others.

@qindj
Copy link

qindj commented Oct 13, 2017

@TheJare Thanks for the workaround!

To inform others, Author has added this workaround, see https://github.com/dontpanic92/wxGo/wiki/Available-Go-Tags

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