Yan Titarenko
Yan Titarenko
Hi. People are experiencing compilation issues, with [gollvm](https://go.googlesource.com/gollvm/), when compiling Kubernetes. The reason is in [reflect2](https://github.com/modern-go/reflect2) - it a dependency of this project, in turn being a dependency of Kubernetes....
Hi. I am having various build issues. \Source\Math>msbuild Math.vcxproj /p:Configuration=Release /p:Platform=x64 > Build started 07.09.2020 12:50:34. > Project "C:\Users\clang\cntk_msvc\Source\Math\Math.vcxproj" on node 1 (default targets). > InitializeBuildStatus: > Touching "C:\Users\clang\cntk_msvc\x64\.build\Release\Source\Math\Math.tlog\unsuccessfulbuild". >...
Hi. Not that I am an adept of this project - but I thought that it could be used as a playground, for migrating to the upcoming/improved version of the...
Hi. I am creating a PR issue, to support https://go.googlesource.com/gollvm/
I was trying to pull the latest source code and build nats-server. So I did > $ go get github.com/nats-io/nats-server And I got numerous bugs: > # github.com/nats-io/nats-server/vendor/github.com/minio/highwayhash > go/src/github.com/nats-io/nats-server/vendor/github.com/minio/highwayhash/highwayhashAVX2_amd64.s:...
Hi. > $ go get -ldflags="-w" github.com/therecipe/examples/basic/widgets && ~/go/bin/widgets > go: found github.com/therecipe/examples/basic/widgets in github.com/therecipe/examples v0.0.0-20200701200025-1b5d8d146c95 > go get: github.com/therecipe/[email protected]: parsing go.mod: go.mod:3: require github.com/therecipe/qt: version "master" invalid: must be...
Hi. I was trying to build ONNX using [https://github.com/onnx/onnx#windows](https://github.com/onnx/onnx#windows) instructions. [https://groups.google.com/g/protobuf/c/GLFWU3ZkvOM](https://groups.google.com/g/protobuf/c/GLFWU3ZkvOM) - reported about that already. **What version of protobuf and what language are you using?** Version: 3.9.x Language: C++...
Hi. I got such an issue: > $ ./u-root > 2020/10/18 18:48:56 Disabling CGO for u-root... > 2020/10/18 18:48:56 Build environment: GOARCH=amd64 GOOS=linux GOROOT=/home/oceanfish81/gollvm_dist GOPATH=/home/oceanfish81/go CGO_ENABLED=0 GO111MODULE=off > 2020/10/18 18:48:57...
Hi. Your project successfully compiles with [gollvm ](https://go.googlesource.com/gollvm/) (Go 1.15.2 - I am currently working on re-building the bleeding edge version of gollvm, to target Go 1.15.3) . You could...
I am curious whether there would be any interest to support this project on Windows. Just cause of my curiosity - I decided to build this: > $ ./bootstrap.sh >...