Skip to content
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 failure due to protobuf compatibility #43

Closed
xloem opened this issue Jan 17, 2021 · 4 comments
Closed

build failure due to protobuf compatibility #43

xloem opened this issue Jan 17, 2021 · 4 comments

Comments

@xloem
Copy link

xloem commented Jan 17, 2021

[ 28%] Running cpp protocol buffer compiler on /shared/src/tg_owt/src/logging/rtc_event_log/rtc_event_log.proto
rtc_event_log.proto:51:3: Expected "required", "optional", or "repeated".
rtc_event_log.proto:51:17: Missing field number.
make[2]: *** [cmake/protobuf/CMakeFiles/proto.dir/build.make:82: cmake/protobuf/rtc_event_log.pb.h] Error 1
make[1]: *** [CMakeFiles/Makefile2:622: cmake/protobuf/CMakeFiles/proto.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
$ protoc --version
libprotoc 2.5.0
@ilya-fedin
Copy link
Contributor

Shared build is community maintained. You should fix it yourself and PR the fix.

@xloem
Copy link
Author

xloem commented Jan 18, 2021

That's a great answer, and that information that maintenance is from the community should go in a readme. I notice there are no comments on #35 . Is anybody available to enable auto-merge? That could really make community maintenance work.

@xvitaly
Copy link
Contributor

xvitaly commented Jan 22, 2021

@xloem On Fedora we use protobuf 3.14.0. Please try to upgrade your protobuf compiler.

@john-preston
Copy link
Contributor

I hope an updated version of protobuf fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants