Created
September 15, 2013 08:30
-
-
Save jlebrech/6568903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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