Re: Building oc binary for Windows

2016-07-23 Thread Clayton Coleman
You have to build as sudo to compile the std library correctly, *or* install the Windows cross compile rpm package for go (golang-*-windows something) You can also run hack/env hack/build-cross.sh to use the release container build, which has the correct tools already installed On Jul 23, 2016, a

Building oc binary for Windows

2016-07-23 Thread Jean-Francois Maury
I'm trying to build the oc binary for Windows. I setup the Vagrant box and tried make build-cross but get the following errors: [vagrant@localhost origin]$ make build-cross rm -rf _output hack/build-cross.sh ++ Building go targets for linux/amd64: cmd/openshift cmd/oc ++ Building go targets for d