Skip to content
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

Appveyor fails #36

Open
alphaville opened this issue Jun 3, 2019 · 0 comments
Open

Appveyor fails #36

alphaville opened this issue Jun 3, 2019 · 0 comments
Labels
appveyor Appveyor continuous integration bug Something isn't working windows Windows

Comments

@alphaville
Copy link
Owner

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)

To Reproduce
Check appveyor

Expected behavior
It used to work some time ago.

System information:

  • Windows 686
  • Windows 32 or 64 + GCC

Additional context

@alphaville alphaville added bug Something isn't working windows Windows appveyor Appveyor continuous integration labels Jun 3, 2019
@alphaville alphaville mentioned this issue Oct 1, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appveyor Appveyor continuous integration bug Something isn't working windows Windows
Projects
None yet
Development

No branches or pull requests

1 participant