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

Unable to build on Windows AMD64 #48

Open
SpotifyNoAds opened this issue Nov 10, 2019 · 1 comment
Open

Unable to build on Windows AMD64 #48

SpotifyNoAds opened this issue Nov 10, 2019 · 1 comment

Comments

@SpotifyNoAds
Copy link

I am receiving the following when trying to build for Windows:

./main.go:77:2: undefined: openvpn3.SelfCheck
./main.go:84:12: undefined: openvpn3.NewConfig
./main.go:86:13: undefined: openvpn3.NewSession

Any ideas?

@lukx33
Copy link

lukx33 commented Feb 21, 2023

Host x86_64 GNU/Linux

$ GOOS=windows go build
# github.com/mysteriumnetwork/go-openvpn/examples/desktop
./main.go:79:11: undefined: openvpn3.SelfCheck
./main.go:86:21: undefined: openvpn3.NewConfig
./main.go:88:22: undefined: openvpn3.NewSession
./main.go:88:50: undefined: openvpn3.UserCredentials

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