You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that it's mentioned it may only work on Mac right now, but I'd really like to play around with this and I don't have a Mac.
This is the error I'm getting after running $ go get github.com/james4k/go-bgfx
# github.com/james4k/go-bgfx /usr/bin/ld: $WORK/github.com/james4k/go-bgfx/_obj/bgfx.cpp.o: undefined reference to symbol 'XFree' //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
Any help to build this in ubuntu would be appreciated.
The text was updated successfully, but these errors were encountered:
I know that it's mentioned it may only work on Mac right now, but I'd really like to play around with this and I don't have a Mac.
This is the error I'm getting after running $ go get github.com/james4k/go-bgfx
# github.com/james4k/go-bgfx /usr/bin/ld: $WORK/github.com/james4k/go-bgfx/_obj/bgfx.cpp.o: undefined reference to symbol 'XFree' //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
Any help to build this in ubuntu would be appreciated.
The text was updated successfully, but these errors were encountered: