-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
still not working on windows for me #216
Comments
Can you try the latest version? v0.9.77 had fixes for clang16 |
At least it seems to fix an issue on Apple M1. See apache/opendal#2451. |
Thank you for addressing that issue @tisonkun |
This is still an issue for me when compiling any of my projects using ruby 3.2.2 on windows. Is there an easy fix for this? |
This seems to be related: rust-lang/rust-bindgen#2500 |
what version of libclang are you using? |
16 |
Currently clang-16 seems to be buggy for windows users with rb-sys, and we only test against clang-15 right now. Hopefully that will change when we upgrade bindgen next, but hands are a bit tied because that affects our MSRV policy. Can you try out clang-15? |
Yup, after some messing around with msys2 packages, that worked! |
how did you try this with clang-15 ? did you install with pacman? |
I had to downgrade the package with pacman yeah |
Closing in favor of #286 |
I tried gem install polars-df which uses rb-sys by directly calling it (no ridk enable).
gem install polars-df 2>&1
After ridk enable
ridk enable - gem install polars-df 2>1
gem env (after ridk enable)
The text was updated successfully, but these errors were encountered: