Open q2p opened 2 years ago
This is still a problem, which is quite annoying. I tryed to build RocksDB with Mingw64 and used the env variables provided in #310. This worked but i got millions of linking errors regarding missing references to stdc++ functions.
I would be happy if the default vendor version of rocksdb would at least be compatible with the gnu toolchain. It seems that the default vendor of rocksdb_sys is only compatible with the msvc toolchain. Also there seems to be a pullrequest regarding the support of the gnu toolchain #472, which doesen't get merged since 2020. Wouldn't that fix the issue?
Maybe someone can help, for now the beste solution semms to be switching to the msvc toolchain
I am getting the same error with
1.71.1-x86_64-pc-windows-msvc (overridden by 'D:\dev\3rd\rust-rocksdb\rust-toolchain.toml')
rustc 1.71.1 (eb26296b5 2023-08-03)
Toolchain:
stable-x86_64-pc-windows-gnu
Rust version:1.62.1
Cargo.tomlmain.rs
Error message: