-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello world example does not compile #1537
Comments
Hello, did you try re-installing the |
I am having the same issue. I have a fresh install of protoc running on version v0.11.0 of tonic (https://github.com/hyperium/tonic/releases/tag/v0.11.0). |
When in protoc 25.1 on arch , build ok. when protoc 3.14.0 on rockylinux, same issue. |
I am having this issue with Commands in the description give me the same error |
Has someone solved this problem? I also have the issue on protoc 3.12.4. |
Bug Report
Version
Latests
master
on githubPlatform
Linux dev-fedora 6.1.43-1.qubes.fc32.x86_64
Description
I did the following
git clone https://github.com/hyperium/tonic.git
cd tonic/examples
cargo build --bin helloworld-server
and then I get the following error:
If I remove the following lines from
examples/build.rs
it works againThe text was updated successfully, but these errors were encountered: