Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created September 15, 2013 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlebrech/6568903 to your computer and use it in GitHub Desktop.
Save jlebrech/6568903 to your computer and use it in GitHub Desktop.
➜ go-gtk git:(master) make
cd pango && go build && go install github.com/mattn/go-gtk/pango
package .
imports runtime: cannot find package "runtime" in any of:
/usr/local/go/bin/src/pkg/runtime (from $GOROOT)
/Users/jlebrech/gocode/src/runtime (from $GOPATH)
package .
imports runtime/cgo: cannot find package "runtime/cgo" in any of:
/usr/local/go/bin/src/pkg/runtime/cgo (from $GOROOT)
/Users/jlebrech/gocode/src/runtime/cgo (from $GOPATH)
package .
imports syscall: cannot find package "syscall" in any of:
/usr/local/go/bin/src/pkg/syscall (from $GOROOT)
/Users/jlebrech/gocode/src/syscall (from $GOPATH)
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment