FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

FFIG should fail to parse files if there are compile errors #458

Open jbcoe opened 5 years ago

jbcoe commented 5 years ago

File parsing should fail if any compile error is found in the translation unit under inspection including errors from transitively included files.

This appears to be a little complicated on macOS where getting the right compile flags for libclang is non-trivial (macOS does not have system includes in normal Linux locations).