PMunch / futhark

Automatic wrapping of C headers in Nim
MIT License
393 stars 22 forks source link

When using the the example tcstring.nim, the following error is raised: c/path/to/futhark.nim(232, 28) Error: expression 'kind["value"].str' is of type 'string' and has to be used (or discarded) #112

Closed MaheshE99ME25 closed 4 months ago

PMunch commented 4 months ago

Try upgrading your Nim version. There where some changes which made Futhark throw warnings, fixing those warnings was unfortunately not backwards compatible.

MaheshE99ME25 commented 4 months ago

Upgraded from 2.0.4 to 2.0.8 and it worked. Thank you for the great module it really was helpful.

PMunch commented 4 months ago

Great to hear!