go-ui for qt4.8.4 in mac
ablegao opened this issue · 1 comments
ablegao commented
[gao@gaomatoMacBook-Air ~/code/mygo/src/github.com/visualfc/go-ui/ui] $ go install
github.com/visualfc/go-ui/ui
In file included from $WORK/github.com/visualfc/go-ui/ui/_obj/_cgo_export.c:2:
cdrv.go:63: error: conflicting types for ‘drv_result’
cdrv.go:25: error: previous declaration of ‘drv_result’ was here
cdrv.go:67: error: conflicting types for ‘drv_callback’
cdrv.go:13: error: previous declaration of ‘drv_callback’ was here
qmake --version
QMake version 2.01a
Using Qt version 4.8.4 in /usr/local/Cellar/qt/4.8.4/lib
deet commented
Occurring on Ubuntu also. Same Qt version.
go version devel +bea6199b09ea Tue Apr 30 17:47:39 2013 -0700 linux/amd64