mattn

Results 893 comments of mattn

Seems to be still not fixed for `pkg-config --cflags pango-1.0`

AFAICS, some paths are missing maybe. Did you update by hand?

I have not maintained gtkglarea for a while. Perhaps a problem may raise.

But I can confirm with gtkglext provide gtkglarea with `prcman -S mingw-w64-x86_64-gtkglext` at least.

What version of gtk/glib do you use?

Hmm, please try following ``` # cd /path/to/go-gtk # make clean # make install ```

Please show me the output.

Hmm, I can't reproduce it. ``` # export GOARCH=amd64 # cd /path/to/go-gtk/ # make install ... success ... ``` Perhaps, You may not have latest soruce of go-gtk.

I found the cause of error. I'm discussing with others about this issue on github. Maybe, this is a bug of cgo. output of cgo on my environment ``` type...

Yes, I'm looking. And I'm checking whether SWIG can be help for this problem. Please wait.