-
Notifications
You must be signed in to change notification settings - Fork 963
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
Missing cmake #2645
Comments
@fishseabowl you are correct, though I am not sure how to act on your report.
|
@mxinden I have a stupid question: is there a way to use |
@stanislav-tkach that is correct, there is no way to use rust-libp2p without protoc/protobuf as of today.
We might be able to use another Protobuf compiler other than protoc, e.g. https://github.com/stepancheg/rust-protobuf. |
@mxinden Thanks for the explanations! |
I have been running into challenges with protoc installs as well, given that the protobufs rust-libp2p usually uses are quite simple, we should figure out if one of the alternative compilers is feature complete to support what is needed. |
That would be great actually! Less build-time dependencies are always welcome.
Which is a shame unfortunately. Protobuf's schema language / type system really leaves you longing occasionally (no generics & no proper lists f.e.). |
Fixed in #3024. |
Summary
For some packages like prost-build v0.10.3 requires cmake, and build failed.
Expected behaviour
Actual behaviour
Debug Output
Possible Solution
Version
commit f04f6bb
Would you like to work on fixing this bug?
Yes / No / Maybe.
The text was updated successfully, but these errors were encountered: