-
Notifications
You must be signed in to change notification settings - Fork 59
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
mdbx: Unable to compile on windows #107
Comments
libmdbx's README#Windows: ...do not forget to add |
@erthink Thanks for the quick insight. But I am also failing to understand how to link Thanks. |
Currently, windows is not working because of mdbx is failing to compile on windows and I don't fully understand how to fix, but there is a fix. Ref: meilisearch/heed#107 (comment) And crate publish will fail because clap-rs is used from source
Please ask @Kerollmops to fix this issue inside https://github.com/Kerollmops/mdbx-rs. |
Thanks, @erthink for the explanation. Also created vorot93/libmdbx-rs#1. |
Hi, thank you for making this crate. It's a pleasure to with this crate.
But unfortunately, I am unable to compile my program on windows when using the
mdbx
backend. I am getting the following error.Also, when I compile with the default features i.e
lmdb
It compiles just fine.I am still new to rust. So any help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: