go-gtk icon indicating copy to clipboard operation
go-gtk copied to clipboard

Problem while make install (go install error)

Open ghost opened this issue 12 years ago • 5 comments

make install (Linux Mint Mate 32bits / Go 1.0.2) gives as a result: cd pango && go install -x go install: no install location for _/home/arie/go-gtk/pango make: *** [install] Error 1

ghost avatar Jul 05 '12 17:07 ghost

same error here using ubuntu 12.04 and the go version from that distro

mo avatar Oct 27 '12 15:10 mo

I can't reproduce it.

mattn avatar Oct 27 '12 18:10 mattn

This is caused by code not being in $GOPATH. Use the go get method to avoid it.

gyscos avatar Nov 27 '12 09:11 gyscos

Same problem for me on Linux (Aptosid, a Debian derivative).

elimisteve avatar Dec 12 '12 16:12 elimisteve

I get this error when I don't keep the source code in a src directory under $GOPATH Note that the directory must be called src and it must be directly under the directory pointed to by $GOPATH

bytting avatar Dec 12 '12 20:12 bytting