-
Notifications
You must be signed in to change notification settings - Fork 647
Go Get Problems #196
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
What is your gcc? Is it a 32-bit or a 64-bit gcc? |
Same issue: |
I seem to have a similar problem.gcc.exe (tdm64-1) 5.1.0 > go get github.com/andlabs/ui
# github.com/andlabs/ui
C:/Users/skinn/local/src/github.com/andlabs/ui/libui_windows_amd64.a(stddialogs.cpp.obj): In function
msgbox':
E:/github.com/andlabs/libui/windows/stddialogs.cpp:113: undefined reference to `__imp_TaskDialog'
collect2.exe: error: ld returned 1 exit status |
@comaldave your problem is an old MinGW. Get MinGW-w64 5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect I am on the incorrect version of GCC? Either that or it's not happy with having my git repository on a drive that isn't c?
There's a lot more error messages than that but they're all very similar
The text was updated successfully, but these errors were encountered: