-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
[help] Unable to build on Windows #859
Comments
You're probably using v0.8.1 which uses cimgui-go prior to v1.0.1 |
well, I'd like to have #855 in this release, so @deepin-pointer please use giu's master for now. lmk if that fixed your problem. |
@gucio321 my PR still use cimgui-go previous to the changes I think. What you can do is merge the PR in it's s state and I'll document a bit more/better with another PR in few days ? Edit: Well, there stil a lot to do against the linter so I don't know, maybe a bit more patience :( |
Up to you to tale #855 in release now :D |
@gucio321 Thank you, it works! I will leave this open for anyone facing the same issue. Please close this when new release is created. |
v0.9.0 released so we can close this. |
What happend?
go.mod
mingw
is properly installedIt can build when depends on
imgui-go
, but now it depends oncimgui-go
(aftergo get -u
), it no longer builds.Code example
Just a simple window
To Reproduce
go build
orgo run
Version
(latest)
OS
windows11
The text was updated successfully, but these errors were encountered: