We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting compile-time issue with nclient4 package.
compilepkg: error running subcommand: exit status 2 /private/var/tmp/_bazel_adangi/b9db0c76ac6f90eb1e3650806a8727e9/sandbox/darwin-sandbox/887/execroot/atom/external/com_github_insomniacslk_dhcp/dhcpv4/nclient4/client.go:217:17: undefined: NewRawUDPConn
Code -
c, err := nclient4.NewWithConn(clientConn, iface.HardwareAddr, nclient4.WithServerAddr(saddr)) if err != nil { t.Fatal(err) }
I don't call directly "NewRawUDPConn" in code. using code version v0.0.0-20200814125043-2e1bf785d039. Can someone help me?
The text was updated successfully, but these errors were encountered:
The nclient4 package doesn't support macOS yet (or any non-linux OS). This is more generally tracked in #229 for now
Sorry, something went wrong.
Lets track this in one issue. Closing in favor of #229.
No branches or pull requests
Getting compile-time issue with nclient4 package.
compilepkg: error running subcommand: exit status 2
/private/var/tmp/_bazel_adangi/b9db0c76ac6f90eb1e3650806a8727e9/sandbox/darwin-sandbox/887/execroot/atom/external/com_github_insomniacslk_dhcp/dhcpv4/nclient4/client.go:217:17: undefined: NewRawUDPConn
Code -
c, err := nclient4.NewWithConn(clientConn, iface.HardwareAddr, nclient4.WithServerAddr(saddr))
if err != nil {
t.Fatal(err)
}
I don't call directly "NewRawUDPConn" in code. using code version v0.0.0-20200814125043-2e1bf785d039.
Can someone help me?
The text was updated successfully, but these errors were encountered: