Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Created July 1, 2014 22:12
Show Gist options
  • Save yifan-gu/152ab58ab5e464c789ba to your computer and use it in GitHub Desktop.
Save yifan-gu/152ab58ab5e464c789ba to your computer and use it in GitHub Desktop.
make log
mesos.pb.cc: In function ‘void mesos::protobuf_AssignDesc_mesos_2eproto()’:
mesos.pb.cc:293:97: error: ‘const class mesos::HealthCheck’ has no member named ‘consecutive_failures_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(HealthCheck, consecutive_failures_),
^
mesos.pb.cc:425:95: error: ‘const class mesos::SlaveInfo’ has no member named ‘private_resources_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SlaveInfo, private_resources_),
^
mesos.pb.cc:591:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_rx_packets_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_rx_packets_),
^
mesos.pb.cc:592:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_rx_bytes_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_rx_bytes_),
^
mesos.pb.cc:593:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_rx_errors_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_rx_errors_),
^
mesos.pb.cc:594:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_rx_dropped_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_rx_dropped_),
^
mesos.pb.cc:595:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_tx_packets_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_tx_packets_),
^
mesos.pb.cc:596:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_tx_bytes_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_tx_bytes_),
^
mesos.pb.cc:597:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_tx_errors_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_tx_errors_),
^
mesos.pb.cc:598:104: error: ‘const class mesos::ResourceStatistics’ has no member named ‘net_tx_dropped_’
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ResourceStatistics, net_tx_dropped_),
^
mesos.pb.cc:874:78: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Credentials, registration_),
^
mesos.pb.cc:874:78: error: expected ‘>’ before ‘Credentials’
mesos.pb.cc:874:78: error: expected ‘(’ before ‘Credentials’
mesos.pb.cc:874:78: error: ‘Credentials’ was not declared in this scope
mesos.pb.cc:874:90: error: expected primary-expression before ‘>’ token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment