Skip to content

'IUP_DEFAULT_ACTION' undeclared (first use in this function) #2

Description

@newmentos

$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions