Closed dehghani-mehdi closed 2 years ago
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+
I got 1 warning and 1 error as follow:
Is this related to
CppAst
or should I install something else to fix the error?