boxcars-archived icon indicating copy to clipboard operation
boxcars-archived copied to clipboard

secure.go does not compile in windows

Open rbucker opened this issue 12 years ago • 3 comments

The secure.go file needs to be forked to support windows. See this file(http://golang.org/pkg/go/build/) for an explanation on how to implement via filenames.

rbucker avatar Aug 01 '13 19:08 rbucker

Hi, could you send a pull request for this? I'm not able to test in Windows.

azer avatar Aug 01 '13 23:08 azer

boxcars_windows7_error

ocrumbs avatar Aug 03 '13 18:08 ocrumbs

yes, that's the same error I got when I tried to install it on Windows. These calls are not available on windows. The answer to fix the problem is to create a secure_windows.go and remove these functions.

rbucker avatar Aug 03 '13 19:08 rbucker