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

gnoview is not compiling #269

Open
alikhil opened this issue Jun 30, 2022 · 0 comments
Open

gnoview is not compiling #269

alikhil opened this issue Jun 30, 2022 · 0 comments

Comments

@alikhil
Copy link
Contributor

alikhil commented Jun 30, 2022

cd cmd/gnoview 
go build
# github.com/gnolang/gno/cmd/gnoview
./main.go:31:3: unknown field 'Package' in struct literal of type gno.MachineOptions
./main.go:33:3: unknown field 'Importer' in struct literal of type gno.MachineOptions
./main.go:161:24: undefined: gno.Realmer
./main.go:163:6: rlm.SetLogRealmOps undefined (type *gno.Realm has no field or method SetLogRealmOps)
./main.go:164:13: undefined: gno.Realmer
./main.go:173:38: undefined: gno.Importer
./main.go:188:26: too many arguments in call to pkg.NewPackage
        have (nil)
        want ()
./main.go:193:26: too many arguments in call to pkg.NewPackage
        have (nil)
        want ()
./value_elem.go:110:26: cv.Values undefined (type *gno.PackageValue has no field or method Values)
./value_elem.go:111:14: cv.Values undefined (type *gno.PackageValue has no field or method Values)
./value_elem.go:111:14: too many errors

I think it is either need to fix it or document it

@moul moul added this to the 💡Someday/Maybe milestone Oct 20, 2022
@moul moul moved this to Not Urgent/Not Important in 🚀 The Launch [DEPRECATED] Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🔵 Not Needed for Launch
Development

No branches or pull requests

2 participants