gogl
gogl copied to clipboard
Had to comment 'go install ./gl31' from Makefile
When running make bindings it was giving the error:
can't load package: package github.com/chsc/gogl/gl31: cannot find package "github.com/chsc/gogl/gl31" in any of:
/usr/local/go/src/pkg/github.com/chsc/gogl/gl31 (from $GOROOT)
/Users/tl/Development/gocode/src/github.com/chsc/gogl/gl31 (from $GOPATH)
Commenting go install ./gl31 from the Makefile fixed it.
Usually this shouldn't happen, because "make bindings" generates all needed packages from the specs. Maybe you have called "make install_bindings" before generating any gl packages?