-
Notifications
You must be signed in to change notification settings - Fork 199
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
cmux fails to compile, what are the correct libs/versions for usage ? #38
Comments
I think this is a dup of: grpc/grpc-go#581 What happens if you update your vendored copy of the grpc? |
Yep, that fixed it. This is the godeps file with the "working" versions:
Cheers. |
Thanks for the confirmation. I don't think this has anything to do with cmux. That's natural when you vendor your dependencies. |
Hi,
I can't find the precise libs and respective versions required to run this project, so I've saved a godeps package with my current ones.
However when I run the tests, I'm facing the following compilation problems.
Could you advise me, what are the proper libs I should have installed in order to by pass this ?
Cheers.
This is the godeps I've got after git clone from master and run godep save:
The text was updated successfully, but these errors were encountered: