jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
205 stars 37 forks source link

unknown type name 'size_t' #284

Closed Tooniis closed 1 year ago

Tooniis commented 1 year ago

Trying to dstep http://source.netsurf-browser.org/libsvgtiny.git/tree/include/svgtiny.h:

/usr/include/svgtiny.h:68:23: error: unknown type name 'size_t'
jacob-carlborg commented 1 year ago

This is a known limitation. Please see the readme under "Limitations/Known issues", the last point [1], for a workaround.

[1] https://github.com/jacob-carlborg/dstep#limitationsknown-issues