-
Notifications
You must be signed in to change notification settings - Fork 44
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
Having problems compiling grpc folder #67
Comments
How are you compiling? Can you not treat warnings as errors? |
I'm only doing make, I already tried make -w and it gave the error but compiled all the other files. I tried changing the makefile content to no avail and even tried to fix the error in the connect.c but the story was the same. EDIT: the compiler i have is gcc |
The make I'm using is
|
Im using
|
When I do make in the grpc directory I get a warning because of a cast in connect.c and it stops compiling because it treats all warnings as errors. Heres the terminal message:
Thank you.
The text was updated successfully, but these errors were encountered: