visualfc / go-ui

golang ui
BSD 2-Clause "Simplified" License
297 stars 106 forks source link

go-ui for qt4.8.4 in mac #14

Open ablegao opened 11 years ago

ablegao commented 11 years ago

[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 11 years ago

Occurring on Ubuntu also. Same Qt version.

go version devel +bea6199b09ea Tue Apr 30 17:47:39 2013 -0700 linux/amd64