tjfontaine / node-ffi-generate

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

unable to load clang on windows #5

Open KrishnaPG opened 8 years ago

KrishnaPG commented 8 years ago

Despite using the -L option with full path of libclang.dll (and its container folder) it is failing to recognize the clang on Windows.

hicham-elmansouri commented 8 years ago

I have the same problem. Could you guys help us to find out.

noth8 commented 5 years ago

Just find out where your dll is and check out the path in ffi-generate sources by adding some output console.log(path); here