gogl icon indicating copy to clipboard operation
gogl copied to clipboard

Had to comment 'go install ./gl31' from Makefile

Open tleyden opened this issue 11 years ago • 1 comments

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.

tleyden avatar Feb 09 '14 00:02 tleyden

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?

chsc avatar Feb 11 '14 09:02 chsc