chunqian / go-raylib

go-raylib is a simple and easy-to-use library to enjoy videogames programming
zlib License
44 stars 3 forks source link

Error running gui examples on Windows 10 #6

Closed uSources closed 3 years ago

uSources commented 3 years ago

OS: Windows 10

Im try to test gui examples, but throws

C:/Users/usour/go/pkg/mod/github.com/chunqian/go-raylib@v0.0.0-20210324031449-14c8ddf0f580/lib/raygui/src/raygui.h:3196: multiple definition of `GuiCheckIconPixel' C:\Users\usour\AppData\Local\Temp\go-build1291992362\b038_x002.o:C:/Users/usour/go/pkg/mod/github.com/chunqian/go-raylib@v0.0.0-20210324031449-14c8ddf0f580/lib/raygui/src/raygui.h:3196: first defined here

I recompiled raylib including physac and raygui , but throws the same error.

What could be ?

chunqian commented 3 years ago

@uSources I fixed.