-
Notifications
You must be signed in to change notification settings - Fork 18
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
Have you compiled whip-go for windows? #2
Comments
I installed mingw 64-bit gcc compiler for cgo and added it to my path and golang version 1.17.3 export PATH=$PATH:'/drives/c/Program Files/Go/bin:/drives/c/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin' git clone https://github.com/ggarber/whip-go github.com/pion/mediadevices/pkg/framecc1: sorry, unimplemented: 64-bit mode not compiled in gcc --version I tried both gcc 64-bit and 32-bit and got the same error "cc1: sorry, unimplemented: 64-bit mode not compiled in" go version what am i missing? |
I tried turning off cgo and get this error instead CGO_ENABLED=0 go build whip-go.\whip.go:33:18: undefined: vpx.NewVP8Params |
I got whip-go working on linux and mac. Any pointers to getting it to compile in windows, preferably as a statically linked binary?
The text was updated successfully, but these errors were encountered: