jacob-carlborg / dstep

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

error: unknown type name '*' #238

Open zoujiaqing opened 5 years ago

zoujiaqing commented 5 years ago
./crypto.h:267:21: error: unknown type name 'size_t'
./crypto.h:342:33: error: unknown type name 'time_t'
./crypto.h:389:25: error: unknown type name 'uint64_t'
jacob-carlborg commented 5 years ago

Can you please provide a reduce test case? Also include which platform, which version of DStep (dstep --version) and which version of Clang you're using (dstep --clang-version).