Open GaelicGabe opened 1 year ago
Hello, did you try re-installing the protoc
package ?
moreover can you specify the tonic commit you tried, telling "current master" is not enough.
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. Now just workaround as above remove line.
I am having this issue with protoc
3.19.6 and tonic
0.9 on Fedora 39.
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 again