agraef / pure-lang

Pure programming language
https://agraef.github.io/pure-lang/
315 stars 20 forks source link

pure-lang gnumeric package. #40

Open kopinjol opened 1 year ago

kopinjol commented 1 year ago

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.