AllenDang / cimgui-go

Auto generated Go wrapper for Dear ImGui via cimgui
MIT License
298 stars 43 forks source link

Windows build fails #239

Closed maxsupermanhd closed 6 months ago

maxsupermanhd commented 6 months ago

Branch: master Commit: 24bd5dc and broken as far back as v0.0.0-20231124093108-2be2c77051cf

# github.com/AllenDang/cimgui-go
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/texture.go:18:9: undefined: TextureID
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/texture.go:46:24: undefined: TextureID
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:8:9: undefined: Vec2
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:16:9: undefined: Vec2
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:24:9: undefined: Vec2
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:32:9: undefined: Vec2
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:42:9: undefined: Vec4
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:42:21: undefined: Vec2
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:42:27: undefined: Vec4
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:52:9: undefined: Vec4
../../../go/pkg/mod/github.com/!allen!dang/cimgui-go@v0.0.0-20231219093052-24bd5dc22643/vector_helpers.go:52:9: too many errors
gucio321 commented 6 months ago

You need to enable cgo CGO_ENABLED=1