Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to go get -u github.com/ry/deno/... #206

Closed
Stradivario opened this issue Jun 8, 2018 · 3 comments
Closed

Unable to go get -u github.com/ry/deno/... #206

Stradivario opened this issue Jun 8, 2018 · 3 comments

Comments

@Stradivario
Copy link

screenshot from 2018-06-08 02-57-50

Expect:
To get deno repository

Result:
go get throw errors:

# github.com/ry/deno
deno/dispatch.go:10:26: undefined: BaseMsg
deno/dispatch.go:30:10: undefined: BaseMsg
deno/dispatch.go:62:14: undefined: BaseMsg
deno/dispatch.go:68:34: undefined: Msg
deno/dispatch.go:117:13: select case must be receive, send or assign recv
deno/fetch.go:13:11: undefined: Msg
deno/fetch.go:16:8: undefined: Msg_FETCH_REQ
deno/fetch.go:29:14: undefined: Msg
deno/main.go:38:15: undefined: Asset
deno/main.go:108:19: undefined: Msg
deno/main.go:108:19: too many errors

I am really not familiar with Go and i don't know from where this come from. I would appreciate little help.Thank you in advance!

Regards,
Kristiyan Tachev

@matiasinsaurralde
Copy link
Contributor

You need to run the make script, cd into $GOPATH/src/github.com/ry/deno and run make.
Have you already installed v8worker2?

@Stradivario
Copy link
Author

Stradivario commented Jun 8, 2018

Yes v8worker2 step 788 finished after 10 minutes:D
I manage to get it working by installing "sudo apt-get install protobuf-compiler" because when i try to compile project it gives me this error:

rampage@rampage-ThinkStation-D20:~/go/src/github.com/ry/deno$ make
protoc --go_out=. msg.proto
make: protoc: Command not found
Makefile:48: recipe for target 'msg.pb.go' failed
make: *** [msg.pb.go] Error 127

Then i was able to build project and now i can try to work with deno :) Thank you in advance.

@FrankFang
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants