You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I compile quorum with command below, it shows me some error, how can I solved it?thank you very much here.
go version
go version go1.12.5 linux/amd64
go build -o ./build/bin/geth -gcflags=all='-N -l' -v ./cmd/geth
quorum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth
# quorum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth
cmd/geth/accountcmd.go:50:34: cannot use importWallet (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/accountcmd.go:96:31: cannot use accountList (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/accountcmd.go:107:31: cannot use accountCreate (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/accountcmd.go:132:34: cannot use accountUpdate (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/accountcmd.go:161:31: cannot use accountImport (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/bugcmd.go:37:31: cannot use reportBug (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/chaincmd.go:46:32: cannot use initGenesis (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/chaincmd.go:62:32: cannot use importChain (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/chaincmd.go:83:32: cannot use exportChain (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/chaincmd.go:101:32: cannot use importPreimages (type func(*"quorum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error) as type func(*"github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1".Context) error in argument to utils.MigrateFlags
cmd/geth/chaincmd.go:101:32: too many errors
The text was updated successfully, but these errors were encountered:
Hi there,
when I compile quorum with command below, it shows me some error, how can I solved it?thank you very much here.
The text was updated successfully, but these errors were encountered: