-
Notifications
You must be signed in to change notification settings - Fork 647
go get github.com/andlabs/ui - undefined references #229
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
Comments
|
Strongly considering making this a separate issue: Can someone please explain why every MinGW/MinGW-w64 ABI and runtime is incompatible at link-time with each other? I'm getting tired of this issue affecting everyone. Do I need to rebuild libui to not use any MinGW runtime libraries somehow, not even static ones? Thanks. |
I had the same issue. Was using x86_64-7.1.0-posix-sjlj-rt_v5-rev0 Saw someone on the Internet saying it has to do with the exception handling method used. Seems to be true in my case. Maybe ReadMe should be more specific on what kind of mingw/mingw-w64 is required. |
I'll keep this in mind for the next stable release, as I have to reinstall MinGW-w64 anyway. Thanks for figuring it out; it should have been obvious to me given the symbol names but I long forgot what MinGW-w64 I had =P Whatever the case, you get a heart for that. |
me too D:\SourceCode\GoProj\src\goWin>go build main.go |
That is a different issue. See if cgo is enabled. |
Merged with #281. |
I am unable to install andlabs/ui - see errors below
I already installed the latest Git and updated my GCC
The text was updated successfully, but these errors were encountered: