Results 12 comments of LyunKi

> Could you please provide your `example.proto` file? ```protobuf syntax = "proto3"; package example; service Diner { rpc Eat(Order) returns (Check) {} } enum Item { SPAM = 0; EGGS...

事实上让我很困惑的是,一开始用的是命令行,是能够生成对应的文件的.后来下了protoc-grpcio后,他的demo无法运行-. - .后面还试了试grpc-rust.也是可以自动生成相关文件的. 下面这是完整的报错信息 ``` running: "/home/lynss/softwares/envs/cmake" "/home/lynss/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/grpcio-sys-0.4.2/grpc" "-DgRPC_INSTALL=false" "-DgRPC_BUILD_CSHARP_EXT=false" "-DgRPC_BUILD_CODEGEN=false" "-DCMAKE_INSTALL_PREFIX=/home/lynss/projects/rust/protoc-grpcio/example/target/debug/build/grpcio-sys-47cecebc29b1342c/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" build script failed, must exit...

> 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) >...

> 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) >...

> 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) >...

besides , the module build failed is ' failed to run custom build command for `grpcio-sys v0.4.2` '.and when i google it , i found a problem likes mine ,and...

it seems my fault... cause when I had to try to use the tower-grpc,the same error happened with 'permission denied'. ![2019-04-09 20-21-02屏幕截图](https://user-images.githubusercontent.com/21052565/55799971-2e399300-5b05-11e9-8a78-d0713fc0eecb.png) ![2019-04-09 20-21-09屏幕截图](https://user-images.githubusercontent.com/21052565/55799972-2e399300-5b05-11e9-89b1-ab161dc8d80e.png) ![2019-04-09 20-24-53屏幕截图](https://user-images.githubusercontent.com/21052565/55800150-9e481900-5b05-11e9-8f93-55fe2d546f44.png) ![2019-04-09 20-25-04屏幕截图](https://user-images.githubusercontent.com/21052565/55800154-a1dba000-5b05-11e9-9845-370b3f0eae33.png) ![2019-04-09 20-25-08屏幕截图](https://user-images.githubusercontent.com/21052565/55800155-a2743680-5b05-11e9-8921-47de513c94d1.png)

Clion's teminal had been set into oh_my_zsh...

> @LyunKi Hi! Can you confirm if you still experience the issue after upgrading to the latest version of the Expo SDK (run `npx expo upgrade` and accept all prompts)....

> > > > hey can you just tell me how you fall back to previous version and resolve the error cause i am facing same help me! Just use...