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

Build Issues on Windows #15

Open
capnspacehook opened this issue Mar 6, 2019 · 0 comments
Open

Build Issues on Windows #15

capnspacehook opened this issue Mar 6, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@capnspacehook
Copy link

When trying to build on Windows, I get these errors:

# github.com/acarl005/ls-go
..\..\..\..\acarl005\ls-go\ls-windows.go:59:10: undefined: syscall.Stat_t
..\..\..\..\acarl005\ls-go\ls-windows.go:60:9: undefined: syscall.Stat
..\..\..\..\acarl005\ls-go\ls-windows.go:62:35: undefined: "golang.org/x/sys/windows".Major
..\..\..\..\acarl005\ls-go\ls-windows.go:63:35: undefined: "golang.org/x/sys/windows".Minor

It seems that syscall.Stat_t is only available on Linux systems, and I'm not sure when windows.Major/Minor was deprecated...

@acarl005 acarl005 added the help wanted Extra attention is needed label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants