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

fork problem #11

Closed
FishMeat opened this issue Jun 27, 2018 · 4 comments
Closed

fork problem #11

FishMeat opened this issue Jun 27, 2018 · 4 comments

Comments

@FishMeat
Copy link
Contributor

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

@zjshen14
Copy link
Contributor

Would you please try running glide update and glide install before make build?

@FishMeat
Copy link
Contributor Author

the project dir must github.com/iotexproject/iotex-core ? I forked is github.com/fishmeat/iotex-core

@zjshen14
Copy link
Contributor

Try update this line:

package: github.com/iotexproject/iotex-core
. Replace it with github.com/fishmeat/iotex-core. And then run glide update and `glide install``

@FishMeat
Copy link
Contributor Author

thanks

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

2 participants