You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Appveyor fails after merging dev/python. The issue seems to be related to bindgen. Perhaps we can copy the appveyor configuration from here.
In particular, with MSVC and target=i686-pc-windows-msvc, we get
thread 'main' panicked at 'Unable to find libclang: "couldn\'t find any valid shared libraries matching: [\'clang.dll\', \'libclang.dll\'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [(C:\\Program Files\\LLVM\\bin\\libclang.dll: invalid DLL (64-bit))])"', src\libcore\result.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
With target=x86_64-pc-windows-gnu, we get
error occurred: Failed to find tool. Is `gcc.exe` installed? (see https://github.com/alexcrichton/cc-rs#compile-time-requirements for help)
Describe the bug
Appveyor fails after merging
dev/python
. The issue seems to be related tobindgen
. Perhaps we can copy the appveyor configuration from here.In particular, with MSVC and
target=i686-pc-windows-msvc
, we getWith
target=x86_64-pc-windows-gnu
, we getTo Reproduce
Check appveyor
Expected behavior
It used to work some time ago.
System information:
Additional context
The text was updated successfully, but these errors were encountered: