Open russel opened 10 years ago
I've seen this problem before and it's an issue with gccgo not being able to convert from defined uintptr types (type MyType uintptr) directly to an unsafe.Pointer. Can you add an additional uintptr conversion before the unsafe.Pointer conversion and confirm that resolves the issue?
I'm not on a machine with commit access atm otherwise I could push a fix now.
"go get -u github.com/conformal/gotk3/gtk" works fine. However a subsequent "go install -compiler gccgo -gccgoflags -O github.com/conformal/gotk3/gtk" results in:
I am on Debian Sid with gc from default/tip of a clone and gccgo-4.9 from the Debian repository.