Closed NathanielPrescott closed 1 year ago
Make sure you have installed make and g++. You can also check the pre-requisites here. https://github.com/grpc/grpc/blob/master/BUILDING.md#pre-requisites
I'll probably come back to try this later, thanks for the info and help!
Hey I was trying to switch over my grpc from using tonic to this and have been getting build errors. My cargo.toml looks like this with the new changes:
The below is the error:
I've tried with the grpcio-sys version installed and it still gives the same error. Not sure if I am missing something since the example listed is using grpcio version 0.6.0 and having found any newer examples. Also the cmake version I have installed is 3.27.6, though it looks like its pointing to a dependency crate. Let me know if there are any other examples I should check out or if this is an actual issue with grpcio.