beanseye icon indicating copy to clipboard operation
beanseye copied to clipboard

编译beanseye 出错:make: *** [dep] 错误 2

Open weiliangwei opened this issue 10 years ago • 4 comments

[root@localhost beanseye]# make go get github.com/douban/goyaml

github.com/douban/goyaml

src/github.com/douban/goyaml/decode.go: 在函数‘_cgo_bec77eaae85a_Cfunc_event_alias’中: src/github.com/douban/goyaml/decode.go:36: 错误:expected specifier-qualifier-list before ‘<’ token make: *** [dep] 错误 2

weiliangwei avatar Nov 21 '14 12:11 weiliangwei

我也有这个现象, 是不是Go 版本问题?

billpan avatar Nov 26 '14 07:11 billpan

i use "gopkg.in/yaml.v2" instead of github.com/douban/goyaml

xiexiao avatar Dec 12 '14 06:12 xiexiao

go get gopkg.in/yaml.v2 can't load package: package gopkg.in/yaml.v2: no buildable Go source files in /Users/user/beanseye/src/gopkg.in/yaml.v2 make: *** [dep] Error 1

kenneth avatar Jan 06 '15 09:01 kenneth

Download the source file from browser.

xiexiao avatar Jan 07 '15 01:01 xiexiao