go-iup icon indicating copy to clipboard operation
go-iup copied to clipboard

'IUP_DEFAULT_ACTION' undeclared (first use in this function)

Open newmentos opened this issue 8 years ago • 0 comments

$ go install github.com/visualfc/go-iup/iup cc1: sorry, unimplemented: 64-bit mode not compiled in

$ CC=gcc go install github.com/visualfc/go-iup/iup go-iup/iup/iupobject.go: In function 'iupSetCommonDefaultAction': go-iup/iup/iupobject.go:63:20: error: 'IUP_DEFAULT_ACTION' undeclared (first use in this function) IupSetCallback(ih,IUP_DEFAULT_ACTION,(Icallback)&goCommonDefaultAction); ^~~~~~~~~~~~~~~~~~ go-iup/iup/iupobject.go:63:20: note: each undeclared identifier is reported only once for each function it appears in

newmentos avatar Mar 24 '17 09:03 newmentos