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

sample build report error under macOS; go is 1.15

Open skydig opened this issue 4 years ago • 1 comments

/usr/local/include/sciter-om-def.h:22:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_prop_getter_t)(som_asset_t thing, SOM_VALUE* p_value); ^ struct /usr/local/include/sciter-om-def.h:23:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_prop_setter_t)(som_asset_t thing, const SOM_VALUE* p_value); ^ struct /usr/local/include/sciter-om-def.h:24:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_item_getter_t)(som_asset_t thing, const SOM_VALUE* p_key, SOM_VALUE* p_value); ^ struct

skydig avatar Sep 01 '20 13:09 skydig

Indeed

pravic avatar Sep 02 '20 12:09 pravic