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

cmd/atlas does not compile #10

Open
ulrichwisser opened this issue Oct 21, 2020 · 2 comments
Open

cmd/atlas does not compile #10

ulrichwisser opened this issue Oct 21, 2020 · 2 comments

Comments

@ulrichwisser
Copy link

When running
go get github.com/keltia/ripe-atlas/cmd/atlas
I get the following error

# github.com/keltia/ripe-atlas/cmd/atlas
../../keltia/ripe-atlas/cmd/atlas/atlas.go:225:18: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in assignment:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:234:5: app.Author undefined (type *cli.App has no field or method Author)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:240:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:245:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:250:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:255:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:260:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:265:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:270:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
	cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:275:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
	cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:275:17: too many errors
@keltia
Copy link
Owner

keltia commented Oct 23, 2020

Thanks, I'll check it out, could you specify your platform please?

@ulrichwisser
Copy link
Author

I did run it on osx. But only when I did run it through "go get". When I later did run "make install" everything went fine.

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