You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pure-gnumeric library fails to compile with the following error:
pure-loader/pure-gnumeric.c:1589:26: error: ‘GocGroup’ {aka ‘struct _GocGroup’} has no member named ‘children’; did you mean ‘Xchildren’?
1589 | return GOC_ITEM(group->children->data);
I had used the following make command:
make --include-dir=-I/usr/lib/gnumeric/1.12.51 all
There doesnot seem to be any place where the GocGroup structure is defined. May be a mistake on my part. But any suggestion will be appreciated.
The text was updated successfully, but these errors were encountered:
The pure-gnumeric library fails to compile with the following error:
pure-loader/pure-gnumeric.c:1589:26: error: ‘GocGroup’ {aka ‘struct _GocGroup’} has no member named ‘children’; did you mean ‘Xchildren’?
1589 | return GOC_ITEM(group->children->data);
I had used the following make command:
make --include-dir=-I/usr/lib/gnumeric/1.12.51 all
There doesnot seem to be any place where the GocGroup structure is defined. May be a mistake on my part. But any suggestion will be appreciated.
The text was updated successfully, but these errors were encountered: