-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load libclang #3
Comments
I am currently having the same problem. Is 3.2 specifically required or will 3.4 or 3.5 work? |
Installing libclang locally instead of globally worked for me: |
I have the same problem. |
Same here. |
I managed to get this working by doing the following... I have no idea which part of it actually fixed it lol.
Then run
Where |
Same issue here, no fix? |
I did
|
same issue (windows 7 x64) |
@dubcanada Your solution works indeed :) thanks. |
Hello guys, you need just specify path to your
Always use You don't need to install Also, you can get rid of globally installed |
I have installed node-ffi-generate on my system for genrating bindings of a dll providing the header file and the library but it throws following error :-
"Unable to load libclang, make sure you have 3.2 installed, either specify -L or
have llvm-config in your path"
My command is > ffi-generate -f PremiereSoftphone.h -l SoftphoneLib.dll
The text was updated successfully, but these errors were encountered: