-
Notifications
You must be signed in to change notification settings - Fork 255
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
Build error when generate bindings to gRPC in CentOS #346
Comments
I encounter the same error on Fedora 30. I manage to get around this by setting environment variables CPLUS_INCLUDE_PATH to "/usr/lib/gcc/x86_64-redhat-linux/9/include". |
Same error on my fully up to date ArchLinux and on our Debian stretch deployment system. Latest release broke quite some builds. |
Same here, I find that cargo cache don't have
|
quick fix
|
Hmm, can you help us to add the dependencies to Prerequisites? @light4 |
it seems like there is only 3.4.2 in yum repo |
yep, but it should be fine, can you test it? |
doesn't work, I think building from source could fix @light4 |
I try to build it on centos 7.1, it builds successfully. Can you paste the error logs here?
|
Related issue: rust-lang/rust-bindgen#1226 |
Be sad /(ㄒoㄒ)/~~ @BusyJay |
Describe the bug
Build error when generate bindings to gRPC in CentOS 7
Method that has been tried
The text was updated successfully, but these errors were encountered: