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

master branch won't compile #151

Open
sheerun opened this issue Feb 10, 2022 · 2 comments
Open

master branch won't compile #151

sheerun opened this issue Feb 10, 2022 · 2 comments

Comments

@sheerun
Copy link

sheerun commented Feb 10, 2022

cd cmds/coredhcp
go build
../../server/handle.go:181:10: undefined: sendEthernet
@Natolumin
Copy link
Member

What's your GOOS / GOARCH ?
The project is tested on linux, and uses at least unix-specific APIs, possibly linux-specific.

There's an attempt at bypassing the compilation error that you can try in #131 for macos, or a more general PR that also incidentally covers this for multiple os in #129.

We don't have the equipment for, and at this stage of development won't commit to, full support on non-linux oses, so you'll be on your own (although we accept PRs if we can find people with the necessary environment to test them)

@sheerun
Copy link
Author

sheerun commented Feb 11, 2022 via email

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