googlearchive / science-journal-ios

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
https://sciencejournal.withgoogle.com/
Apache License 2.0
536 stars 62 forks source link

/Users/beraybentesen/Downloads/sj/third_party/sciencejournal/ios/Protos/SensorLayout.pbobjc.h:108:46: Expected ';' at end of declaration list #34

Closed beraybentesen closed 5 years ago

beraybentesen commented 5 years ago

New Issue Checklist

Issue Description

Environment

beraybentesen commented 5 years ago

/third_party/sciencejournal/ios/Protos/SensorLayout.pbobjc.h:108:46: Expected ';' at end of declaration list

shawnmorrison commented 5 years ago

SensorLayout.pbobjc.h is a class generated by the Protobuf library based on sensor_layout.proto. We don't control the syntax. Are you having trouble building?

beraybentesen commented 5 years ago

Yes, the mentioned error occurs.

shawnmorrison commented 5 years ago

I'm not seeing this error and I wonder if it might be an issue with your version of protobuf. Currently we only support 3.1. Can you verify your version by running protoc --version on the command line, and confirming it says libprotoc 3.1.0?

garrettmurray commented 5 years ago

Closing the issue for inactivity—If you're still seeing this problem, please feel free to re-open. Thanks!