Tesla Zhang‮

Results 829 comments of Tesla Zhang‮
trafficstars

No, IIRC there's nobody working on this currently. We'll appreciate your contribution.

What branch of grpc-rs are you using?

We should modify the README.

Could you please provide your `example.proto` file?

I cannot reproduce the error under this environment: + Ubuntu 18.04 + GNU ld (GNU Binutils for Ubuntu) 2.30 + gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) + libprotoc 3.1.0 (**yes, I...

When I run the example I get: ``` ~/git-repos/protoc-grpcio|master λ> cargo run --manifest-path example/Cargo.toml --bin server Compiling grpcio-sys v0.4.2 Compiling example v0.0.1 (/home/QAQ/git-repos/protoc-grpcio/example) Compiling grpcio v0.4.3 Finished dev [unoptimized +...

The panicking code is actually: https://github.com/pingcap/grpc-rs/blob/f1216de3605e14d47067f8e1a2a74878240b7339/grpc-sys/build.rs#L98 which is a cmake error.

@Lynss Could you please provide your full log of `cargo clean && cargo build`? And please do enable verbose output, thanks.

This is a really weird environment. I'm quite curious about what on earth is causing you permission denied. Have you tried building it in another bash env? Like the Ubuntu...