FFIG / ffig

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

FFIG should fail with a meaningful error if FFIG headers cannot be found #453

Closed jbcoe closed 5 years ago

jbcoe commented 5 years ago

Missing FFIG headers (try renaming the files) currently lead to generation of empty C-APIs.

Code generation should fail with an appropriate compile diagnostic from clang.

jbcoe commented 5 years ago

PR #454 closes this issue.