tjfontaine / node-ffi-generate

Generate ffi bindings from header files
131 stars 22 forks source link

Can't load libclang on Debian #4

Closed CJ-Johnson closed 5 years ago

CJ-Johnson commented 9 years ago

I got ffi-generate working on my laptop with OS X. It was a bit of a pain, but I was able to confirm that it worked. Now, when I try to do it in Debian I can't for the life of me get it working. I keep getting the "Unable to load libclang, make sure you have 3.2 installed, either specify -L or have llvm-config in your path" error. I would really appreciate some guidance on this. Alternatively, can you update ffi-generate where it downloads libclang automatically so it knows where to find it?

Please respond!

CJ

noth8 commented 5 years ago

3