Closed fstarr closed 4 years ago
Which rust version are you using? Regarding the dependencies https://github.com/RedisJSON/RedisJSON2/blob/master/Cargo.toml
This indeed looks like an error from an old version of the Rust compiler (from before non-lexical lifetimes).
Please try building with the latest Rust version.
I've been trying to build inside a Docker container based on the latest Python image which seems to be based on Debian 10 "Buster":
$ rustc --version
rustc 1.34.2
$ cargo --version
cargo 1.34.0
Regarding the dependencies https://github.com/RedisJSON/RedisJSON2/blob/master/Cargo.toml
I was more thinking about the other system packages needed like e.g. cmake
. Thankfully @willisga put quite some effort into documenting these in #60. Maybe it helps some others to put his findings in a more prominent place.
@fstarr good point. We should add this to the README.md
in the Build section.
I just tried to build with rustc
v1.42.0 which worked just fine!
Thanks for your support!
Hi,
when trying to build
libredisjson.so
I get the following issue:Any ideas what to do about it? Am I missing some dependecies? Speaking of dependencies it would be nice to have a list of them somewhere. Maybe in
README.md
.