We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在ubuntu 16.04上make代碼出現以下的錯誤:
go build -ldflags "-X Elastos.ELA.SideChain/config.Version=dca0" -o side main.go
spv/spv_module.go:24:13: not enough arguments in call to "github.com/elastos/Elastos.ELA.SideChain/vendor/github.com/elastos/Elastos.ELA.SPV/log".Init have (uint8) want (int, int64, int64) spv/spv_module.go:31:44: not enough arguments in call to _interface.NewSPVService have (uint32, uint64, []string, int, int) want (uint32, string, uint64, []string, int, int) Makefile:8: recipe for target 'all' failed make: *** [all] Error 2
請協助我釐清問題,謝謝
The text was updated successfully, but these errors were encountered:
You are using the dev branch which is far behind the release branch, use branch release_v0.0.1 instead.
Sorry, something went wrong.
Before building, you should clear glide cache by "glide cc", and get the latest glide content by "glide update && glide install".
No branches or pull requests
我在ubuntu 16.04上make代碼出現以下的錯誤:
go build -ldflags "-X Elastos.ELA.SideChain/config.Version=dca0" -o side main.go
github.com/elastos/Elastos.ELA.SideChain/spv
spv/spv_module.go:24:13: not enough arguments in call to "github.com/elastos/Elastos.ELA.SideChain/vendor/github.com/elastos/Elastos.ELA.SPV/log".Init
have (uint8)
want (int, int64, int64)
spv/spv_module.go:31:44: not enough arguments in call to _interface.NewSPVService
have (uint32, uint64, []string, int, int)
want (uint32, string, uint64, []string, int, int)
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
請協助我釐清問題,謝謝
The text was updated successfully, but these errors were encountered: