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

Cannot install with go get on Windows #11

Open
carleeto opened this issue Nov 21, 2016 · 5 comments
Open

Cannot install with go get on Windows #11

carleeto opened this issue Nov 21, 2016 · 5 comments

Comments

@carleeto
Copy link

> go get github.com/andrewarrow/paradise_ftp
# github.com/andrewarrow/paradise_ftp/server
<snip>...\Go\src\github.com\andrewarrow\paradise_ftp\server\starter.go:27: undefined: syscall.SIGUSR2
<snip>...\Go\src\github.com\andrewarrow\paradise_ftp\server\starter.go:35: undefined: syscall.SIGUSR2
<snip>...\Go\src\github.com\andrewarrow\paradise_ftp\server\starter.go:77: undefined: syscall.Kill
@andrewarrow
Copy link
Owner

andrewarrow commented Nov 21, 2016

interesting. I didn't know syscall was not avail on windows but that makes sense. I'll fix soon.

@r3verser
Copy link

Any updates? Error still exists.(

@andrewarrow
Copy link
Owner

sorry no, windows just isn't in my world. Any interest in running your stuff in a ubuntu linux vm on the windows machine?

@carleeto
Copy link
Author

Unfortunately I needed it for windows. Have you tried os.Interrupt instead of syscall?

@fclairamb
Copy link

Hi @carleeto, you should have a look at fclairamb/ftpserver, it's a fork of paradise_ftp and it does support windows.

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

4 participants