xoofx/CppAst.NET

[Q] `'stddef.h' file not found` error

dehghani-mehdi opened this issue · 1 comments

I got 1 warning and 1 error as follow:

warning: argument unused during compilation: '-fsyntax-only'

error: 'stddef.h' file not found

Is this related to CppAst or should I install something else to fix the error?

xoofx commented

The error is because stdef.h is not in your include path. You might have to tweak it by passing relevant include directories for C/C++ std headers.

The warning is generated by clang, couldn't get rid of it but it's now filtered in 0.8.0+