-
os: centos 7
want to compile into a C library with CGo, but get error:
/usr/lib/golang/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/bin/ld: /home/lcsuper/kong-zstd-go/vendor/github…
-
Is it possible to Remove or Find & Replace Text in existing PDF file?
-
When I try to compile sample app natively on macos it's all ok:
```bash
$ cd $GOPATH/src/github.com/lazywei/go-opencv/samples
$ go build -o ./hello-mac hellocv.go
$ ls -lh hello-mac
-rwxr-xr-x…
-
系统:ubuntu 20.04
```
goroutine 26789 [running]:
ehang.io/nps-mux.(*sendWindow).WriteTo(0xc0006711a0, 0xc000280f00, 0x13, 0x1, 0xc00026fd48, 0x4042d0, 0xc00026ff28)
/home/runner/go/pkg/mod…
-
# gocraft/vendor/github.com/go-gl/glfw/v3.2/glfw
vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:10: fatal error: 'glfw/src/context.c' file not found
#include "glfw/src/context.c"
^~~~~…
-
![1627559081(1)](https://user-images.githubusercontent.com/72860476/127486550-dc727b80-10d8-4b5f-aa0d-8cd344328e0b.png)
-
I’m trying to build the go metrics package on my pi with MQ but it’s failing in the build. So, I tried to look for options to build amqsput and didn’t find specific options as in the KC for linux on…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.4
goimports from from https://github.com/golang/tools, commit `d1a3278ee74994e9aa609e9e711c616bba677d5d`
…
-
### Description
When using docker with the containerd snapshotter enabled, if there are many images (maybe 40 or so) and many builds that have been done through buildkit, and the system gets rebooted…
-
- [ ] #5
- [x] #10
- [ ] spec file
- [x] Manpages? No manpages currently exist. We'll move forward without them for now. Otherwise, we can look at using `go-md2man` to convert markdown to manpages.…