-
Notifications
You must be signed in to change notification settings - Fork 257
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
Failed to run custom build command for grpcio-sys v0.5.3
#465
Comments
The error message has said the failure reason:
Make sure pre-requisites listed in https://github.com/tikv/grpc-rs#prerequisites are all installed. |
@BusyJay I install the requirements but get a new error now.
|
Interesting. What's the compilation environment you are using? What's the output of |
|
You seem to compile it in mingw environment. From what I can see, it should set the flag correctly as @blackredscarf you can also try to compile it using MSVC, which is tested by our CI. |
@BusyJay @blackredscarf I will test once my environment is set up |
I created a new windows os (2004) and installed:
Then |
It seems that upstream does not provide formal support for mingw. You can try to compile grpc-c++ directly following grpc doc, if it can be compiled successfully, I will reopen this issue. |
Describe the bug
Build error:
Cargo.toml:
Golang:
CMake:
System information
The text was updated successfully, but these errors were encountered: