-
Notifications
You must be signed in to change notification settings - Fork 257
Compilation error: GPR_ASSERT not found #659
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
Comments
Make sure you run |
Tried
|
Tried provided steps and can't reproduced. |
Yes, I have to compile with
|
Describe the bug
When building the
grpcio-sys
crate (version 0.13.0+1.56.2-patched, as well as branch master at the latest commit0b1798dc
) withcargo build
, the compilation fails due to undefinedGPR_ASSERT
macros ingrpc_wrap.cc
.To Reproduce
Steps to reproduce the behavior:
gh repo clone tikv/grpc-rs
cd grpc-rs
cargo build
Expected behavior
The crate builds
System information
cargo 1.86.0 (adf9b6ad1 2025-02-28)
gcc (GCC) 15.1.1 20250425
Additional context
The compilation error message:
The text was updated successfully, but these errors were encountered: