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 download pkg/server #1978

Closed
gedOHub opened this issue Feb 15, 2019 · 3 comments
Closed

Unable to download pkg/server #1978

gedOHub opened this issue Feb 15, 2019 · 3 comments

Comments

@gedOHub
Copy link

gedOHub commented Feb 15, 2019

Hello,

I'm trying to integrate GoBGP to my project by example https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md.

When I try to download github.com/osrg/gobgp/pkg/server with go get I'm getting an error:

github.com/osrg/gobgp/pkg/server
# github.com/osrg/gobgp/pkg/server
src\github.com\osrg\gobgp\pkg\server\sockopt.go:31:9: undefined: setListenTcpTTLSockopt
src\github.com\osrg\gobgp\pkg\server\util.go:87:12: undefined: syscall.SetsockoptString
src\github.com\osrg\gobgp\pkg\server\util.go:99:37: cannot use int(s) (type int) as type syscall.Handle in argument to syscall.SetsockoptInt

User command:

go get -v github.com/osrg/gobgp/pkg/server

Golang version:

go version go1.11.4 windows/amd64

Running on Windows 10

@fujita
Copy link
Member

fujita commented Feb 15, 2019

Windows is not supported. If you add a pull request to support Windows, I'm happy to push it.

@gedOHub
Copy link
Author

gedOHub commented Feb 15, 2019

@fujita Do you have any recommendations for setting up developing environment for GoBGP?

@fujita
Copy link
Member

fujita commented Feb 15, 2019

linux/amd64

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