-
Notifications
You must be signed in to change notification settings - Fork 324
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
fork problem #11
Comments
Would you please try running |
the project dir must github.com/iotexproject/iotex-core ? I forked is github.com/fishmeat/iotex-core |
Try update this line: Line 1 in a46bb38
github.com/fishmeat/iotex-core . And then run glide update and `glide install``
|
thanks |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i forked the project, and run make build, a error below:
make build go build -o ./bin/server -v ./server github.com/fishmeat/iotex-core/vendor/github.com/golang/protobuf/proto github.com/fishmeat/iotex-core/server #github.com/fishmeat/iotex-core/server server/main.go:79:60: cannot use bcb (type func("github.com/fishmeat/iotex-core/vendor/github.com/golang/protobuf/proto".Message) error) as type func("github.com/iotexproject/iotex-core/vendor/github.com/golang/protobuf/proto".Message) error in argument to rpcservice.NewChainServer make: *** [build] Error 2
The text was updated successfully, but these errors were encountered: