-
Notifications
You must be signed in to change notification settings - Fork 40
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
Re: Unable to compile on windows #1
Comments
@erthink I think, I found it https://github.com/vorot93/mdbx-rs Edit: but sadly it is not yet published. |
I am open to pull requests, as I am not really using mdbx-rs for my own project, I could also give the ownership to anyone who want it. |
@vorot93, I suggest you think about taking this project to yourself. |
@Kerollmops could you please transfer this repo to |
I can't transfer it to the On the other hand, I sent you an invite to publish new releases of |
@Kerollmops yep, that would work too |
Great work on We consider replacing RocksDB with MDBX in Grandine. One of the criteria is the support of the all three Linux, macOS and Windows. Could you let me know when Windows support is planned? Or this is a very low priority? |
@sauliusgrigaitis Windows is a low-priority target to me. Given that, the error looks trivial to fix, so let's see what can be done. |
I could build an app that depends on fn main() {
println!("cargo:rustc-link-lib=dylib=ntdll");
println!("cargo:rustc-link-lib=dylib=user32");
} |
Should work on Windows now |
Originally posted here meilisearch/heed#107
Currently, https://github.com/Kerollmops/heed with
mdbx
backend is not compiling on windows. Also, @erthink pointed out that the issue might be in the bindings.I am still new to rust but I am willing to help ✌🏻
The text was updated successfully, but these errors were encountered: