-
AppCenter failed to build with liftoff.
Build Log
```
dpkg-checkbuilddeps: error: Unmet build dependencies: libgtk-3-dev meson golang-go
W: Unmet build-dependency in source
dpkg-buildpackage: w…
-
AppCenter failed to build with liftoff.
Build Log
```
dpkg-checkbuilddeps: error: Unmet build dependencies: libgtk-3-dev meson golang-go
W: Unmet build-dependency in source
dpkg-buildpackage: w…
-
AppCenter failed to build with liftoff.
Build Log
```
dpkg-checkbuilddeps: error: Unmet build dependencies: libgtk-3-dev meson golang-go git
W: Unmet build-dependency in source
dpkg-buildpackag…
-
Greetings, I have written a test application in gotk3 on Linux and now compiled on Windows. But on Win32, when I double-click the resulting .exe file in Explorer or similar, then there always opens a …
-
```
panic: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
panic(0x65d200, 0xc4200185f0)
/usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
github.c…
-
Hi
I have problem compiling go-webkit2 with new Go 1.3 compiler.
Go 1.3 has corrected a cgo bug that some C code binding libs seam to depend on.
http://golang.org/doc/go1.3#cgo
I belive that two li…
-
# github.com/sourcegraph/webloop/cmd/static-reverse-proxy
/home/ybin/apps/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/tmp/go-link-470351107/000009.o:in function ‘removeClosure’中:…
-
Hi. Thanks for this project!
I use glade for design ui. I add handler on button (myhandler on clicked signal), but it does not call the handler from code. How do I properly declare it in the code?
…
-
Go 1.6 has some more strict checking on what you can and can't do with Go pointers --
```
panic: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running, locked to thread]:
pan…
-
> godep: WARNING: Godep workspaces (./Godeps/_workspace) are deprecated and support for them will be removed when go1.8 is released.
Godep `Godeps/_workspace` is deprecated in 1.7, and will be going …