[ 1%] Building CXX object aasdk_proto/CMakeFiles/aasdk_proto.dir/AVChannelData.pb.cc.o In file included from /usr/include/absl/log/internal/vlog_config.h:39, from /usr/include/absl/log/absl_vlog_is_on.h:61, from /usr/include/absl/log/internal/log_impl.h:18, from /usr/include/absl/log/absl_log.h:36, from /usr/include/google/protobuf/io/coded_stream.h:107, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:20, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:6: /usr/include/absl/strings/string_view.h:53:26: error: ‘string_view’ in namespace ‘std’ does not name a type 53 | using string_view = std::string_view; | ^~~~~~~~~~~ /usr/include/absl/strings/string_view.h:53:21: note: ‘std::string_view’ is only available from C++17 onwards 53 | using string_view = std::string_view; | ^~~ /usr/include/absl/strings/string_view.h:752:8: error: ‘string_view’ does not name a type 752 | inline string_view ClippedSubstr(string_view s, size_t pos, | ^~~~~~~~~~~ /usr/include/absl/strings/string_view.h:763:11: error: ‘string_view’ does not name a type 763 | constexpr string_view NullSafeStringView(absl::Nullable p) { | ^~~~~~~~~~~ /usr/include/absl/log/internal/vlog_config.h:128:21: error: ‘string_view’ is not a member of ‘absl’ 128 | int VLogLevel(absl::string_view file); | ^~~~~~~~~~~ /usr/include/absl/log/internal/vlog_config.h:140:6: error: variable or field ‘UpdateVModule’ declared void 140 | void UpdateVModule(absl::string_view vmodule); | ^~~~~~~~~~~~~ /usr/include/absl/log/internal/vlog_config.h:140:26: error: ‘string_view’ is not a member of ‘absl’ 140 | void UpdateVModule(absl::string_view vmodule); | ^~~~~~~~~~~ /usr/include/absl/log/internal/vlog_config.h:150:26: error: ‘string_view’ is not a member of ‘absl’ 150 | int PrependVModule(absl::string_view module_pattern, int log_level); | ^~~~~~~~~~~ /usr/include/absl/log/internal/vlog_config.h:150:54: error: expected primary-expression before ‘int’ 150 | int PrependVModule(absl::string_view module_pattern, int log_level); | ^~~ /usr/include/absl/log/internal/vlog_config.h:150:67: error: expression list treated as compound expression in initializer [-fpermissive] 150 | int PrependVModule(absl::string_view module_pattern, int log_level); | ^ In file included from /usr/include/absl/time/time.h:97, from /usr/include/absl/log/log_entry.h:35, from /usr/include/absl/log/internal/log_message.h:41, from /usr/include/absl/log/internal/log_impl.h:20: /usr/include/absl/time/civil_time.h:515:27: error: ‘string_view’ is not a member of ‘absl’ 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:53: error: expected primary-expression before ‘*’ token 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:515:55: error: ‘c’ was not declared in this scope 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:515:56: error: expression list treated as compound expression in initializer [-fpermissive] 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:516:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’ 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:516:27: error: ‘string_view’ is not a member of ‘absl’ 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:516:53: error: expected primary-expression before ‘*’ token 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c); | ^ /usr/include/absl/time/civil_time.h:516:55: error: ‘c’ was not declared in this scope 516 | bool ParseCivilTime(absl::string_view s, CivilMinute* c); | ^ /usr/include/absl/time/civil_time.h:517:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’ 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:517:27: error: ‘string_view’ is not a member of ‘absl’ 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:517:51: error: expected primary-expression before ‘*’ token 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c); | ^ /usr/include/absl/time/civil_time.h:517:53: error: ‘c’ was not declared in this scope 517 | bool ParseCivilTime(absl::string_view s, CivilHour* c); | ^ /usr/include/absl/time/civil_time.h:518:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’ 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:518:27: error: ‘string_view’ is not a member of ‘absl’ 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:518:50: error: expected primary-expression before ‘*’ token 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c); | ^ /usr/include/absl/time/civil_time.h:518:52: error: ‘c’ was not declared in this scope 518 | bool ParseCivilTime(absl::string_view s, CivilDay* c); | ^ /usr/include/absl/time/civil_time.h:519:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’ 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:519:27: error: ‘string_view’ is not a member of ‘absl’ 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:519:52: error: expected primary-expression before ‘*’ token 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c); | ^ /usr/include/absl/time/civil_time.h:519:54: error: ‘c’ was not declared in this scope 519 | bool ParseCivilTime(absl::string_view s, CivilMonth* c); | ^ /usr/include/absl/time/civil_time.h:520:6: error: redefinition of ‘bool absl::lts_20240722::ParseCivilTime’ 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:515:6: note: ‘bool absl::lts_20240722::ParseCivilTime’ previously defined here 515 | bool ParseCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:520:27: error: ‘string_view’ is not a member of ‘absl’ 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:520:51: error: expected primary-expression before ‘*’ token 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c); | ^ /usr/include/absl/time/civil_time.h:520:53: error: ‘c’ was not declared in this scope 520 | bool ParseCivilTime(absl::string_view s, CivilYear* c); | ^ /usr/include/absl/time/civil_time.h:535:34: error: ‘string_view’ is not a member of ‘absl’ 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:60: error: expected primary-expression before ‘*’ token 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:535:62: error: ‘c’ was not declared in this scope 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:535:63: error: expression list treated as compound expression in initializer [-fpermissive] 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^ /usr/include/absl/time/civil_time.h:536:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’ 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:536:34: error: ‘string_view’ is not a member of ‘absl’ 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:536:60: error: expected primary-expression before ‘*’ token 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c); | ^ /usr/include/absl/time/civil_time.h:536:62: error: ‘c’ was not declared in this scope 536 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c); | ^ /usr/include/absl/time/civil_time.h:537:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’ 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:537:34: error: ‘string_view’ is not a member of ‘absl’ 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:537:58: error: expected primary-expression before ‘*’ token 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c); | ^ /usr/include/absl/time/civil_time.h:537:60: error: ‘c’ was not declared in this scope 537 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c); | ^ /usr/include/absl/time/civil_time.h:538:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’ 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:538:34: error: ‘string_view’ is not a member of ‘absl’ 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:538:57: error: expected primary-expression before ‘*’ token 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c); | ^ /usr/include/absl/time/civil_time.h:538:59: error: ‘c’ was not declared in this scope 538 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c); | ^ /usr/include/absl/time/civil_time.h:539:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’ 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:539:34: error: ‘string_view’ is not a member of ‘absl’ 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:539:59: error: expected primary-expression before ‘*’ token 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c); | ^ /usr/include/absl/time/civil_time.h:539:61: error: ‘c’ was not declared in this scope 539 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c); | ^ /usr/include/absl/time/civil_time.h:540:6: error: redefinition of ‘bool absl::lts_20240722::ParseLenientCivilTime’ 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:535:6: note: ‘bool absl::lts_20240722::ParseLenientCivilTime’ previously defined here 535 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:540:34: error: ‘string_view’ is not a member of ‘absl’ 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:540:58: error: expected primary-expression before ‘*’ token 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c); | ^ /usr/include/absl/time/civil_time.h:540:60: error: ‘c’ was not declared in this scope 540 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c); | ^ /usr/include/absl/time/civil_time.h:566:26: error: ‘string_view’ is not a member of ‘absl’ 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:52: error: expected primary-expression before ‘*’ token 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:566:54: error: ‘c’ was not declared in this scope 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:566:68: error: expected primary-expression before ‘*’ token 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:566:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/civil_time.h:566:75: error: expression list treated as compound expression in initializer [-fpermissive] 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:567:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:567:26: error: ‘string_view’ is not a member of ‘absl’ 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:567:52: error: expected primary-expression before ‘*’ token 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:567:54: error: ‘c’ was not declared in this scope 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:567:68: error: expected primary-expression before ‘*’ token 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:567:70: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 567 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/civil_time.h:568:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:568:26: error: ‘string_view’ is not a member of ‘absl’ 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:568:50: error: expected primary-expression before ‘*’ token 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:568:52: error: ‘c’ was not declared in this scope 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:568:66: error: expected primary-expression before ‘*’ token 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:568:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 568 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/civil_time.h:569:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:569:26: error: ‘string_view’ is not a member of ‘absl’ 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:569:49: error: expected primary-expression before ‘*’ token 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:569:51: error: ‘c’ was not declared in this scope 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:569:65: error: expected primary-expression before ‘*’ token 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:569:67: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 569 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/civil_time.h:570:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:570:26: error: ‘string_view’ is not a member of ‘absl’ 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:570:51: error: expected primary-expression before ‘*’ token 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:570:53: error: ‘c’ was not declared in this scope 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:570:67: error: expected primary-expression before ‘*’ token 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:570:69: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 570 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/civil_time.h:571:6: error: redefinition of ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:566:6: note: ‘bool absl::lts_20240722::time_internal::AbslParseFlag’ previously defined here 566 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/civil_time.h:571:26: error: ‘string_view’ is not a member of ‘absl’ 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/civil_time.h:571:50: error: expected primary-expression before ‘*’ token 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:571:52: error: ‘c’ was not declared in this scope 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:571:66: error: expected primary-expression before ‘*’ token 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^ /usr/include/absl/time/civil_time.h:571:68: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 571 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error); | ^~~~~ | perror /usr/include/absl/time/time.h:714:26: error: ‘string_view’ is not a member of ‘absl’ 714 | bool ParseDuration(absl::string_view dur_string, Duration* d); | ^~~~~~~~~~~ /usr/include/absl/time/time.h:714:58: error: expected primary-expression before ‘*’ token 714 | bool ParseDuration(absl::string_view dur_string, Duration* d); | ^ /usr/include/absl/time/time.h:714:60: error: ‘d’ was not declared in this scope 714 | bool ParseDuration(absl::string_view dur_string, Duration* d); | ^ /usr/include/absl/time/time.h:714:61: error: expression list treated as compound expression in initializer [-fpermissive] 714 | bool ParseDuration(absl::string_view dur_string, Duration* d); | ^ /usr/include/absl/time/time.h:721:26: error: ‘string_view’ is not a member of ‘absl’ 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/time.h:721:52: error: expected primary-expression before ‘*’ token 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^ /usr/include/absl/time/time.h:721:54: error: ‘dst’ was not declared in this scope 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^~~ /usr/include/absl/time/time.h:721:70: error: expected primary-expression before ‘*’ token 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^ /usr/include/absl/time/time.h:721:72: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^~~~~ | perror /usr/include/absl/time/time.h:721:77: error: expression list treated as compound expression in initializer [-fpermissive] 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^ /usr/include/absl/time/time.h:1048:6: error: redefinition of ‘bool absl::lts_20240722::AbslParseFlag’ 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/time.h:721:6: note: ‘bool absl::lts_20240722::AbslParseFlag’ previously defined here 721 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error); | ^~~~~~~~~~~~~ /usr/include/absl/time/time.h:1048:26: error: ‘string_view’ is not a member of ‘absl’ 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1048:48: error: expected primary-expression before ‘*’ token 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^ /usr/include/absl/time/time.h:1048:50: error: ‘t’ was not declared in this scope; did you mean ‘tm’? 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^ | tm /usr/include/absl/time/time.h:1048:64: error: expected primary-expression before ‘*’ token 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^ /usr/include/absl/time/time.h:1048:66: error: ‘error’ was not declared in this scope; did you mean ‘perror’? 1048 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error); | ^~~~~ | perror /usr/include/absl/time/time.h:1252:32: error: ‘string_view’ is not a member of ‘absl’ 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) { | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1252:58: error: expected primary-expression before ‘*’ token 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) { | ^ /usr/include/absl/time/time.h:1252:60: error: ‘tz’ was not declared in this scope; did you mean ‘tm’? 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) { | ^~ | tm /usr/include/absl/time/time.h:1252:62: error: expression list treated as compound expression in initializer [-fpermissive] 1252 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) { | ^ /usr/include/absl/time/time.h:1494:59: error: ‘string_view’ is not a member of ‘absl’ 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format, | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1495:58: error: expected primary-expression before ‘t’ 1495 | Time t, TimeZone tz); | ^ /usr/include/absl/time/time.h:1495:70: error: expected primary-expression before ‘tz’ 1495 | Time t, TimeZone tz); | ^~ /usr/include/absl/time/time.h:1500:72: error: ‘std::string absl::lts_20240722::FormatTime(Time, TimeZone)’ redeclared as different kind of entity 1500 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t, TimeZone tz); | ^ /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’ 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format, | ^~~~~~~~~~ /usr/include/absl/time/time.h:1501:59: error: ‘std::string absl::lts_20240722::FormatTime(Time)’ redeclared as different kind of entity 1501 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t); | ^ /usr/include/absl/time/time.h:1494:42: note: previous declaration ‘std::string absl::lts_20240722::FormatTime’ 1494 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format, | ^~~~~~~~~~ /usr/include/absl/time/time.h: In function ‘std::ostream& absl::lts_20240722::operator<<(std::ostream&, Time)’: /usr/include/absl/time/time.h:1505:26: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string}) (absl::lts_20240722::Time&)’ 1505 | return os << FormatTime(t); | ~~~~~~~~~~^~~ /usr/include/absl/time/time.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, Time)’: /usr/include/absl/time/time.h:1511:25: error: no match for call to ‘(std::string {aka std::__cxx11::basic_string}) (absl::lts_20240722::Time&)’ 1511 | sink.Append(FormatTime(t)); | ~~~~~~~~~~^~~ /usr/include/absl/time/time.h: At global scope: /usr/include/absl/time/time.h:1563:22: error: ‘string_view’ is not a member of ‘absl’ 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time, | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1563:48: error: ‘string_view’ is not a member of ‘absl’ 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time, | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1563:71: error: expected primary-expression before ‘*’ token 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time, | ^ /usr/include/absl/time/time.h:1564:27: error: expected primary-expression before ‘*’ token 1564 | std::string* err); | ^ /usr/include/absl/time/time.h:1564:29: error: ‘err’ was not declared in this scope; did you mean ‘erf’? 1564 | std::string* err); | ^~~ | erf /usr/include/absl/time/time.h:1564:32: error: expression list treated as compound expression in initializer [-fpermissive] 1564 | std::string* err); | ^ /usr/include/absl/time/time.h:1573:6: error: redefinition of ‘bool absl::lts_20240722::ParseTime’ 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz, | ^~~~~~~~~ /usr/include/absl/time/time.h:1563:6: note: ‘bool absl::lts_20240722::ParseTime’ previously defined here 1563 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time, | ^~~~~~~~~ /usr/include/absl/time/time.h:1573:22: error: ‘string_view’ is not a member of ‘absl’ 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz, | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1573:48: error: ‘string_view’ is not a member of ‘absl’ 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz, | ^~~~~~~~~~~ /usr/include/absl/time/time.h:1573:76: error: expected primary-expression before ‘tz’ 1573 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz, | ^~ /usr/include/absl/time/time.h:1574:20: error: expected primary-expression before ‘*’ token 1574 | Time* time, std::string* err); | ^ /usr/include/absl/time/time.h:1574:39: error: expected primary-expression before ‘*’ token 1574 | Time* time, std::string* err); | ^ /usr/include/absl/time/time.h:1574:41: error: ‘err’ was not declared in this scope; did you mean ‘erf’? 1574 | Time* time, std::string* err); | ^~~ | erf /usr/include/absl/log/log_entry.h:75:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 75 | absl::string_view source_filename() const ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:78:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 78 | absl::string_view source_basename() const ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:145:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 145 | absl::string_view text_message_with_prefix_and_newline() const | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:151:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 151 | absl::string_view text_message_with_prefix() const | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:157:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 157 | absl::string_view text_message_with_newline() const | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:163:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 163 | absl::string_view text_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:178:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 178 | absl::string_view encoded_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:194:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 194 | absl::string_view stacktrace() const ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:201:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 201 | absl::string_view full_filename_; | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:202:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 202 | absl::string_view base_filename_; | ^~~~~~~~~~~ /usr/include/absl/log/log_entry.h:211:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 211 | absl::string_view encoding_; | ^~~~~~~~~~~ In file included from /usr/include/absl/log/internal/log_message.h:43: /usr/include/absl/strings/has_absl_stringify.h:36:15: error: ‘string_view’ has not been declared 36 | void Append(string_view v); | ^~~~~~~~~~~ /usr/include/absl/strings/has_absl_stringify.h:39:62: error: ‘absl::string_view’ has not been declared 39 | friend void AbslFormatFlush(UnimplementedSink* sink, absl::string_view v); | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:75:32: error: ‘absl::string_view’ has not been declared 75 | LogMessage& AtLocation(absl::string_view file, int line); | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:146:32: error: ‘absl::string_view’ has not been declared 146 | LogMessage& operator<<(absl::string_view v); | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:146:15: error: ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’ cannot be overloaded with ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’ 146 | LogMessage& operator<<(absl::string_view v); | ^~~~~~~~ /usr/include/absl/log/internal/log_message.h:118:15: note: previous declaration ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(int)’ 118 | LogMessage& operator<<(signed int v) { return operator<< (v); } | ^~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:34: error: ‘absl::string_view’ has not been declared 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:271:21: error: ‘absl::string_view’ has not been declared 271 | void Append(absl::string_view v) { | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:276:58: error: ‘absl::string_view’ has not been declared 276 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) { | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:341:45: error: template-id ‘CopyToEncodedBuffer’ used as a declarator 341 | LogMessage::StringType::kLiteral>(absl::string_view str); | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:340:22: error: variable or field ‘CopyToEncodedBuffer’ declared void 340 | extern template void LogMessage::CopyToEncodedBuffer< | ^~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:341:38: error: expected ‘;’ before ‘(’ token 341 | LogMessage::StringType::kLiteral>(absl::string_view str); | ^ | ; /usr/include/absl/log/internal/log_message.h:343:48: error: template-id ‘CopyToEncodedBuffer’ used as a declarator 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str); | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:342:22: error: variable or field ‘CopyToEncodedBuffer’ declared void 342 | extern template void LogMessage::CopyToEncodedBuffer< | ^~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:343:41: error: expected ‘;’ before ‘(’ token 343 | LogMessage::StringType::kNotLiteral>(absl::string_view str); | ^ | ; /usr/include/absl/log/internal/log_message.h:356:25: error: ‘absl::string_view’ has not been declared 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:383:32: error: ‘absl::string_view’ has not been declared 383 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~ In file included from /usr/include/absl/log/internal/strip.h:26, from /usr/include/absl/log/internal/log_impl.h:21: /usr/include/absl/log/internal/nullstream.h:49:32: error: ‘absl::string_view’ has not been declared 49 | NullStream& AtLocation(absl::string_view, int) { return *this; } | ^~~~~~~~~~~ In file included from /usr/include/absl/log/internal/check_impl.h:19, from /usr/include/absl/log/absl_check.h:38, from /usr/include/google/protobuf/io/coded_stream.h:109: /usr/include/absl/log/internal/check_op.h:299:21: error: ‘absl::string_view’ has not been declared 299 | void Append(absl::string_view text); | ^~~~~~~~~~~ /usr/include/absl/log/internal/check_op.h:301:58: error: ‘absl::string_view’ has not been declared 301 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view text); | ^~~~~~~~~~~ /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/check_op.h:362:1: error: ‘string_view’ in namespace ‘absl’ does not name a type 362 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/absl/container/internal/compressed_tuple.h:40, from /usr/include/absl/container/internal/inlined_vector.h:32, from /usr/include/absl/container/inlined_vector.h:53, from /usr/include/absl/strings/cord.h:80, from /usr/include/google/protobuf/io/coded_stream.h:111: /usr/include/absl/utility/utility.h:85:12: error: ‘in_place_t’ has not been declared in ‘std’ 85 | using std::in_place_t; | ^~~~~~~~~~ /usr/include/absl/utility/utility.h:86:12: error: ‘in_place’ has not been declared in ‘std’ 86 | using std::in_place; | ^~~~~~~~ /usr/include/absl/utility/utility.h:102:12: error: ‘in_place_type’ has not been declared in ‘std’ 102 | using std::in_place_type; | ^~~~~~~~~~~~~ /usr/include/absl/utility/utility.h:103:12: error: ‘in_place_type_t’ has not been declared in ‘std’ 103 | using std::in_place_type_t; | ^~~~~~~~~~~~~~~ /usr/include/absl/utility/utility.h:119:12: error: ‘in_place_index’ has not been declared in ‘std’ 119 | using std::in_place_index; | ^~~~~~~~~~~~~~ /usr/include/absl/utility/utility.h:120:12: error: ‘in_place_index_t’ has not been declared in ‘std’ 120 | using std::in_place_index_t; | ^~~~~~~~~~~~~~~~ /usr/include/absl/container/internal/compressed_tuple.h:89:46: error: expected ‘)’ before ‘,’ token 89 | explicit constexpr Storage(absl::in_place_t, V&& v) | ~ ^ | ) /usr/include/absl/container/internal/compressed_tuple.h:102:46: error: expected ‘)’ before ‘,’ token 102 | explicit constexpr Storage(absl::in_place_t, V&& v) : T(std::forward(v)) {} | ~ ^ | ) /usr/include/absl/container/internal/compressed_tuple.h:124:58: error: expected ‘)’ before ‘,’ token 124 | explicit constexpr CompressedTupleImpl(absl::in_place_t, Vs&&... args) | ~ ^ | ) /usr/include/absl/container/internal/compressed_tuple.h:136:58: error: expected ‘)’ before ‘,’ token 136 | explicit constexpr CompressedTupleImpl(absl::in_place_t, Vs&&... args) | ~ ^ | ) /usr/include/absl/container/internal/compressed_tuple.h: In constructor ‘constexpr absl::lts_20240722::container_internal::CompressedTuple::CompressedTuple(const Ts& ...)’: /usr/include/absl/container/internal/compressed_tuple.h:223:52: error: ‘in_place’ is not a member of ‘absl’ 223 | : CompressedTuple::CompressedTupleImpl(absl::in_place, base...) {} | ^~~~~~~~ /usr/include/absl/container/internal/compressed_tuple.h: In constructor ‘constexpr absl::lts_20240722::container_internal::CompressedTuple::CompressedTuple(First&&, Vs&& ...)’: /usr/include/absl/container/internal/compressed_tuple.h:235:52: error: ‘in_place’ is not a member of ‘absl’ 235 | : CompressedTuple::CompressedTupleImpl(absl::in_place, | ^~~~~~~~ In file included from /usr/include/absl/strings/internal/str_format/extension.h:27, from /usr/include/absl/strings/internal/str_format/arg.h:37, from /usr/include/absl/strings/str_format.h:83, from /usr/include/absl/crc/crc32c.h:32, from /usr/include/absl/crc/internal/crc_cord_state.h:23, from /usr/include/absl/strings/cord.h:81: /usr/include/absl/strings/internal/str_format/output.h: At global scope: /usr/include/absl/strings/internal/str_format/output.h:44:14: error: ‘string_view’ has not been declared 44 | void Write(string_view v); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h:59:14: error: ‘string_view’ has not been declared 59 | void Write(string_view v); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h:71:47: error: ‘string_view’ has not been declared 71 | inline void AbslFormatFlush(std::string* out, string_view s) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::string*, int)’: /usr/include/absl/strings/internal/str_format/output.h:72:17: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’ 72 | out->append(s.data(), s.size()); | ^~~~ /usr/include/absl/strings/internal/str_format/output.h:72:27: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’ 72 | out->append(s.data(), s.size()); | ^~~~ /usr/include/absl/strings/internal/str_format/output.h: At global scope: /usr/include/absl/strings/internal/str_format/output.h:74:48: error: ‘string_view’ has not been declared 74 | inline void AbslFormatFlush(std::ostream* out, string_view s) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h: In function ‘void absl::lts_20240722::str_format_internal::AbslFormatFlush(std::ostream*, int)’: /usr/include/absl/strings/internal/str_format/output.h:75:16: error: request for member ‘data’ in ‘s’, which is of non-class type ‘int’ 75 | out->write(s.data(), static_cast(s.size())); | ^~~~ /usr/include/absl/strings/internal/str_format/output.h:75:55: error: request for member ‘size’ in ‘s’, which is of non-class type ‘int’ 75 | out->write(s.data(), static_cast(s.size())); | ^~~~ /usr/include/absl/strings/internal/str_format/output.h: At global scope: /usr/include/absl/strings/internal/str_format/output.h:78:48: error: ‘string_view’ has not been declared 78 | inline void AbslFormatFlush(FILERawSink* sink, string_view v) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h:82:50: error: ‘string_view’ has not been declared 82 | inline void AbslFormatFlush(BufferRawSink* sink, string_view v) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/output.h:89:26: error: ‘string_view’ has not been declared 89 | auto InvokeFlush(T* out, string_view s) -> decltype(AbslFormatFlush(out, s)) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive] 44 | std::declval(), string_view()))* = nullptr> | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:44:49: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) /usr/include/absl/strings/internal/str_format/extension.h:44:49: error: there are no arguments to ‘string_view’ that depend on a template parameter, so a declaration of ‘string_view’ must be available [-fpermissive] /usr/include/absl/strings/internal/str_format/extension.h:48:14: error: ‘string_view’ has not been declared 48 | void Write(string_view s) { write_(sink_, s); } | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:57:30: error: ‘string_view’ has not been declared 57 | static void Flush(void* r, string_view s) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:62:25: error: ‘string_view’ has not been declared 62 | void (*write_)(void*, string_view); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:94:15: error: ‘string_view’ has not been declared 94 | void Append(string_view v) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h:110:24: error: ‘string_view’ has not been declared 110 | bool PutPaddedString(string_view v, int width, int precision, bool left); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Flush()’: /usr/include/absl/strings/internal/str_format/extension.h:73:16: error: ‘string_view’ was not declared in this scope 73 | raw_.Write(string_view(buf_, static_cast(pos_ - buf_))); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/extension.h: In member function ‘void absl::lts_20240722::str_format_internal::FormatSinkImpl::Append(int)’: /usr/include/absl/strings/internal/str_format/extension.h:95:18: error: request for member ‘size’ in ‘v’, which is of non-class type ‘int’ 95 | size_t n = v.size(); | ^~~~ /usr/include/absl/strings/internal/str_format/extension.h:103:20: error: request for member ‘data’ in ‘v’, which is of non-class type ‘int’ 103 | memcpy(pos_, v.data(), n); | ^~~~ /usr/include/absl/strings/internal/str_format/arg.h: At global scope: /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl’ redeclared as different kind of entity 228 | StringConvertResult FormatConvertImpl(string_view v, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:225:21: note: previous declaration ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const std::wstring&, FormatConversionSpecImpl, FormatSinkImpl*)’ 225 | StringConvertResult FormatConvertImpl(const std::wstring& v, | ^~~~~~~~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:228:39: error: ‘string_view’ was not declared in this scope 228 | StringConvertResult FormatConvertImpl(string_view v, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:229:64: error: expected primary-expression before ‘conv’ 229 | FormatConversionSpecImpl conv, | ^~~~ /usr/include/absl/strings/internal/str_format/arg.h:230:53: error: expected primary-expression before ‘*’ token 230 | FormatSinkImpl* sink); | ^ /usr/include/absl/strings/internal/str_format/arg.h:230:55: error: ‘sink’ was not declared in this scope; did you mean ‘sinl’? 230 | FormatSinkImpl* sink); | ^~~~ | sinl /usr/include/absl/strings/internal/str_format/arg.h: In function ‘absl::lts_20240722::str_format_internal::StringConvertResult absl::lts_20240722::str_format_internal::FormatConvertImpl(const AbslCord&, FormatConversionSpecImpl, FormatSinkImpl*)’: /usr/include/absl/strings/internal/str_format/arg.h:280:8: error: ‘string_view’ was not declared in this scope 280 | for (string_view piece : value.Chunks()) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’ 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' '); | ^~ /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘;’ before ‘if’ 291 | } | ^ | ; 292 | 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' '); | ~~ /usr/include/absl/strings/internal/str_format/arg.h:293:3: error: expected primary-expression before ‘if’ 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' '); | ^~ /usr/include/absl/strings/internal/str_format/arg.h:291:4: error: expected ‘)’ before ‘if’ 291 | } | ^ | ) 292 | 293 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' '); | ~~ /usr/include/absl/strings/internal/str_format/arg.h:280:7: note: to match this ‘(’ 280 | for (string_view piece : value.Chunks()) { | ^ /usr/include/absl/strings/internal/str_format/arg.h: At global scope: /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: ‘string_view’ was not declared in this scope 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:664:1: error: template-id ‘Dispatch< >’ for ‘bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’ does not match any template declaration 664 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/arg.h:599:15: note: candidate is: ‘template static bool absl::lts_20240722::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20240722::str_format_internal::FormatConversionSpecImpl, void*)’ 599 | static bool Dispatch(Data arg, FormatConversionSpecImpl spec, void* out) { | ^~~~~~~~ In file included from /usr/include/absl/strings/internal/str_format/bind.h:29, from /usr/include/absl/strings/str_format.h:84: /usr/include/absl/strings/internal/str_format/parser.h:57:24: error: ‘string_view’ was not declared in this scope 57 | bool ParseFormatString(string_view src, Consumer consumer) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:57:50: error: expected primary-expression before ‘consumer’ 57 | bool ParseFormatString(string_view src, Consumer consumer) { | ^~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:57:58: error: expression list treated as compound expression in initializer [-fpermissive] 57 | bool ParseFormatString(string_view src, Consumer consumer) { | ^ /usr/include/absl/strings/internal/str_format/parser.h:57:59: error: expected ‘;’ before ‘{’ token 57 | bool ParseFormatString(string_view src, Consumer consumer) { | ^~ | ; /usr/include/absl/strings/internal/str_format/parser.h:116:32: error: ‘string_view’ was not declared in this scope 116 | constexpr bool EnsureConstexpr(string_view s) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:123:18: error: expected ‘)’ before ‘format’ 123 | string_view format, bool allow_ignored, | ^~~~~~~ | ) /usr/include/absl/strings/internal/str_format/parser.h:122:28: note: to match this ‘(’ 122 | explicit ParsedFormatBase( | ^ /usr/include/absl/strings/internal/str_format/parser.h: In member function ‘bool absl::lts_20240722::str_format_internal::ParsedFormatBase::ProcessFormat(Consumer) const’: /usr/include/absl/strings/internal/str_format/parser.h:153:5: error: ‘string_view’ was not declared in this scope 153 | string_view text(base, 0); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:155:31: error: ‘text’ was not declared in this scope 155 | const char* const end = text.data() + text.size(); | ^~~~ /usr/include/absl/strings/internal/str_format/parser.h: At global scope: /usr/include/absl/strings/internal/str_format/parser.h:222:44: error: expected ‘)’ before ‘format’ 222 | explicit ExtendedParsedFormat(string_view format) | ~ ^~~~~~~ | ) /usr/include/absl/strings/internal/str_format/parser.h:245:52: error: ‘string_view’ has not been declared 245 | static std::unique_ptr New(string_view format) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:249:7: error: ‘string_view’ has not been declared 249 | string_view format) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:254:52: error: ‘string_view’ has not been declared 254 | static std::unique_ptr New(string_view format, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/parser.h:262:35: error: expected ‘)’ before ‘s’ 262 | ExtendedParsedFormat(string_view s, bool allow_ignored) | ~ ^~ | ) /usr/include/absl/strings/internal/str_format/parser.h:263:50: error: expected unqualified-id before ‘)’ token 263 | : ParsedFormatBase(s, allow_ignored, {C...}) {} | ^ /usr/include/absl/strings/internal/str_format/bind.h:55:45: error: expected ‘)’ before ‘s’ 55 | explicit UntypedFormatSpecImpl(string_view s) | ~ ^~ | ) /usr/include/absl/strings/internal/str_format/bind.h:63:3: error: ‘string_view’ does not name a type 63 | string_view str() const { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/bind.h:168:33: error: expected ‘)’ before ‘s’ 168 | FormatSpecTemplate(string_view s) : Base(s) {} // NOLINT | ~ ^~ | ) /usr/include/absl/strings/str_format.h:111:41: error: expected ‘)’ before ‘s’ 111 | explicit UntypedFormatSpec(string_view s) : spec_(s) {} | ~ ^~ | ) /usr/include/absl/strings/str_format.h:847:15: error: ‘string_view’ has not been declared 847 | void Append(string_view v) { sink_->Append(v); } | ^~~~~~~~~~~ /usr/include/absl/strings/str_format.h:855:24: error: ‘string_view’ has not been declared 855 | bool PutPaddedString(string_view v, int width, int precision, bool left) { | ^~~~~~~~~~~ /usr/include/absl/strings/str_format.h:861:37: error: ‘absl::string_view’ has not been declared 861 | absl::string_view v) { | ^~~~~~~~~~~ /usr/include/absl/crc/crc32c.h:79:37: error: ‘absl::string_view’ has not been declared 79 | absl::string_view buf_to_add); | ^~~~~~~~~~~ /usr/include/absl/crc/crc32c.h:89:30: error: ‘string_view’ is not a member of ‘absl’ 89 | crc32c_t ComputeCrc32c(absl::string_view buf); | ^~~~~~~~~~~ /usr/include/absl/crc/crc32c.h:103:36: error: ‘absl::string_view’ has not been declared 103 | absl::string_view buf_to_add) { | ^~~~~~~~~~~ /usr/include/absl/crc/crc32c.h: In function ‘absl::lts_20240722::crc32c_t absl::lts_20240722::ExtendCrc32c(crc32c_t, int)’: /usr/include/absl/crc/crc32c.h:105:18: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’ 105 | if (buf_to_add.size() <= 64) { | ^~~~ /usr/include/absl/crc/crc32c.h:107:59: error: request for member ‘data’ in ‘buf_to_add’, which is of non-class type ‘int’ 107 | if (crc_internal::ExtendCrc32cInline(&crc, buf_to_add.data(), | ^~~~ /usr/include/absl/crc/crc32c.h:108:53: error: request for member ‘size’ in ‘buf_to_add’, which is of non-class type ‘int’ 108 | buf_to_add.size())) { | ^~~~ In file included from /usr/include/absl/functional/any_invocable.h:43, from /usr/include/absl/functional/internal/function_ref.h:23, from /usr/include/absl/functional/function_ref.h:54, from /usr/include/absl/strings/cord.h:82: /usr/include/absl/functional/internal/any_invocable.h: At global scope: /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’ 380 | struct IsInPlaceType> : std::true_type {}; | ^~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:380:28: error: ‘in_place_type_t’ is not a member of ‘absl’ /usr/include/absl/functional/internal/any_invocable.h:380:44: error: template argument 1 is invalid 380 | struct IsInPlaceType> : std::true_type {}; | ^ /usr/include/absl/functional/internal/any_invocable.h:380:45: error: expected unqualified-id before ‘>’ token 380 | struct IsInPlaceType> : std::true_type {}; | ^~ /usr/include/absl/functional/internal/any_invocable.h:476:42: error: expected ‘)’ before ‘<’ token 476 | explicit CoreImpl(absl::in_place_type_t, Args&&... args) { | ~ ^ | ) /usr/include/absl/functional/internal/any_invocable.h:868:1: error: expected ‘)’ before ‘<’ token 868 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, , &); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:869:1: error: expected ‘)’ before ‘<’ token 869 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, , const&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:872:1: error: expected ‘)’ before ‘<’ token 872 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &, &); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:873:1: error: expected ‘)’ before ‘<’ token 873 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &, const&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:876:1: error: expected ‘)’ before ‘<’ token 876 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &&, &&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/internal/any_invocable.h:877:1: error: expected ‘)’ before ‘<’ token 877 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &&, const&&); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/functional/any_invocable.h:208:46: error: expected ‘)’ before ‘<’ token 208 | explicit AnyInvocable(absl::in_place_type_t, Args&&... args) | ~ ^ | ) /usr/include/absl/functional/any_invocable.h:220:46: error: expected ‘)’ before ‘<’ token 220 | explicit AnyInvocable(absl::in_place_type_t, | ~ ^ | ) In file included from /usr/include/absl/strings/cord_analysis.h:23, from /usr/include/absl/strings/cord.h:84: /usr/include/absl/strings/internal/cord_internal.h:341:55: error: expected ‘)’ before ‘str’ 341 | explicit constexpr CordRepExternal(absl::string_view str) | ~ ^~~~ | ) /usr/include/absl/strings/internal/cord_internal.h:342:45: error: expected unqualified-id before ‘,’ token 342 | : CordRep(RefcountAndFlags::Immortal{}, str.size()), | ^ /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’ 360 | Releaser, absl::string_view>> | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_internal.h:360:50: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/internal/cord_internal.h:360:50: error: template argument 2 is invalid /usr/include/absl/strings/internal/cord_internal.h:361:55: error: ‘absl::string_view’ has not been declared 361 | void InvokeReleaser(Rank1, Releaser&& releaser, absl::string_view data) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_internal.h:367:55: error: ‘absl::string_view’ has not been declared 367 | void InvokeReleaser(Rank0, Releaser&& releaser, absl::string_view) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_internal.h: In destructor ‘absl::lts_20240722::cord_internal::CordRepExternalImpl::~CordRepExternalImpl()’: /usr/include/absl/strings/internal/cord_internal.h:386:26: error: ‘string_view’ is not a member of ‘absl’ 386 | absl::string_view(base, length)); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_internal.h: At global scope: /usr/include/absl/strings/internal/cord_internal.h:454:32: error: ‘string_view’ is not a member of ‘absl’ 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_internal.h:454:57: error: expected primary-expression before ‘pos’ 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) { | ^~~ /usr/include/absl/strings/internal/cord_internal.h:454:60: error: expression list treated as compound expression in initializer [-fpermissive] 454 | constexpr char GetOrNull(absl::string_view data, size_t pos) { | ^ /usr/include/absl/strings/internal/cord_internal.h:516:41: error: expected ‘)’ before ‘sv’ 516 | constexpr InlineData(absl::string_view sv, CordRep* rep) noexcept | ~ ^~~ | ) /usr/include/absl/strings/internal/cord_internal.h:698:45: error: expected ‘)’ before ‘chars’ 698 | explicit constexpr Rep(absl::string_view chars) | ~ ^~~~~~ | ) /usr/include/absl/strings/internal/cord_internal.h:714:38: error: expected unqualified-id before ‘{’ token 714 | GetOrNull(chars, 14)} {} | ^ In file included from /usr/include/absl/strings/cord_buffer.h:38, from /usr/include/absl/strings/cord.h:85: /usr/include/absl/strings/internal/cord_rep_flat.h:161:36: error: ‘absl::string_view’ has not been declared 161 | static CordRepFlat* Create(absl::string_view data, size_t extra = 0) { | ^~~~~~~~~~~ In file included from /usr/include/c++/14.2.1/cassert:44, from /usr/include/absl/strings/internal/cord_rep_flat.h:18: /usr/include/absl/strings/internal/cord_rep_flat.h: In static member function ‘static absl::lts_20240722::cord_internal::CordRepFlat* absl::lts_20240722::cord_internal::CordRepFlat::Create(int, size_t)’: /usr/include/absl/strings/internal/cord_rep_flat.h:162:5: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’ 162 | assert(data.size() <= kMaxFlatLength); | ^~~~~~ /usr/include/absl/strings/internal/cord_rep_flat.h:163:34: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’ 163 | CordRepFlat* flat = New(data.size() + (std::min)(extra, kMaxFlatLength)); | ^~~~ /usr/include/absl/strings/internal/cord_rep_flat.h:164:31: error: request for member ‘data’ in ‘data’, which is of non-class type ‘int’ 164 | memcpy(flat->Data(), data.data(), data.size()); | ^~~~ /usr/include/absl/strings/internal/cord_rep_flat.h:164:44: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’ 164 | memcpy(flat->Data(), data.data(), data.size()); | ^~~~ /usr/include/absl/strings/internal/cord_rep_flat.h:165:25: error: request for member ‘size’ in ‘data’, which is of non-class type ‘int’ 165 | flat->length = data.size(); | ^~~~ /usr/include/absl/strings/cord_buffer.h: At global scope: /usr/include/absl/strings/cord_buffer.h:435:46: error: ‘absl::string_view’ has not been declared 435 | cord_internal::CordRep* ConsumeValue(absl::string_view& short_value) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord_buffer.h: In member function ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::CordBuffer::ConsumeValue(int&)’: /usr/include/absl/strings/cord_buffer.h:438:27: error: ‘string_view’ is not a member of ‘absl’ 438 | short_value = absl::string_view(rep_.data(), rep_.short_length()); | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/cord.h:86: /usr/include/absl/strings/internal/cord_data_edge.h: At global scope: /usr/include/absl/strings/internal/cord_data_edge.h:45:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | inline absl::string_view EdgeData(const CordRep* edge) { | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/cord.h:88: /usr/include/absl/strings/internal/cord_rep_btree.h:208:51: error: ‘string_view’ has not been declared 208 | static CordRepBtree* Append(CordRepBtree* tree, string_view data, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:210:52: error: ‘string_view’ has not been declared 210 | static CordRepBtree* Prepend(CordRepBtree* tree, string_view data, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:239:21: error: ‘absl::string_view’ has not been declared 239 | bool IsFlat(absl::string_view* fragment) const; | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:245:46: error: ‘absl::string_view’ has not been declared 245 | bool IsFlat(size_t offset, size_t n, absl::string_view* fragment) const; | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:321:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 321 | inline absl::string_view Data(size_t index) const; | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:346:46: error: ‘absl::string_view’ has not been declared 346 | static void Dump(const CordRep* rep, absl::string_view label, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:348:46: error: ‘absl::string_view’ has not been declared 348 | static void Dump(const CordRep* rep, absl::string_view label, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:455:38: error: ‘absl::string_view’ has not been declared 455 | static CordRepBtree* NewLeaf(absl::string_view data, size_t extra); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:535:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 535 | absl::string_view AddData(absl::string_view data, size_t extra); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:571:58: error: ‘absl::string_view’ has not been declared 571 | static CordRepBtree* AddData(CordRepBtree* tree, absl::string_view data, | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree.h:637:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 637 | inline absl::string_view CordRepBtree::Data(size_t index) const { | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/cord.h:89: /usr/include/absl/strings/internal/cord_rep_btree_reader.h:112:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 112 | absl::string_view Init(CordRepBtree* tree); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:118:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 118 | absl::string_view Next(); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:122:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 122 | absl::string_view Skip(size_t skip); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:146:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 146 | absl::string_view Read(size_t n, size_t chunk_size, CordRep*& tree); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:155:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 155 | absl::string_view Seek(size_t offset); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:167:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 167 | inline absl::string_view CordRepBtreeReader::Init(CordRepBtree* tree) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:174:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 174 | inline absl::string_view CordRepBtreeReader::Next() { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:182:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 182 | inline absl::string_view CordRepBtreeReader::Skip(size_t skip) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/cord_rep_btree_reader.h:197:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 197 | inline absl::string_view CordRepBtreeReader::Seek(size_t offset) { | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/cord.h:97: /usr/include/absl/strings/internal/string_constant.h:39:48: error: ‘absl::string_view’ has not been declared 39 | static constexpr bool TryConstexprEval(absl::string_view view) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/string_constant.h:44:26: error: ‘string_view’ in namespace ‘absl’ does not name a type 44 | static constexpr absl::string_view value = T{}(); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/string_constant.h:44:50: error: expected unqualified-id before ‘)’ token 44 | static constexpr absl::string_view value = T{}(); | ^ /usr/include/absl/strings/internal/string_constant.h:45:19: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | constexpr absl::string_view operator()() const { return value; } | ^~~~~~~~~~~ /usr/include/absl/strings/internal/string_constant.h:49:34: error: ‘value’ was not declared in this scope 49 | static_assert(TryConstexprEval(value), | ^~~~~ /usr/include/absl/strings/internal/string_constant.h: In static member function ‘static constexpr bool absl::lts_20240722::strings_internal::StringConstant::TryConstexprEval(int)’: /usr/include/absl/strings/internal/string_constant.h:40:17: error: request for member ‘empty’ in ‘view’, which is of non-class type ‘int’ 40 | return view.empty() || 2 * view[0] != 1; | ^~~~~ /usr/include/absl/strings/internal/string_constant.h:40:36: error: invalid types ‘int[int]’ for array subscript 40 | return view.empty() || 2 * view[0] != 1; | ^ /usr/include/absl/strings/internal/string_constant.h: At global scope: /usr/include/absl/strings/internal/string_constant.h:55:17: error: ‘string_view’ in namespace ‘absl’ does not name a type 55 | constexpr absl::string_view StringConstant::value; | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/cord.h:100: /usr/include/absl/types/optional.h:47:12: error: ‘bad_optional_access’ has not been declared in ‘std’ 47 | using std::bad_optional_access; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/types/optional.h:48:12: error: ‘optional’ has not been declared in ‘std’ 48 | using std::optional; | ^~~~~~~~ /usr/include/absl/types/optional.h:49:12: error: ‘make_optional’ has not been declared in ‘std’ 49 | using std::make_optional; | ^~~~~~~~~~~~~ /usr/include/absl/types/optional.h:50:12: error: ‘nullopt_t’ has not been declared in ‘std’ 50 | using std::nullopt_t; | ^~~~~~~~~ /usr/include/absl/types/optional.h:51:12: error: ‘nullopt’ has not been declared in ‘std’ 51 | using std::nullopt; | ^~~~~~~ /usr/include/absl/strings/cord.h:107:33: error: ‘string_view’ is not a member of ‘absl’ 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:107:54: error: expected primary-expression before ‘&&’ token 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&); | ^~ /usr/include/absl/strings/cord.h:107:56: error: expected primary-expression before ‘)’ token 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&); | ^ /usr/include/absl/strings/cord.h:196:34: error: expected ‘)’ before ‘src’ 196 | explicit Cord(absl::string_view src); | ~ ^~~~ | ) /usr/include/absl/strings/cord.h:197:25: error: ‘absl::string_view’ has not been declared 197 | Cord& operator=(absl::string_view src); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:254:42: error: ‘absl::string_view’ has not been declared 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:254:79: error: ‘template absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal(int, Releaser&&)’ conflicts with a previous declaration 254 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser); | ^ /usr/include/absl/strings/cord.h:107:6: note: previous declaration ‘template absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal’ 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:268:21: error: ‘absl::string_view’ has not been declared 268 | void Append(absl::string_view src); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:329:22: error: ‘absl::string_view’ has not been declared 329 | void Prepend(absl::string_view src); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:387:21: error: ‘absl::string_view’ has not been declared 387 | int Compare(absl::string_view rhs) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:394:25: error: ‘absl::string_view’ has not been declared 394 | bool StartsWith(absl::string_view rhs) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:399:23: error: ‘absl::string_view’ has not been declared 399 | bool EndsWith(absl::string_view rhs) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:405:23: error: ‘absl::string_view’ has not been declared 405 | bool Contains(absl::string_view rhs) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:471:30: error: ‘string_view’ in namespace ‘absl’ does not name a type 471 | using value_type = absl::string_view; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:473:52: error: template argument 1 is invalid 473 | using pointer = absl::Nonnull; | ^ /usr/include/absl/strings/cord.h:474:23: error: ‘value_type’ does not name a type 474 | using reference = value_type; | ^~~~~~~~~~ /usr/include/absl/strings/cord.h:482:5: error: ‘reference’ does not name a type 482 | reference operator*() const; | ^~~~~~~~~ /usr/include/absl/strings/cord.h:483:5: error: ‘pointer’ does not name a type 483 | pointer operator->() const; | ^~~~~~~ /usr/include/absl/strings/cord.h:514:11: error: ‘string_view’ in namespace ‘absl’ does not name a type 514 | absl::string_view current_chunk_; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:569:30: error: ‘string_view’ in namespace ‘absl’ does not name a type 569 | using value_type = absl::string_view; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:570:23: error: ‘value_type’ does not name a type 570 | using reference = value_type&; | ^~~~~~~~~~ /usr/include/absl/strings/cord.h:571:34: error: expected ‘;’ before ‘value_type’ 571 | using const_reference = const value_type&; | ^~~~~~~~~~~ | ; /usr/include/absl/strings/cord.h:675:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 675 | static absl::string_view ChunkRemaining(const CharIterator& it); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:763:9: error: ‘optional’ in namespace ‘absl’ does not name a template type 763 | absl::optional TryFlat() const | ^~~~~~~~ /usr/include/absl/strings/cord.h:771:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 771 | absl::string_view Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:778:27: error: ‘absl::string_view’ has not been declared 778 | CharIterator Find(absl::string_view needle) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:783:37: error: ‘absl::string_view’ has not been declared 783 | absl::string_view part) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:816:9: error: ‘optional’ in namespace ‘absl’ does not name a template type 816 | absl::optional ExpectedChecksum() const; | ^~~~~~~~ /usr/include/absl/strings/cord.h:847:34: error: expected ‘)’ before ‘src’ 847 | explicit Cord(absl::string_view src, MethodIdentifier method); | ~ ^~~~ | ) /usr/include/absl/strings/cord.h:851:49: error: ‘absl::string_view’ has not been declared 851 | friend bool operator==(const Cord& lhs, absl::string_view rhs); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:890:50: error: ‘string_view’ is not a member of ‘absl’ 890 | void ForEachChunk(absl::FunctionRef) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:890:62: error: template argument 1 is invalid 890 | void ForEachChunk(absl::FunctionRef) const; | ^ /usr/include/absl/strings/cord.h:894:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 894 | absl::string_view FlattenSlowPath(); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:913:51: error: expected ‘)’ before ‘sv’ 913 | explicit constexpr InlineRep(absl::string_view sv, | ~ ^~~ | ) /usr/include/absl/strings/cord.h:932:28: error: ‘absl::string_view’ has not been declared 932 | void AppendArray(absl::string_view src, MethodIdentifier method); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:933:11: error: ‘string_view’ in namespace ‘absl’ does not name a type 933 | absl::string_view FindFlatStartPiece() const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ 1045 | absl::Nonnull fragment); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid 1045 | absl::Nonnull fragment); | ^ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ 1045 | absl::Nonnull fragment); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid 1045 | absl::Nonnull fragment); | ^ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ 1045 | absl::Nonnull fragment); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1045:46: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/cord.h:1045:58: error: template argument 1 is invalid 1045 | absl::Nonnull fragment); | ^ /usr/include/absl/strings/cord.h:1045:32: error: ‘absl::Nonnull’ is not a type 1045 | absl::Nonnull fragment); | ^~~~~~~ /usr/include/absl/strings/cord.h:1045:39: error: expected ‘,’ or ‘...’ before ‘<’ token 1045 | absl::Nonnull fragment); | ^ /usr/include/absl/strings/cord.h:1050:36: error: ‘string_view’ is not a member of ‘absl’ 1050 | absl::FunctionRef callback); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1050:48: error: template argument 1 is invalid 1050 | absl::FunctionRef callback); | ^ /usr/include/absl/strings/cord.h:1057:29: error: ‘absl::string_view’ has not been declared 1057 | int CompareSlowPath(absl::string_view rhs, size_t compared_size, | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1061:25: error: ‘absl::string_view’ has not been declared 1061 | bool EqualsImpl(absl::string_view rhs, size_t size_to_compare) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1068:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 1068 | static absl::string_view GetFirstChunk(const Cord& c); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1069:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 1069 | static absl::string_view GetFirstChunk(absl::string_view sv); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1084:28: error: ‘absl::string_view’ has not been declared 1084 | void AppendPrecise(absl::string_view src, MethodIdentifier method); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1085:29: error: ‘absl::string_view’ has not been declared 1085 | void PrependPrecise(absl::string_view src, MethodIdentifier method); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1092:27: error: ‘absl::string_view’ has not been declared 1092 | void PrependArray(absl::string_view src, MethodIdentifier method); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1114:48: error: ‘absl::string_view’ has not been declared 1114 | CharIterator FindImpl(CharIterator it, absl::string_view needle) const; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In function ‘void absl::lts_20240722::AbslStringify(Sink&, const Cord&)’: /usr/include/absl/strings/cord.h:790:16: error: ‘string_view’ is not a member of ‘absl’ 790 | for (absl::string_view chunk : cord.Chunks()) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token 793 | } | ^ /usr/include/absl/strings/cord.h:793:3: error: expected ‘;’ before ‘}’ token /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token /usr/include/absl/strings/cord.h:793:3: error: expected ‘)’ before ‘}’ token /usr/include/absl/strings/cord.h:790:9: note: to match this ‘(’ 790 | for (absl::string_view chunk : cord.Chunks()) { | ^ /usr/include/absl/strings/cord.h:793:3: error: expected primary-expression before ‘}’ token 793 | } | ^ /usr/include/absl/strings/cord.h: In function ‘H absl::lts_20240722::AbslHashValue(H, const Cord&)’: /usr/include/absl/strings/cord.h:820:11: error: ‘optional’ is not a member of ‘absl’ 820 | absl::optional maybe_flat = c.TryFlat(); | ^~~~~~~~ /usr/include/absl/strings/cord.h:820:26: error: ‘string_view’ is not a member of ‘absl’ 820 | absl::optional maybe_flat = c.TryFlat(); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:820:39: error: ‘maybe_flat’ was not declared in this scope 820 | absl::optional maybe_flat = c.TryFlat(); | ^~~~~~~~~~ /usr/include/absl/strings/cord.h:820:54: error: ‘const class absl::lts_20240722::Cord’ has no member named ‘TryFlat’ 820 | absl::optional maybe_flat = c.TryFlat(); | ^~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘H absl::lts_20240722::Cord::HashFragmented(H) const’: /usr/include/absl/strings/cord.h:1102:49: error: ‘absl::string_view’ has not been declared 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In lambda function: /usr/include/absl/strings/cord.h:1103:69: error: request for member ‘data’ in ‘chunk’, which is of non-class type ‘int’ 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(), | ^~~~ /usr/include/absl/strings/cord.h:1104:46: error: request for member ‘size’ in ‘chunk’, which is of non-class type ‘int’ 1104 | chunk.size()); | ^~~~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1135:6: error: variable or field ‘InitializeCordRepExternal’ declared void 1135 | void InitializeCordRepExternal(absl::string_view data, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1135:38: error: ‘string_view’ is not a member of ‘absl’ 1135 | void InitializeCordRepExternal(absl::string_view data, | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1136:64: error: expected primary-expression before ‘rep’ 1136 | absl::Nonnull rep); | ^~~ /usr/include/absl/strings/cord.h:1142:46: error: ‘string_view’ is not a member of ‘absl’ 1142 | absl::Nonnull NewExternalRep(absl::string_view data, | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1143:48: error: expected primary-expression before ‘&&’ token 1143 | Releaser&& releaser) { | ^~ /usr/include/absl/strings/cord.h:1143:51: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’? 1143 | Releaser&& releaser) { | ^~~~~~~~ | Releaser /usr/include/absl/strings/cord.h:1143:59: error: expression list treated as compound expression in initializer [-fpermissive] 1143 | Releaser&& releaser) { | ^ /usr/include/absl/strings/cord.h:1143:60: error: expected ‘;’ before ‘{’ token 1143 | Releaser&& releaser) { | ^~ | ; /usr/include/absl/strings/cord.h:1156:11: error: ‘absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep’ redeclared as different kind of entity 1156 | absl::string_view data, void (&releaser)(absl::string_view)) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1142:25: note: previous declaration ‘template absl::lts_20240722::cord_internal::CordRep* absl::lts_20240722::cord_internal::NewExternalRep’ 1142 | absl::Nonnull NewExternalRep(absl::string_view data, | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1156:11: error: ‘string_view’ is not a member of ‘absl’ 1156 | absl::string_view data, void (&releaser)(absl::string_view)) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1156:36: error: ‘releaser’ was not declared in this scope 1156 | absl::string_view data, void (&releaser)(absl::string_view)) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1156:52: error: ‘string_view’ is not a member of ‘absl’ 1156 | absl::string_view data, void (&releaser)(absl::string_view)) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1163:6: error: redefinition of ‘template absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal’ 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) { | ^~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:107:6: note: ‘template absl::lts_20240722::Cord absl::lts_20240722::MakeCordFromExternal’ previously declared here 107 | Cord MakeCordFromExternal(absl::string_view, Releaser&&); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1163:33: error: ‘string_view’ is not a member of ‘absl’ 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1163:59: error: expected primary-expression before ‘&&’ token 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) { | ^~ /usr/include/absl/strings/cord.h:1163:62: error: ‘releaser’ was not declared in this scope; did you mean ‘Releaser’? 1163 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) { | ^~~~~~~~ | Releaser /usr/include/absl/strings/cord.h:1178:11: error: ‘constexpr const int absl::lts_20240722::Cord::InlineRep::InlineRep’ is not a static data member of ‘class absl::lts_20240722::Cord::InlineRep’ 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, | ^~~~ /usr/include/absl/strings/cord.h:1178:44: error: ‘string_view’ is not a member of ‘absl’ 1178 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1179:63: error: expected primary-expression before ‘rep’ 1179 | absl::Nullable rep) | ^~~ /usr/include/absl/strings/cord.h:1179:66: error: expression list treated as compound expression in initializer [-fpermissive] 1179 | absl::Nullable rep) | ^ /usr/include/absl/strings/cord.h:1338:8: error: ‘int absl::lts_20240722::Cord::Cord’ is not a static data member of ‘class absl::lts_20240722::Cord’ 1338 | inline Cord::Cord(absl::string_view src) | ^~~~ /usr/include/absl/strings/cord.h:1338:25: error: ‘string_view’ is not a member of ‘absl’ 1338 | inline Cord::Cord(absl::string_view src) | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord& absl::lts_20240722::Cord::operator=(T&&)’: /usr/include/absl/strings/cord.h:1358:28: error: ‘string_view’ is not a member of ‘absl’ 1358 | return operator=(absl::string_view(src)); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1405:14: error: ‘optional’ in namespace ‘absl’ does not name a template type 1405 | inline absl::optional Cord::TryFlat() const | ^~~~~~~~ /usr/include/absl/strings/cord.h:1418:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 1418 | inline absl::string_view Cord::Flatten() ABSL_ATTRIBUTE_LIFETIME_BOUND { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1431:13: error: variable or field ‘Append’ declared void 1431 | inline void Cord::Append(absl::string_view src) { | ^~~~ /usr/include/absl/strings/cord.h:1431:32: error: ‘string_view’ is not a member of ‘absl’ 1431 | inline void Cord::Append(absl::string_view src) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1435:13: error: variable or field ‘Prepend’ declared void 1435 | inline void Cord::Prepend(absl::string_view src) { | ^~~~ /usr/include/absl/strings/cord.h:1435:33: error: ‘string_view’ is not a member of ‘absl’ 1435 | inline void Cord::Prepend(absl::string_view src) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Append(absl::lts_20240722::CordBuffer)’: /usr/include/absl/strings/cord.h:1442:9: error: ‘string_view’ is not a member of ‘absl’ 1442 | absl::string_view short_value; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1443:42: error: ‘short_value’ was not declared in this scope 1443 | if (CordRep* rep = buffer.ConsumeValue(short_value)) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::Prepend(absl::lts_20240722::CordBuffer)’: /usr/include/absl/strings/cord.h:1453:9: error: ‘string_view’ is not a member of ‘absl’ 1453 | absl::string_view short_value; | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1454:42: error: ‘short_value’ was not declared in this scope 1454 | if (CordRep* rep = buffer.ConsumeValue(short_value)) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1495:13: error: ‘bool absl::lts_20240722::Cord::StartsWith’ is not a static data member of ‘class absl::lts_20240722::Cord’ 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const { | ^~~~ /usr/include/absl/strings/cord.h:1495:36: error: ‘string_view’ is not a member of ‘absl’ 1495 | inline bool Cord::StartsWith(absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::InitTree(absl::lts_20240722::Nonnull)’: /usr/include/absl/strings/cord.h:1513:5: error: ‘current_chunk_’ was not declared in this scope 1513 | current_chunk_ = btree_reader_.Init(tree->btree()); | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1513:36: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Init’ 1513 | current_chunk_ = btree_reader_.Init(tree->btree()); | ^~~~ /usr/include/absl/strings/cord.h:1516:5: error: ‘current_chunk_’ was not declared in this scope 1516 | current_chunk_ = cord_internal::EdgeData(tree); | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1516:37: error: ‘EdgeData’ is not a member of ‘absl::lts_20240722::cord_internal’ 1516 | current_chunk_ = cord_internal::EdgeData(tree); | ^~~~~~~~ /usr/include/absl/strings/cord.h: In constructor ‘absl::lts_20240722::Cord::ChunkIterator::ChunkIterator(absl::lts_20240722::Nonnull)’: /usr/include/absl/strings/cord.h:1532:7: error: ‘current_chunk_’ was not declared in this scope 1532 | current_chunk_ = {}; | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1536:5: error: ‘current_chunk_’ was not declared in this scope 1536 | current_chunk_ = {cord->contents_.data(), bytes_remaining_}; | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::AdvanceBtree()’: /usr/include/absl/strings/cord.h:1541:3: error: ‘current_chunk_’ was not declared in this scope 1541 | current_chunk_ = btree_reader_.Next(); | ^~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h:1541:34: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’ 1541 | current_chunk_ = btree_reader_.Next(); | ^~~~ In file included from /usr/include/c++/14.2.1/cassert:44, from /usr/include/absl/strings/internal/cord_rep_crc.h:18, from /usr/include/absl/strings/cord.h:90: /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytesBtree(size_t)’: /usr/include/absl/strings/cord.h:1546:3: error: ‘current_chunk_’ was not declared in this scope 1546 | assert(n >= current_chunk_.size()); | ^~~~~~ /usr/include/absl/strings/cord.h:1550:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Next’ 1550 | current_chunk_ = btree_reader_.Next(); | ^~~~ /usr/include/absl/strings/cord.h:1553:38: error: ‘using absl::lts_20240722::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20240722::cord_internal::CordRepBtreeReader’ {aka ‘class absl::lts_20240722::cord_internal::CordRepBtreeReader’} has no member named ‘Seek’ 1553 | current_chunk_ = btree_reader_.Seek(offset); | ^~~~ /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::ChunkIterator& absl::lts_20240722::Cord::ChunkIterator::operator++()’: /usr/include/absl/strings/cord.h:1563:3: error: ‘current_chunk_’ was not declared in this scope 1563 | assert(bytes_remaining_ >= current_chunk_.size()); | ^~~~~~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1590:29: error: ‘reference’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type 1590 | inline Cord::ChunkIterator::reference Cord::ChunkIterator::operator*() const { | ^~~~~~~~~ /usr/include/absl/strings/cord.h:1595:29: error: ‘pointer’ in ‘class absl::lts_20240722::Cord::ChunkIterator’ does not name a type 1595 | inline Cord::ChunkIterator::pointer Cord::ChunkIterator::operator->() const { | ^~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::RemoveChunkPrefix(size_t)’: /usr/include/absl/strings/cord.h:1601:3: error: ‘current_chunk_’ was not declared in this scope 1601 | assert(n < current_chunk_.size()); | ^~~~~~ In file included from /usr/include/absl/log/internal/vlog_config.h:37: /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ChunkIterator::AdvanceBytes(size_t)’: /usr/include/absl/strings/cord.h:1608:7: error: ‘current_chunk_’ was not declared in this scope 1608 | if (ABSL_PREDICT_TRUE(n < current_chunk_.size())) { | ^~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘absl::lts_20240722::Cord::CharIterator& absl::lts_20240722::Cord::CharIterator::operator++()’: /usr/include/absl/strings/cord.h:1636:7: error: base operand of ‘->’ has non-pointer type ‘absl::lts_20240722::Cord::ChunkIterator’ 1636 | if (ABSL_PREDICT_TRUE(chunk_iterator_->size() > 1)) { | ^~~~~~~~~~~~~~~~~ /usr/include/absl/strings/cord.h: In member function ‘const char& absl::lts_20240722::Cord::CharIterator::operator*() const’: /usr/include/absl/strings/cord.h:1659:26: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’ 1659 | return *chunk_iterator_->data(); | ^~ /usr/include/absl/strings/cord.h: In member function ‘const char* absl::lts_20240722::Cord::CharIterator::operator->() const’: /usr/include/absl/strings/cord.h:1663:25: error: base operand of ‘->’ has non-pointer type ‘const absl::lts_20240722::Cord::ChunkIterator’ 1663 | return chunk_iterator_->data(); | ^~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1677:14: error: ‘string_view’ in namespace ‘absl’ does not name a type 1677 | inline absl::string_view Cord::ChunkRemaining(const CharIterator& it) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1698:34: error: ‘string_view’ is not a member of ‘absl’ 1698 | absl::FunctionRef callback) const { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1698:46: error: template argument 1 is invalid 1698 | absl::FunctionRef callback) const { | ^ /usr/include/absl/strings/cord.h: In member function ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’: /usr/include/absl/strings/cord.h:1701:20: error: ‘string_view’ is not a member of ‘absl’ 1701 | callback(absl::string_view(contents_.data(), contents_.size())); | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1701:67: error: ‘callback’ cannot be used as a function 1701 | callback(absl::string_view(contents_.data(), contents_.size())); | ^ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1729:47: error: ‘absl::string_view’ has not been declared 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator==(const Cord&, int)’: /usr/include/absl/strings/cord.h:1731:25: error: request for member ‘size’ in ‘rhs’, which is of non-class type ‘int’ 1731 | size_t rhs_size = rhs.size(); | ^~~~ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1736:13: error: declaration of ‘operator==’ as non-function 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1736:30: error: ‘string_view’ is not a member of ‘absl’ 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1736:45: error: expected primary-expression before ‘const’ 1736 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; } | ^~~~~ /usr/include/absl/strings/cord.h:1737:45: error: ‘absl::string_view’ has not been declared 1737 | inline bool operator!=(const Cord& x, absl::string_view y) { return !(x == y); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1738:13: error: declaration of ‘operator!=’ as non-function 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1738:30: error: ‘string_view’ is not a member of ‘absl’ 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1738:45: error: expected primary-expression before ‘const’ 1738 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); } | ^~~~~ /usr/include/absl/strings/cord.h:1739:44: error: ‘absl::string_view’ has not been declared 1739 | inline bool operator<(const Cord& x, absl::string_view y) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1742:13: error: declaration of ‘operator<’ as non-function 1742 | inline bool operator<(absl::string_view x, const Cord& y) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1742:29: error: ‘string_view’ is not a member of ‘absl’ 1742 | inline bool operator<(absl::string_view x, const Cord& y) { | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1742:44: error: expected primary-expression before ‘const’ 1742 | inline bool operator<(absl::string_view x, const Cord& y) { | ^~~~~ /usr/include/absl/strings/cord.h:1745:44: error: ‘absl::string_view’ has not been declared 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator>(const Cord&, int)’: /usr/include/absl/strings/cord.h:1745:70: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’) 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ~ ^ ~ | | | | int const absl::lts_20240722::Cord In file included from /usr/include/absl/log/log_entry.h:36: /usr/include/absl/types/span.h:547:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 547 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ /usr/include/absl/types/span.h:551:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 551 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ /usr/include/absl/types/span.h:555:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 555 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ /usr/include/absl/types/span.h:561:6: note: candidate: ‘template bool absl::lts_20240722::operator<(const U&, Span)’ 561 | bool operator<(const U& a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ /usr/include/absl/types/span.h:567:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, const U&)’ 567 | bool operator<(Span a, const U& b) { | ^~~~~~~~ /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template bool absl::lts_20240722::operator<(const InlinedVector&, const InlinedVector&)’ 964 | bool operator<(const absl::InlinedVector& a, | ^~~~~~~~ /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1745:72: note: mismatched types ‘const absl::lts_20240722::InlinedVector’ and ‘int’ 1745 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; } | ^ In file included from /usr/include/absl/log/internal/log_message.h:39: /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’ 176 | COMPOP(>, <, LogSeverityAtLeast) | ^~~~~~ /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’ 176 | COMPOP(>, <, LogSeverityAtLeast) | ^~~~~~ /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’ 178 | COMPOP(<, >, LogSeverityAtMost) | ^~~~~~ /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’ 178 | COMPOP(<, >, LogSeverityAtMost) | ^~~~~~ /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’ 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs, | ^~~~~~~~ /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’ 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs, | ~~~~~~~~~^~~ /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’ 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) { | ^~~~~~~~ /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’ 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) { | ~~~~~^~~ In file included from /usr/include/absl/strings/internal/str_format/arg.h:35: /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’ 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’ 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) { | ~~~~~~~~^~~ In file included from /usr/include/absl/numeric/int128.h:1182: /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’ 207 | constexpr bool operator<(int128 lhs, int128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’ 207 | constexpr bool operator<(int128 lhs, int128 rhs) { | ~~~~~~~^~~ /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’ 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; } | ~~~~~~~~~~~~^ /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’ 1739 | inline bool operator<(const Cord& x, absl::string_view y) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1739 | inline bool operator<(const Cord& x, absl::string_view y) { | ~~~~~~~~~~~~^ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1746:13: error: declaration of ‘operator>’ as non-function 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1746:29: error: ‘string_view’ is not a member of ‘absl’ 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1746:44: error: expected primary-expression before ‘const’ 1746 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; } | ^~~~~ /usr/include/absl/strings/cord.h:1747:45: error: ‘absl::string_view’ has not been declared 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In function ‘bool absl::lts_20240722::operator<=(const Cord&, int)’: /usr/include/absl/strings/cord.h:1747:73: error: no match for ‘operator<’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’) 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ~ ^ ~ | | | | int const absl::lts_20240722::Cord /usr/include/absl/types/span.h:547:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 547 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/types/span.h:551:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 551 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/types/span.h:555:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, Span)’ 555 | bool operator<(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:555:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/types/span.h:561:6: note: candidate: ‘template bool absl::lts_20240722::operator<(const U&, Span)’ 561 | bool operator<(const U& a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:561:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/types/span.h:567:6: note: candidate: ‘template bool absl::lts_20240722::operator<(Span, const U&)’ 567 | bool operator<(Span a, const U& b) { | ^~~~~~~~ /usr/include/absl/types/span.h:567:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/container/inlined_vector.h:964:6: note: candidate: ‘template bool absl::lts_20240722::operator<(const InlinedVector&, const InlinedVector&)’ 964 | bool operator<(const absl::InlinedVector& a, | ^~~~~~~~ /usr/include/absl/container/inlined_vector.h:964:6: note: template argument deduction/substitution failed: /usr/include/absl/strings/cord.h:1747:75: note: mismatched types ‘const absl::lts_20240722::InlinedVector’ and ‘int’ 1747 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); } | ^ /usr/include/absl/base/log_severity.h:176:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverity, LogSeverityAtLeast)’ 176 | COMPOP(>, <, LogSeverityAtLeast) | ^~~~~~ /usr/include/absl/base/log_severity.h:176:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverity’ 176 | COMPOP(>, <, LogSeverityAtLeast) | ^~~~~~ /usr/include/absl/base/log_severity.h:178:1: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(LogSeverityAtMost, LogSeverity)’ 178 | COMPOP(<, >, LogSeverityAtMost) | ^~~~~~ /usr/include/absl/base/log_severity.h:178:1: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::LogSeverityAtMost’ 178 | COMPOP(<, >, LogSeverityAtMost) | ^~~~~~ /usr/include/absl/time/time.h:1745:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Duration, Duration)’ 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs, | ^~~~~~~~ /usr/include/absl/time/time.h:1745:65: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’ 1745 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs, | ~~~~~~~~~^~~ /usr/include/absl/time/time.h:880:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(Time, Time)’ 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) { | ^~~~~~~~ /usr/include/absl/time/time.h:880:61: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’ 880 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) { | ~~~~~^~~ /usr/include/absl/numeric/int128.h:810:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(uint128, uint128)’ 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’ 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) { | ~~~~~~~~^~~ /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator<(int128, int128)’ 207 | constexpr bool operator<(int128 lhs, int128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’ 207 | constexpr bool operator<(int128 lhs, int128 rhs) { | ~~~~~~~^~~ /usr/include/absl/strings/cord.h:1716:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, const Cord&)’ 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1716:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1716 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; } | ~~~~~~~~~~~~^ /usr/include/absl/strings/cord.h:1739:13: note: candidate: ‘bool absl::lts_20240722::operator<(const Cord&, int)’ 1739 | inline bool operator<(const Cord& x, absl::string_view y) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1739:35: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1739 | inline bool operator<(const Cord& x, absl::string_view y) { | ~~~~~~~~~~~~^ /usr/include/absl/strings/cord.h: At global scope: /usr/include/absl/strings/cord.h:1748:13: error: declaration of ‘operator<=’ as non-function 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1748:30: error: ‘string_view’ is not a member of ‘absl’ 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1748:45: error: expected primary-expression before ‘const’ 1748 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); } | ^~~~~ /usr/include/absl/strings/cord.h:1749:45: error: ‘absl::string_view’ has not been declared 1749 | inline bool operator>=(const Cord& x, absl::string_view y) { return !(x < y); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1750:13: error: declaration of ‘operator>=’ as non-function 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); } | ^~~~~~~~ /usr/include/absl/strings/cord.h:1750:30: error: ‘string_view’ is not a member of ‘absl’ 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); } | ^~~~~~~~~~~ /usr/include/absl/strings/cord.h:1750:45: error: expected primary-expression before ‘const’ 1750 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); } | ^~~~~ /usr/include/google/protobuf/io/coded_stream.h:870:51: error: ‘absl::string_view’ has not been declared 870 | uint8_t* WriteStringOutline(uint32_t num, absl::string_view s, uint8_t* ptr); | ^~~~~~~~~~~ /usr/include/google/protobuf/io/coded_stream.h: In member function ‘std::ptrdiff_t google::protobuf::io::EpsCopyOutputStream::GetSize(uint8_t*) const’: /usr/include/google/protobuf/io/coded_stream.h:832:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 832 | ABSL_DCHECK(ptr <= end_ + kSlopBytes); // NOLINT | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/io/coded_stream.h: In member function ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteTag(uint32_t, uint32_t, uint8_t*)’: /usr/include/google/protobuf/io/coded_stream.h:853:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 853 | ABSL_DCHECK(ptr < end_); // NOLINT | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/io/coded_stream.h: In member function ‘bool google::protobuf::io::CodedOutputStream::HadError()’: /usr/include/google/protobuf/io/coded_stream.h:1062:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1062 | ABSL_DCHECK(cur_); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/arena_align.h: In function ‘google::protobuf::internal::ArenaAlign google::protobuf::internal::ArenaAlignAs(size_t)’: /usr/include/google/protobuf/arena_align.h:158:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’ 158 | ABSL_DCHECK_NE(align, 0U); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/arena_align.h:159:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align; | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/google/protobuf/arena.h:38, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:21: /usr/include/google/protobuf/port.h: At global scope: /usr/include/google/protobuf/port.h:206:14: error: ‘optional’ in namespace ‘absl’ does not name a template type 206 | inline absl::optional RttiTypeName() { | ^~~~~~~~ /usr/include/google/protobuf/port.h:426:46: error: expected ‘)’ before ‘name’ 426 | explicit RealDebugCounter(absl::string_view name) { Register(name); } | ~ ^~~~~ | ) /usr/include/google/protobuf/port.h:432:23: error: ‘absl::string_view’ has not been declared 432 | void Register(absl::string_view name); | ^~~~~~~~~~~ /usr/include/google/protobuf/string_block.h: In static member function ‘static google::protobuf::internal::StringBlock* google::protobuf::internal::StringBlock::Emplace(void*, size_t, google::protobuf::internal::StringBlock*)’: /usr/include/google/protobuf/string_block.h:125:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 125 | ABSL_DCHECK_EQ(count, NextSize(next)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/string_block.h: In static member function ‘static size_t google::protobuf::internal::StringBlock::Delete(google::protobuf::internal::StringBlock*)’: /usr/include/google/protobuf/string_block.h:147:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 147 | ABSL_DCHECK(block != nullptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/string_block.h: In member function ‘std::string* google::protobuf::internal::StringBlock::AtOffset(size_t)’: /usr/include/google/protobuf/string_block.h:162:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 162 | ABSL_DCHECK_LE(offset, effective_size()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/serial_arena.h: In constructor ‘google::protobuf::internal::ArenaBlock::ArenaBlock(google::protobuf::internal::ArenaBlock*, size_t)’: /usr/include/google/protobuf/serial_arena.h:44:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 44 | ABSL_DCHECK_GT(size, sizeof(ArenaBlock)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/serial_arena.h: In member function ‘char* google::protobuf::internal::ArenaBlock::Pointer(size_t)’: /usr/include/google/protobuf/serial_arena.h:48:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 48 | ABSL_DCHECK_LE(n, size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/serial_arena.h: In member function ‘bool google::protobuf::internal::SerialArena::MaybeAllocateAligned(size_t, void**)’: /usr/include/google/protobuf/serial_arena.h:203:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 203 | ABSL_DCHECK(internal::ArenaAlignDefault::IsAligned(n)); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/serial_arena.h:204:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 204 | ABSL_DCHECK_GE(limit_, ptr()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/serial_arena.h: In member function ‘void* google::protobuf::internal::SerialArena::AllocateAlignedWithCleanup(size_t, size_t, void (*)(void*))’: /usr/include/google/protobuf/serial_arena.h:243:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 243 | ABSL_DCHECK_GE(limit_, ptr()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/serial_arena.h: In static member function ‘static const char* google::protobuf::internal::SerialArena::MaybePrefetchImpl(ptrdiff_t, const char*, const char*, const char*)’: /usr/include/google/protobuf/serial_arena.h:291:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 291 | ABSL_DCHECK(prefetch_ptr != nullptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchData(const char*)’: /usr/include/google/protobuf/serial_arena.h:301:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 301 | ABSL_DCHECK(static_cast(prefetch_ptr_) == nullptr || | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/serial_arena.h: In member function ‘void google::protobuf::internal::SerialArena::MaybePrefetchCleanup()’: /usr/include/google/protobuf/serial_arena.h:308:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 308 | ABSL_DCHECK(static_cast(cleanup_list_.prefetch_ptr_) == | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In static member function ‘static void google::protobuf::internal::TaggedStringPtr::assert_aligned(const void*)’: /usr/include/google/protobuf/arenastring.h:190:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’ 190 | ABSL_DCHECK_EQ(reinterpret_cast(p) & kMask, 0UL); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::TaggedStringPtr::TagAs(Type, std::string*)’: /usr/include/google/protobuf/arenastring.h:197:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 197 | ABSL_DCHECK(p != nullptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:22: /usr/include/google/protobuf/arenastring.h: At global scope: /usr/include/google/protobuf/arenastring.h:298:18: error: ‘absl::string_view’ has not been declared 298 | void Set(absl::string_view value, Arena* arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h:305:23: error: ‘absl::string_view’ has not been declared 305 | void SetBytes(absl::string_view value, Arena* arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*)’: /usr/include/google/protobuf/arenastring.h:244:17: error: ‘string_view’ is not a member of ‘absl’ 244 | Set(absl::string_view(""), arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In constructor ‘google::protobuf::internal::ArenaStringPtr::ArenaStringPtr(google::protobuf::Arena*, const google::protobuf::internal::LazyString&)’: /usr/include/google/protobuf/arenastring.h:255:17: error: ‘string_view’ is not a member of ‘absl’ 255 | Set(absl::string_view(default_value.get()), arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, google::protobuf::Arena*)’: /usr/include/google/protobuf/arenastring.h:469:13: error: ‘string_view’ is not a member of ‘absl’ 469 | Set(absl::string_view{s}, arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::Set(const char*, size_t, google::protobuf::Arena*)’: /usr/include/google/protobuf/arenastring.h:473:13: error: ‘string_view’ is not a member of ‘absl’ 473 | Set(absl::string_view{s, n}, arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: At global scope: /usr/include/google/protobuf/arenastring.h:476:13: error: variable or field ‘SetBytes’ declared void 476 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) { | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h:476:44: error: ‘string_view’ is not a member of ‘absl’ 476 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) { | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h:476:68: error: expected primary-expression before ‘*’ token 476 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) { | ^ /usr/include/google/protobuf/arenastring.h:476:70: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’? 476 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) { | ^~~~~ | Arena /usr/include/google/protobuf/arenastring.h: In member function ‘void google::protobuf::internal::ArenaStringPtr::SetBytes(const void*, size_t, google::protobuf::Arena*)’: /usr/include/google/protobuf/arenastring.h:498:13: error: ‘string_view’ is not a member of ‘absl’ 498 | Set(absl::string_view{static_cast(p), n}, arena); | ^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h: In member function ‘std::string* google::protobuf::internal::ArenaStringPtr::UnsafeMutablePointer()’: /usr/include/google/protobuf/arenastring.h:530:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 530 | ABSL_DCHECK(tagged_ptr_.IsMutable()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/arenastring.h:531:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 531 | ABSL_DCHECK(tagged_ptr_.Get() != nullptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h: In member function ‘uintptr_t google::protobuf::internal::MessageCreator::arena_bits() const’: /usr/include/google/protobuf/message_lite.h:138:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 138 | ABSL_DCHECK_NE(+tag(), +kFunc); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/message_lite.h: In function ‘int google::protobuf::internal::ToIntSize(size_t)’: /usr/include/google/protobuf/message_lite.h:297:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 297 | ABSL_DCHECK_LE(size, static_cast(INT_MAX)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided In file included from /usr/include/google/protobuf/generated_message_tctable_decl.h:24, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:23: /usr/include/google/protobuf/message_lite.h: At global scope: /usr/include/google/protobuf/message_lite.h:435:22: error: expected identifier before ‘*’ token 435 | absl::string_view (*get_type_name)(const ClassData* data); | ^ /usr/include/google/protobuf/message_lite.h:435:44: error: ‘ClassData’ does not name a type 435 | absl::string_view (*get_type_name)(const ClassData* data); | ^~~~~~~~~ /usr/include/google/protobuf/message_lite.h:435:59: error: ‘string_view’ declared as function returning a function 435 | absl::string_view (*get_type_name)(const ClassData* data); | ^ /usr/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::ClassDataFull& google::protobuf::internal::ClassData::full() const’: /usr/include/google/protobuf/message_lite.h:475:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 475 | ABSL_DCHECK(!is_lite); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h: At global scope: /usr/include/google/protobuf/message_lite.h:635:59: error: ‘absl::string_view’ has not been declared 635 | ABSL_ATTRIBUTE_REINITIALIZES bool ParseFromString(absl::string_view data); | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:639:13: error: ‘absl::string_view’ has not been declared 639 | absl::string_view data); | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:669:30: error: ‘absl::string_view’ has not been declared 669 | bool MergeFromString(absl::string_view data); | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h: In member function ‘const google::protobuf::internal::TcParseTableBase* google::protobuf::MessageLite::GetTcParseTable() const’: /usr/include/google/protobuf/message_lite.h:862:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 862 | ABSL_DCHECK(data != nullptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:866:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 866 | ABSL_DCHECK(!data->is_lite); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h: At global scope: /usr/include/google/protobuf/message_lite.h:1046:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 1046 | absl::string_view name() const; | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1088:26: error: ‘string_view’ is not a member of ‘absl’ 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1088:56: error: expected primary-expression before ‘*’ token 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^ /usr/include/google/protobuf/message_lite.h:1088:58: error: ‘msg’ was not declared in this scope 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^~~ /usr/include/google/protobuf/message_lite.h:1089:20: error: expected primary-expression before ‘const’ 1089 | const internal::TcParseTableBase* tc_table, | ^~~~~ /usr/include/google/protobuf/message_lite.h:1090:44: error: expected primary-expression before ‘parse_flags’ 1090 | MessageLite::ParseFlags parse_flags); | ^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1090:55: error: expression list treated as compound expression in initializer [-fpermissive] 1090 | MessageLite::ParseFlags parse_flags); | ^ /usr/include/google/protobuf/message_lite.h:1091:75: error: expected ‘;’ before ‘(’ token 1091 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^ | ; /usr/include/google/protobuf/message_lite.h:1095:74: error: expected ‘;’ before ‘(’ token 1095 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^ | ; /usr/include/google/protobuf/message_lite.h:1103:55: error: ‘template bool google::protobuf::internal::MergeFromImpl(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration 1103 | MessageLite::ParseFlags parse_flags); | ^ /usr/include/google/protobuf/message_lite.h:1088:6: note: previous declaration ‘template bool google::protobuf::internal::MergeFromImpl’ 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1104:55: error: ‘template bool google::protobuf::internal::MergeFromImpl’ is not a function template 1104 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1108:55: error: ‘template bool google::protobuf::internal::MergeFromImpl’ is not a function template 1108 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1121:55: error: ‘template bool google::protobuf::internal::MergeFromImpl(BoundedZCIS, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration 1121 | MessageLite::ParseFlags parse_flags); | ^ /usr/include/google/protobuf/message_lite.h:1088:6: note: previous declaration ‘template bool google::protobuf::internal::MergeFromImpl’ 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1122:55: error: ‘template bool google::protobuf::internal::MergeFromImpl’ is not a function template 1122 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1126:55: error: ‘template bool google::protobuf::internal::MergeFromImpl’ is not a function template 1126 | extern template PROTOBUF_EXPORT_TEMPLATE_DECLARE bool MergeFromImpl( | ^~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1137:55: error: ‘template bool google::protobuf::internal::MergeFromImpl(const SourceWrapper&, google::protobuf::MessageLite*, const TcParseTableBase*, google::protobuf::MessageLite::ParseFlags)’ conflicts with a previous declaration 1137 | MessageLite::ParseFlags parse_flags) { | ^ /usr/include/google/protobuf/message_lite.h:1088:6: note: previous declaration ‘template bool google::protobuf::internal::MergeFromImpl’ 1088 | bool MergeFromImpl(absl::string_view input, MessageLite* msg, | ^~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h: In function ‘void google::protobuf::internal::AssertDownCast(const google::protobuf::MessageLite&, const google::protobuf::MessageLite&)’: /usr/include/google/protobuf/message_lite.h:1186:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1186 | ABSL_DCHECK(TypeId::Get(from) == TypeId::Get(to)) | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/google/protobuf/parse_context.h:27, from /usr/include/google/protobuf/generated_message_tctable_decl.h:25: /usr/include/google/protobuf/inlined_string_field.h: At global scope: /usr/include/google/protobuf/inlined_string_field.h:125:18: error: ‘absl::string_view’ has not been declared 125 | void Set(absl::string_view value, Arena* arena, bool donated, | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:144:23: error: ‘absl::string_view’ has not been declared 144 | void SetBytes(absl::string_view value, Arena* arena, bool donated, | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:162:48: error: ‘absl::string_view’ has not been declared 162 | PROTOBUF_NDEBUG_INLINE void SetNoArena(absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:431:13: error: variable or field ‘SetNoArena’ declared void 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) { | ^~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:431:50: error: ‘string_view’ is not a member of ‘absl’ 431 | inline void InlinedStringField::SetNoArena(absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:461:13: error: variable or field ‘Set’ declared void 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena, | ^~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:461:43: error: ‘string_view’ is not a member of ‘absl’ 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena, | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:461:67: error: expected primary-expression before ‘*’ token 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena, | ^ /usr/include/google/protobuf/inlined_string_field.h:461:69: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’? 461 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena, | ^~~~~ | Arena /usr/include/google/protobuf/inlined_string_field.h:462:37: error: expected primary-expression before ‘bool’ 462 | bool donated, uint32_t* /*donating_states*/, | ^~~~ /usr/include/google/protobuf/inlined_string_field.h:462:59: error: expected primary-expression before ‘*’ token 462 | bool donated, uint32_t* /*donating_states*/, | ^ /usr/include/google/protobuf/inlined_string_field.h:462:80: error: expected primary-expression before ‘,’ token 462 | bool donated, uint32_t* /*donating_states*/, | ^ /usr/include/google/protobuf/inlined_string_field.h:463:54: error: expected primary-expression before ‘,’ token 463 | uint32_t /*mask*/, MessageLite* /*msg*/) { | ^ /usr/include/google/protobuf/inlined_string_field.h:463:67: error: expected primary-expression before ‘*’ token 463 | uint32_t /*mask*/, MessageLite* /*msg*/) { | ^ /usr/include/google/protobuf/inlined_string_field.h:463:76: error: expected primary-expression before ‘)’ token 463 | uint32_t /*mask*/, MessageLite* /*msg*/) { | ^ /usr/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’: /usr/include/google/protobuf/inlined_string_field.h:472:13: error: ‘string_view’ is not a member of ‘absl’ 472 | Set(absl::string_view(str), arena, donated, donating_states, mask, msg); | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h: In member function ‘void google::protobuf::internal::InlinedStringField::Set(const char*, size_t, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)’: /usr/include/google/protobuf/inlined_string_field.h:479:13: error: ‘string_view’ is not a member of ‘absl’ 479 | Set(absl::string_view{str, size}, arena, donated, donating_states, mask, msg); | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h: At global scope: /usr/include/google/protobuf/inlined_string_field.h:482:13: error: variable or field ‘SetBytes’ declared void 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena, | ^~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:482:48: error: ‘string_view’ is not a member of ‘absl’ 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena, | ^~~~~~~~~~~ /usr/include/google/protobuf/inlined_string_field.h:482:72: error: expected primary-expression before ‘*’ token 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena, | ^ /usr/include/google/protobuf/inlined_string_field.h:482:74: error: ‘arena’ was not declared in this scope; did you mean ‘Arena’? 482 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena, | ^~~~~ | Arena /usr/include/google/protobuf/inlined_string_field.h:483:42: error: expected primary-expression before ‘bool’ 483 | bool donated, | ^~~~ /usr/include/google/protobuf/inlined_string_field.h:484:50: error: expected primary-expression before ‘*’ token 484 | uint32_t* donating_states, | ^ /usr/include/google/protobuf/inlined_string_field.h:484:52: error: ‘donating_states’ was not declared in this scope; did you mean ‘InitDonatingStates’? 484 | uint32_t* donating_states, | ^~~~~~~~~~~~~~~ | InitDonatingStates /usr/include/google/protobuf/inlined_string_field.h:485:51: error: expected primary-expression before ‘mask’ 485 | uint32_t mask, MessageLite* msg) { | ^~~~ /usr/include/google/protobuf/inlined_string_field.h:485:68: error: expected primary-expression before ‘*’ token 485 | uint32_t mask, MessageLite* msg) { | ^ /usr/include/google/protobuf/inlined_string_field.h:485:70: error: ‘msg’ was not declared in this scope 485 | uint32_t mask, MessageLite* msg) { | ^~~ In file included from /usr/include/google/protobuf/repeated_field.h:41, from /usr/include/google/protobuf/parse_context.h:32: /usr/include/google/protobuf/generated_enum_util.h:43:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 43 | absl::string_view name; | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_enum_util.h:49:44: error: ‘absl::string_view’ has not been declared 49 | absl::string_view name, int* value); | ^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::InternalSwap(google::protobuf::internal::RepeatedPtrFieldBase*)’: /usr/include/google/protobuf/repeated_ptr_field.h:288:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 288 | ABSL_DCHECK(this != rhs); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedForParse(void*)’: /usr/include/google/protobuf/repeated_ptr_field.h:302:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 302 | ABSL_DCHECK(PrepareForParse()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::SizeAtCapacity() const’: /usr/include/google/protobuf/repeated_ptr_field.h:607:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 607 | ABSL_DCHECK_LE(size(), allocated_size()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:608:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 608 | ABSL_DCHECK_LE(allocated_size(), Capacity()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘bool google::protobuf::internal::RepeatedPtrFieldBase::AllocatedSizeAtCapacity() const’: /usr/include/google/protobuf/repeated_ptr_field.h:617:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 617 | ABSL_DCHECK_LE(size(), allocated_size()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:618:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 618 | ABSL_DCHECK_LE(allocated_size(), Capacity()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘void*& google::protobuf::internal::RepeatedPtrFieldBase::element_at(int)’: /usr/include/google/protobuf/repeated_ptr_field.h:634:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 634 | ABSL_DCHECK_EQ(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘google::protobuf::internal::RepeatedPtrFieldBase::Rep* google::protobuf::internal::RepeatedPtrFieldBase::rep()’: /usr/include/google/protobuf/repeated_ptr_field.h:648:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 648 | ABSL_DCHECK(!using_sso()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In member function ‘void google::protobuf::internal::RepeatedPtrFieldBase::MaybeExtend()’: /usr/include/google/protobuf/repeated_ptr_field.h:711:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 711 | ABSL_DCHECK_EQ(allocated_size(), Capacity()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:714:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 714 | ABSL_DCHECK_NE(allocated_size(), Capacity()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In member function ‘char* google::protobuf::internal::LongSooRep::elements() const’: /usr/include/google/protobuf/repeated_field.h:152:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 152 | ABSL_DCHECK_NE(ret, nullptr); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In constructor ‘google::protobuf::internal::ShortSooRep::ShortSooRep(google::protobuf::Arena*)’: /usr/include/google/protobuf/repeated_field.h:164:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 164 | ABSL_DCHECK_EQ(size(), 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In member function ‘google::protobuf::Arena* google::protobuf::internal::SooRep::soo_arena() const’: /usr/include/google/protobuf/repeated_field.h:193:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 193 | ABSL_DCHECK(is_soo()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h: In member function ‘int google::protobuf::internal::SooRep::size(bool) const’: /usr/include/google/protobuf/repeated_field.h:197:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 197 | ABSL_DCHECK_EQ(is_soo, this->is_soo()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_size(bool, int)’: /usr/include/google/protobuf/repeated_field.h:208:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 208 | ABSL_DCHECK_EQ(is_soo, this->is_soo()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h:210:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 210 | ABSL_DCHECK_LE(size, kSooSizeMask); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In member function ‘void google::protobuf::internal::SooRep::set_non_soo(bool, int, void*)’: /usr/include/google/protobuf/repeated_field.h:220:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 220 | ABSL_DCHECK_EQ(was_soo, is_soo()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h:221:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 221 | ABSL_DCHECK_NE(elements, nullptr); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h:222:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 222 | ABSL_DCHECK_EQ(reinterpret_cast(elements) % kSooPtrAlignment, | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided In file included from /usr/include/google/protobuf/parse_context.h:33: /usr/include/google/protobuf/wire_format_lite.h: At global scope: /usr/include/google/protobuf/wire_format_lite.h:321:38: error: ‘absl::string_view’ has not been declared 321 | absl::string_view field_name); | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:741:41: error: ‘absl::string_view’ has not been declared 741 | static inline size_t StringSize(absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:742:40: error: ‘absl::string_view’ has not been declared 742 | static inline size_t BytesSize(absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1840:54: error: ‘string_view’ in namespace ‘absl’ does not name a type 1840 | inline size_t WireFormatLite::StringSize(const absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::StringSize(int)’: /usr/include/google/protobuf/wire_format_lite.h:1844:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’ 1844 | return LengthDelimitedSize(value.size()); | ^~~~ /usr/include/google/protobuf/wire_format_lite.h: At global scope: /usr/include/google/protobuf/wire_format_lite.h:1846:53: error: ‘string_view’ in namespace ‘absl’ does not name a type 1846 | inline size_t WireFormatLite::BytesSize(const absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h: In static member function ‘static size_t google::protobuf::internal::WireFormatLite::BytesSize(int)’: /usr/include/google/protobuf/wire_format_lite.h:1847:36: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’ 1847 | return LengthDelimitedSize(value.size()); | ^~~~ /usr/include/google/protobuf/parse_context.h: At global scope: /usr/include/google/protobuf/parse_context.h:51:63: error: ‘absl::string_view’ has not been declared 51 | PROTOBUF_EXPORT void WriteLengthDelimited(uint32_t num, absl::string_view val, | ^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h:55:54: error: ‘absl::string_view’ has not been declared 55 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val, | ^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h:279:30: error: ‘absl::string_view’ has not been declared 279 | const char* InitFrom(absl::string_view flat) { | ^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h: In member function ‘void google::protobuf::internal::EpsCopyInputStream::BackUp(const char*)’: /usr/include/google/protobuf/parse_context.h:103:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 103 | ABSL_DCHECK(ptr <= buffer_end_ + kSlopBytes); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h: In member function ‘google::protobuf::internal::EpsCopyInputStream::LimitToken google::protobuf::internal::EpsCopyInputStream::PushLimit(const char*, int)’: /usr/include/google/protobuf/parse_context.h:151:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 151 | ABSL_DCHECK(limit >= 0 && limit <= INT_MAX - kSlopBytes); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::ReadCord(const char*, int, absl::lts_20240722::Cord*)’: /usr/include/google/protobuf/parse_context.h:209:21: error: ‘string_view’ is not a member of ‘absl’ 209 | *cord = absl::string_view(ptr, size); | ^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h: In member function ‘bool google::protobuf::internal::EpsCopyInputStream::DoneWithCheck(const char**, int)’: /usr/include/google/protobuf/parse_context.h:263:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 263 | ABSL_DCHECK(*ptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h:266:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 266 | ABSL_DCHECK_LE(overrun, kSlopBytes); // Guaranteed by parse loop. | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::EpsCopyInputStream::InitFrom(int)’: /usr/include/google/protobuf/parse_context.h:281:14: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’ 281 | if (flat.size() > kSlopBytes) { | ^~~~ /usr/include/google/protobuf/parse_context.h:283:39: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’ 283 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes; | ^~~~ /usr/include/google/protobuf/parse_context.h:283:53: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’ 283 | limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes; | ^~~~ /usr/include/google/protobuf/parse_context.h:286:19: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’ 286 | return flat.data(); | ^~~~ /usr/include/google/protobuf/parse_context.h:288:17: error: request for member ‘empty’ in ‘flat’, which is of non-class type ‘int’ 288 | if (!flat.empty()) { | ^~~~~ /usr/include/google/protobuf/parse_context.h:289:41: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’ 289 | std::memcpy(patch_buffer_, flat.data(), flat.size()); | ^~~~ /usr/include/google/protobuf/parse_context.h:289:54: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’ 289 | std::memcpy(patch_buffer_, flat.data(), flat.size()); | ^~~~ /usr/include/google/protobuf/parse_context.h:292:55: error: request for member ‘size’ in ‘flat’, which is of non-class type ‘int’ 292 | limit_end_ = buffer_end_ = patch_buffer_ + flat.size(); | ^~~~ /usr/include/google/protobuf/parse_context.h:295:59: error: request for member ‘data’ in ‘flat’, which is of non-class type ‘int’ 295 | aliasing_ = reinterpret_cast(flat.data()) - | ^~~~ /usr/include/google/protobuf/parse_context.h: In member function ‘const char* google::protobuf::internal::ParseContext::ParseGroup(google::protobuf::MessageLite*, const char*, uint32_t)’: /usr/include/google/protobuf/parse_context.h:535:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 535 | ABSL_DCHECK_EQ(old_depth, depth_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h:536:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 536 | ABSL_DCHECK_EQ(old_group_depth, group_depth_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h: At global scope: /usr/include/google/protobuf/parse_context.h:1252:23: error: ‘string_view’ is not a member of ‘absl’ 1252 | bool VerifyUTF8(absl::string_view s, const char* field_name); | ^~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h:1252:38: error: expected primary-expression before ‘const’ 1252 | bool VerifyUTF8(absl::string_view s, const char* field_name); | ^~~~~ /usr/include/google/protobuf/parse_context.h:1252:60: error: expression list treated as compound expression in initializer [-fpermissive] 1252 | bool VerifyUTF8(absl::string_view s, const char* field_name); | ^ /usr/include/google/protobuf/parse_context.h:1254:68: error: ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’ redeclared as different kind of entity 1254 | inline bool VerifyUTF8(const std::string* s, const char* field_name) { | ^ /usr/include/google/protobuf/parse_context.h:1252:6: note: previous declaration ‘bool google::protobuf::internal::VerifyUTF8’ 1252 | bool VerifyUTF8(absl::string_view s, const char* field_name); | ^~~~~~~~~~ /usr/include/google/protobuf/parse_context.h: In function ‘bool google::protobuf::internal::VerifyUTF8(const std::string*, const char*)’: /usr/include/google/protobuf/parse_context.h:1255:20: error: ‘google::protobuf::internal::VerifyUTF8’ cannot be used as a function 1255 | return VerifyUTF8(*s, field_name); | ~~~~~~~~~~^~~~~~~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_signed() const’: /usr/include/google/protobuf/generated_message_tctable_decl.h:171:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 171 | ABSL_DCHECK(cpp_type() == CppType::k32 || cpp_type() == CppType::k64); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_zigzag() const’: /usr/include/google/protobuf/generated_message_tctable_decl.h:176:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 176 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_VARINT); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_decl.h:177:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 177 | ABSL_DCHECK(cpp_type() == CppType::k32 || cpp_type() == CppType::k64); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_decl.h: In member function ‘bool google::protobuf::internal::MapTypeCard::is_utf8() const’: /usr/include/google/protobuf/generated_message_tctable_decl.h:181:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 181 | ABSL_DCHECK(wiretype() == WireFormatLite::WIRETYPE_LENGTH_DELIMITED); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_decl.h:182:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 182 | ABSL_DCHECK(cpp_type() == CppType::kString); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/google/protobuf/generated_message_util.h:36, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:24: /usr/include/google/protobuf/any.h: At global scope: /usr/include/google/protobuf/any.h:36:30: error: ‘string_view’ is not a member of ‘absl’ 36 | std::string GetTypeUrl(absl::string_view message_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:37:30: error: ‘string_view’ is not a member of ‘absl’ 37 | absl::string_view type_url_prefix); | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:40:7: error: ‘string_view’ in namespace ‘absl’ does not name a type 40 | absl::string_view GetAnyMessageName() { | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:50:49: error: ‘absl::string_view’ has not been declared 50 | absl::string_view type_url_prefix, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:51:49: error: ‘absl::string_view’ has not been declared 51 | absl::string_view type_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:54:49: error: ‘string_view’ is not a member of ‘absl’ 54 | PROTOBUF_EXPORT bool InternalUnpackToLite(absl::string_view type_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:55:49: error: ‘string_view’ is not a member of ‘absl’ 55 | absl::string_view type_url, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:56:43: error: expected primary-expression before ‘const’ 56 | const VALUE_TYPE& value, | ^~~~~ /usr/include/google/protobuf/any.h:57:54: error: expected primary-expression before ‘*’ token 57 | MessageLite* dst_message); | ^ /usr/include/google/protobuf/any.h:57:56: error: ‘dst_message’ was not declared in this scope 57 | MessageLite* dst_message); | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:57:67: error: expression list treated as compound expression in initializer [-fpermissive] 57 | MessageLite* dst_message); | ^ /usr/include/google/protobuf/any.h:58:43: error: ‘string_view’ is not a member of ‘absl’ 58 | PROTOBUF_EXPORT bool InternalIsLite(absl::string_view type_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:59:43: error: ‘string_view’ is not a member of ‘absl’ 59 | absl::string_view type_url); | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:59:63: error: expression list treated as compound expression in initializer [-fpermissive] 59 | absl::string_view type_url); | ^ /usr/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, std::string*, std::string*)’: /usr/include/google/protobuf/any.h:68:31: error: ‘GetAnyMessageName’ was not declared in this scope 68 | GetAnyMessageName(), dst_url, dst_value); | ^~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:68:50: error: expected primary-expression before ‘>’ token 68 | GetAnyMessageName(), dst_url, dst_value); | ^ /usr/include/google/protobuf/any.h:68:52: error: expected primary-expression before ‘)’ token 68 | GetAnyMessageName(), dst_url, dst_value); | ^ /usr/include/google/protobuf/any.h: At global scope: /usr/include/google/protobuf/any.h:81:47: error: ‘absl::string_view’ has not been declared 81 | bool InternalPackFrom(const T& message, absl::string_view type_url_prefix, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h: In function ‘bool google::protobuf::internal::InternalPackFrom(const T&, int, std::string*, std::string*)’: /usr/include/google/protobuf/any.h:83:57: error: ‘GetAnyMessageName’ was not declared in this scope 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName(), | ^~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:83:76: error: expected primary-expression before ‘>’ token 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName(), | ^ /usr/include/google/protobuf/any.h:83:78: error: expected primary-expression before ‘)’ token 83 | return InternalPackFromLite(message, type_url_prefix, GetAnyMessageName(), | ^ /usr/include/google/protobuf/any.h: At global scope: /usr/include/google/protobuf/any.h:87:45: error: ‘absl::string_view’ has not been declared 87 | absl::string_view type_url_prefix, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:95:29: error: ‘string_view’ is not a member of ‘absl’ 95 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:95:51: error: expected primary-expression before ‘const’ 95 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value, | ^~~~~ /usr/include/google/protobuf/any.h:96:24: error: expected primary-expression before ‘*’ token 96 | T* message) { | ^ /usr/include/google/protobuf/any.h:96:26: error: ‘message’ was not declared in this scope; did you mean ‘Message’? 96 | T* message) { | ^~~~~~~ | Message /usr/include/google/protobuf/any.h:96:33: error: expression list treated as compound expression in initializer [-fpermissive] 96 | T* message) { | ^ /usr/include/google/protobuf/any.h:96:34: error: expected ‘;’ before ‘{’ token 96 | T* message) { | ^~ | ; /usr/include/google/protobuf/any.h:99:45: error: ‘bool google::protobuf::internal::InternalUnpackTo’ redeclared as different kind of entity 99 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:95:6: note: previous declaration ‘template bool google::protobuf::internal::InternalUnpackTo’ 95 | bool InternalUnpackTo(absl::string_view type_url, const VALUE_TYPE& value, | ^~~~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:99:45: error: ‘string_view’ is not a member of ‘absl’ 99 | PROTOBUF_EXPORT bool InternalUnpackTo(absl::string_view type_url, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:100:39: error: expected primary-expression before ‘const’ 100 | const VALUE_TYPE& value, | ^~~~~ /usr/include/google/protobuf/any.h:101:46: error: expected primary-expression before ‘*’ token 101 | Message* message); | ^ /usr/include/google/protobuf/any.h:101:48: error: ‘message’ was not declared in this scope; did you mean ‘Message’? 101 | Message* message); | ^~~~~~~ | Message /usr/include/google/protobuf/any.h:107:23: error: ‘string_view’ is not a member of ‘absl’ 107 | bool InternalIs(absl::string_view type_url) { | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:107:44: error: expected ‘;’ before ‘{’ token 107 | bool InternalIs(absl::string_view type_url) { | ^~ | ; /usr/include/google/protobuf/any.h:121:28: error: ‘string_view’ is not a member of ‘absl’ 121 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* full_type_name); | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:121:61: error: expected primary-expression before ‘*’ token 121 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* full_type_name); | ^ /usr/include/google/protobuf/any.h:121:63: error: ‘full_type_name’ was not declared in this scope 121 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* full_type_name); | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:121:77: error: expression list treated as compound expression in initializer [-fpermissive] 121 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* full_type_name); | ^ /usr/include/google/protobuf/any.h:128:6: error: redefinition of ‘bool google::protobuf::internal::ParseAnyTypeUrl’ 128 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* url_prefix, | ^~~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:121:6: note: ‘bool google::protobuf::internal::ParseAnyTypeUrl’ previously defined here 121 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* full_type_name); | ^~~~~~~~~~~~~~~ /usr/include/google/protobuf/any.h:128:28: error: ‘string_view’ is not a member of ‘absl’ 128 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* url_prefix, | ^~~~~~~~~~~ /usr/include/google/protobuf/any.h:128:61: error: expected primary-expression before ‘*’ token 128 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* url_prefix, | ^ /usr/include/google/protobuf/any.h:128:63: error: ‘url_prefix’ was not declared in this scope 128 | bool ParseAnyTypeUrl(absl::string_view type_url, std::string* url_prefix, | ^~~~~~~~~~ /usr/include/google/protobuf/any.h:129:33: error: expected primary-expression before ‘*’ token 129 | std::string* full_type_name); | ^ /usr/include/google/protobuf/any.h:129:35: error: ‘full_type_name’ was not declared in this scope 129 | std::string* full_type_name); | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/generated_message_util.h:361:53: error: ‘absl::string_view’ has not been declared 361 | inline void AssignToString(std::string& dest, absl::string_view value, | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_util.h: In function ‘void google::protobuf::internal::AssignToString(std::string&, int, BytesTag)’: /usr/include/google/protobuf/generated_message_util.h:363:21: error: request for member ‘data’ in ‘value’, which is of non-class type ‘int’ 363 | dest.assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/generated_message_util.h:363:35: error: request for member ‘size’ in ‘value’, which is of non-class type ‘int’ 363 | dest.assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/generated_message_util.h: At global scope: /usr/include/google/protobuf/generated_message_util.h:380:17: error: ‘optional’ in namespace ‘absl’ does not name a template type 380 | constexpr absl::optional EncodePlacementArenaOffsets( | ^~~~~~~~ In file included from /usr/include/absl/container/internal/btree.h:63, from /usr/include/absl/container/btree_map.h:59, from /usr/include/google/protobuf/descriptor.h:45, from /usr/include/google/protobuf/generated_message_reflection.h:25, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:26: /usr/include/absl/container/internal/common.h:113:9: error: ‘optional’ in namespace ‘absl’ does not name a template type 113 | absl::optional alloc_ = {}; | ^~~~~~~~ /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base& absl::lts_20240722::container_internal::node_handle_base::operator=(absl::lts_20240722::container_internal::node_handle_base&&)’: /usr/include/absl/container/internal/common.h:67:7: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’? 67 | alloc_ = other.alloc_; | ^~~~~~ | alloc /usr/include/absl/container/internal/common.h: In member function ‘bool absl::lts_20240722::container_internal::node_handle_base::empty() const’: /usr/include/absl/container/internal/common.h:74:41: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’? 74 | bool empty() const noexcept { return !alloc_; } | ^~~~~~ | alloc /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base::allocator_type absl::lts_20240722::container_internal::node_handle_base::get_allocator() const’: /usr/include/absl/container/internal/common.h:76:50: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’? 76 | allocator_type get_allocator() const { return *alloc_; } | ^~~~~~ | alloc /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base::node_handle_base(transfer_tag_t, const allocator_type&, slot_type*)’: /usr/include/absl/container/internal/common.h:83:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base’ does not have any field named ‘alloc_’ 83 | : alloc_(a) { | ^~~~~~ /usr/include/absl/container/internal/common.h: In constructor ‘absl::lts_20240722::container_internal::node_handle_base::node_handle_base(construct_tag_t, const allocator_type&, Args&& ...)’: /usr/include/absl/container/internal/common.h:90:9: error: class ‘absl::lts_20240722::container_internal::node_handle_base’ does not have any field named ‘alloc_’ 90 | : alloc_(a) { | ^~~~~~ In file included from /usr/include/c++/14.2.1/cassert:44, from /usr/include/absl/container/internal/common.h:18: /usr/include/absl/container/internal/common.h: In member function ‘void absl::lts_20240722::container_internal::node_handle_base::reset()’: /usr/include/absl/container/internal/common.h:102:5: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’? 102 | assert(alloc_.has_value()); | ^~~~~~ /usr/include/absl/container/internal/common.h:103:20: error: ‘nullopt’ is not a member of ‘absl’ 103 | alloc_ = absl::nullopt; | ^~~~~~~ /usr/include/absl/container/internal/common.h: In member function ‘absl::lts_20240722::container_internal::node_handle_base::allocator_type* absl::lts_20240722::container_internal::node_handle_base::alloc()’: /usr/include/absl/container/internal/common.h:110:52: error: ‘alloc_’ was not declared in this scope; did you mean ‘alloc’? 110 | allocator_type* alloc() { return std::addressof(*alloc_); } | ^~~~~~ | alloc In file included from /usr/include/absl/strings/str_cat.h:109, from /usr/include/absl/container/internal/layout.h:199, from /usr/include/absl/container/internal/btree.h:67: /usr/include/absl/strings/internal/stringify_sink.h: At global scope: /usr/include/absl/strings/internal/stringify_sink.h:32:15: error: ‘string_view’ has not been declared 32 | void Append(string_view v); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/stringify_sink.h:35:58: error: ‘absl::string_view’ has not been declared 35 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) { | ^~~~~~~~~~~ /usr/include/absl/strings/internal/stringify_sink.h:41:10: error: ‘string_view’ does not name a type 41 | friend string_view ExtractStringification(StringifySink& sink, const T& v); | ^~~~~~~~~~~ /usr/include/absl/strings/internal/stringify_sink.h:47:1: error: ‘string_view’ does not name a type 47 | string_view ExtractStringification(StringifySink& sink, const T& v) { | ^~~~~~~~~~~ In file included from /usr/include/absl/strings/str_cat.h:110: /usr/include/absl/strings/numbers.h:63:44: error: ‘string_view’ is not a member of ‘absl’ 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:64:63: error: expected primary-expression before ‘out’ 64 | absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:64:66: error: expression list treated as compound expression in initializer [-fpermissive] 64 | absl::Nonnull out); | ^ /usr/include/absl/strings/numbers.h:75:44: error: ‘string_view’ is not a member of ‘absl’ 75 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:76:60: error: expected primary-expression before ‘out’ 76 | absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:76:63: error: expression list treated as compound expression in initializer [-fpermissive] 76 | absl::Nonnull out); | ^ /usr/include/absl/strings/numbers.h:87:44: error: ‘string_view’ is not a member of ‘absl’ 87 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:88:61: error: expected primary-expression before ‘out’ 88 | absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:88:64: error: expression list treated as compound expression in initializer [-fpermissive] 88 | absl::Nonnull out); | ^ /usr/include/absl/strings/numbers.h:98:44: error: ‘string_view’ is not a member of ‘absl’ 98 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:99:59: error: expected primary-expression before ‘out’ 99 | absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:99:62: error: expression list treated as compound expression in initializer [-fpermissive] 99 | absl::Nonnull out); | ^ /usr/include/absl/strings/numbers.h:112:47: error: ‘string_view’ is not a member of ‘absl’ 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:113:66: error: expected primary-expression before ‘out’ 113 | absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:113:69: error: expression list treated as compound expression in initializer [-fpermissive] 113 | absl::Nonnull out); | ^ /usr/include/absl/strings/numbers.h:117:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity 117 | absl::string_view str, absl::Nonnull out); | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleHexAtoi’ 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:117:11: error: ‘string_view’ is not a member of ‘absl’ 117 | absl::string_view str, absl::Nonnull out); | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:117:57: error: expected primary-expression before ‘out’ 117 | absl::string_view str, absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:119:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity 119 | absl::string_view str, absl::Nonnull out); | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleHexAtoi’ 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:119:11: error: ‘string_view’ is not a member of ‘absl’ 119 | absl::string_view str, absl::Nonnull out); | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:119:58: error: expected primary-expression before ‘out’ 119 | absl::string_view str, absl::Nonnull out); | ^~~ /usr/include/absl/strings/numbers.h:145:30: error: ‘string_view’ is not a member of ‘absl’ 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull value, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:145:72: error: expected primary-expression before ‘value’ 145 | bool safe_strto32_base(absl::string_view text, absl::Nonnull value, | ^~~~~ /usr/include/absl/strings/numbers.h:146:24: error: expected primary-expression before ‘int’ 146 | int base); | ^~~ /usr/include/absl/strings/numbers.h:146:32: error: expression list treated as compound expression in initializer [-fpermissive] 146 | int base); | ^ /usr/include/absl/strings/numbers.h:147:30: error: ‘string_view’ is not a member of ‘absl’ 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull value, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:147:72: error: expected primary-expression before ‘value’ 147 | bool safe_strto64_base(absl::string_view text, absl::Nonnull value, | ^~~~~ /usr/include/absl/strings/numbers.h:148:24: error: expected primary-expression before ‘int’ 148 | int base); | ^~~ /usr/include/absl/strings/numbers.h:148:32: error: expression list treated as compound expression in initializer [-fpermissive] 148 | int base); | ^ /usr/include/absl/strings/numbers.h:149:31: error: ‘string_view’ is not a member of ‘absl’ 149 | bool safe_strto128_base(absl::string_view text, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:150:54: error: expected primary-expression before ‘value’ 150 | absl::Nonnull value, int base); | ^~~~~ /usr/include/absl/strings/numbers.h:150:61: error: expected primary-expression before ‘int’ 150 | absl::Nonnull value, int base); | ^~~ /usr/include/absl/strings/numbers.h:150:69: error: expression list treated as compound expression in initializer [-fpermissive] 150 | absl::Nonnull value, int base); | ^ /usr/include/absl/strings/numbers.h:151:31: error: ‘string_view’ is not a member of ‘absl’ 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull value, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:151:74: error: expected primary-expression before ‘value’ 151 | bool safe_strtou32_base(absl::string_view text, absl::Nonnull value, | ^~~~~ /usr/include/absl/strings/numbers.h:152:25: error: expected primary-expression before ‘int’ 152 | int base); | ^~~ /usr/include/absl/strings/numbers.h:152:33: error: expression list treated as compound expression in initializer [-fpermissive] 152 | int base); | ^ /usr/include/absl/strings/numbers.h:153:31: error: ‘string_view’ is not a member of ‘absl’ 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull value, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:153:74: error: expected primary-expression before ‘value’ 153 | bool safe_strtou64_base(absl::string_view text, absl::Nonnull value, | ^~~~~ /usr/include/absl/strings/numbers.h:154:25: error: expected primary-expression before ‘int’ 154 | int base); | ^~~ /usr/include/absl/strings/numbers.h:154:33: error: expression list treated as compound expression in initializer [-fpermissive] 154 | int base); | ^ /usr/include/absl/strings/numbers.h:155:32: error: ‘string_view’ is not a member of ‘absl’ 155 | bool safe_strtou128_base(absl::string_view text, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:156:56: error: expected primary-expression before ‘value’ 156 | absl::Nonnull value, int base); | ^~~~~ /usr/include/absl/strings/numbers.h:156:63: error: expected primary-expression before ‘int’ 156 | absl::Nonnull value, int base); | ^~~ /usr/include/absl/strings/numbers.h:156:71: error: expression list treated as compound expression in initializer [-fpermissive] 156 | absl::Nonnull value, int base); | ^ /usr/include/absl/strings/numbers.h:213:50: error: ‘string_view’ is not a member of ‘absl’ 213 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:214:69: error: expected primary-expression before ‘out’ 214 | absl::Nonnull out, | ^~~ /usr/include/absl/strings/numbers.h:215:44: error: expected primary-expression before ‘int’ 215 | int base) { | ^~~ /usr/include/absl/strings/numbers.h:215:52: error: expression list treated as compound expression in initializer [-fpermissive] 215 | int base) { | ^ /usr/include/absl/strings/numbers.h:215:53: error: expected ‘;’ before ‘{’ token 215 | int base) { | ^~ | ; /usr/include/absl/strings/numbers.h:283:27: error: redefinition of ‘template bool absl::lts_20240722::SimpleAtoi’ 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~ /usr/include/absl/strings/numbers.h:63:27: note: ‘template bool absl::lts_20240722::SimpleAtoi’ previously declared here 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~ /usr/include/absl/strings/numbers.h:283:44: error: ‘string_view’ is not a member of ‘absl’ 283 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:284:63: error: expected primary-expression before ‘out’ 284 | absl::Nonnull out) { | ^~~ /usr/include/absl/strings/numbers.h:288:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleAtoi’ 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~ /usr/include/absl/strings/numbers.h:288:51: error: ‘string_view’ is not a member of ‘absl’ 288 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:289:74: error: expected primary-expression before ‘out’ 289 | absl::Nonnull out) { | ^~~ /usr/include/absl/strings/numbers.h:293:51: error: ‘bool absl::lts_20240722::SimpleAtoi’ redeclared as different kind of entity 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:63:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleAtoi’ 63 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~ /usr/include/absl/strings/numbers.h:293:51: error: ‘string_view’ is not a member of ‘absl’ 293 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:294:75: error: expected primary-expression before ‘out’ 294 | absl::Nonnull out) { | ^~~ /usr/include/absl/strings/numbers.h:299:27: error: redefinition of ‘template bool absl::lts_20240722::SimpleHexAtoi’ 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:112:27: note: ‘template bool absl::lts_20240722::SimpleHexAtoi’ previously declared here 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:299:47: error: ‘string_view’ is not a member of ‘absl’ 299 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:300:66: error: expected primary-expression before ‘out’ 300 | absl::Nonnull out) { | ^~~ /usr/include/absl/strings/numbers.h:305:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity 305 | absl::string_view str, absl::Nonnull out) { | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleHexAtoi’ 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:305:11: error: ‘string_view’ is not a member of ‘absl’ 305 | absl::string_view str, absl::Nonnull out) { | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:305:57: error: expected primary-expression before ‘out’ 305 | absl::string_view str, absl::Nonnull out) { | ^~~ /usr/include/absl/strings/numbers.h:310:11: error: ‘bool absl::lts_20240722::SimpleHexAtoi’ redeclared as different kind of entity 310 | absl::string_view str, absl::Nonnull out) { | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:112:27: note: previous declaration ‘template bool absl::lts_20240722::SimpleHexAtoi’ 112 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, | ^~~~~~~~~~~~~ /usr/include/absl/strings/numbers.h:310:11: error: ‘string_view’ is not a member of ‘absl’ 310 | absl::string_view str, absl::Nonnull out) { | ^~~~~~~~~~~ /usr/include/absl/strings/numbers.h:310:58: error: expected primary-expression before ‘out’ 310 | absl::string_view str, absl::Nonnull out) { | ^~~ /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Hex)’: /usr/include/absl/strings/str_cat.h:224:25: error: ‘string_view’ is not a member of ‘absl’ 224 | sink.Append(absl::string_view(end - real_width, real_width)); | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:231:25: error: ‘string_view’ is not a member of ‘absl’ 231 | sink.Append(absl::string_view(end - hex.width, hex.width)); | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::AbslStringify(S&, Dec)’: /usr/include/absl/strings/str_cat.h:298:23: error: ‘string_view’ is not a member of ‘absl’ 298 | sink.Append(absl::string_view(writer, static_cast(end - writer))); | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h: At global scope: /usr/include/absl/strings/str_cat.h:360:29: error: expected ‘)’ before ‘pc’ 360 | AlphaNum(absl::string_view pc // NOLINT(runtime/explicit) | ~ ^~~ | ) /usr/include/absl/strings/str_cat.h:383:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 383 | absl::string_view::size_type size() const { return piece_.size(); } | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:385:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 385 | absl::string_view Piece() const { return piece_; } | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:418:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 418 | absl::string_view piece_; | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(int)’: /usr/include/absl/strings/str_cat.h:322:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 322 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(unsigned int)’: /usr/include/absl/strings/str_cat.h:326:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 326 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long int)’: /usr/include/absl/strings/str_cat.h:330:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 330 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long unsigned int)’: /usr/include/absl/strings/str_cat.h:334:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 334 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long int)’: /usr/include/absl/strings/str_cat.h:338:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 338 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(long long unsigned int)’: /usr/include/absl/strings/str_cat.h:342:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 342 | : piece_(digits_, static_cast( | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(float)’: /usr/include/absl/strings/str_cat.h:347:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 347 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(double)’: /usr/include/absl/strings/str_cat.h:349:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 349 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const absl::lts_20240722::strings_internal::AlphaNumBuffer&)’: /usr/include/absl/strings/str_cat.h:355:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 355 | : piece_(&buf.data[0], buf.size) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(absl::lts_20240722::Nullable)’: /usr/include/absl/strings/str_cat.h:359:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 359 | : piece_(NullSafeStringView(c_str)) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h:359:16: error: ‘NullSafeStringView’ was not declared in this scope 359 | : piece_(NullSafeStringView(c_str)) {} | ^~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const T&, absl::lts_20240722::strings_internal::StringifySink&&)’: /usr/include/absl/strings/str_cat.h:369:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h:369:34: error: ‘ExtractStringification’ is not a member of ‘absl::lts_20240722::strings_internal’ 369 | : piece_(strings_internal::ExtractStringification(sink, v)) {} | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/str_cat.h: In constructor ‘absl::lts_20240722::AlphaNum::AlphaNum(const std::__cxx11::basic_string, _Alloc>&)’: /usr/include/absl/strings/str_cat.h:375:9: error: class ‘absl::lts_20240722::AlphaNum’ does not have any field named ‘piece_’ 375 | : piece_(str) {} | ^~~~~~ /usr/include/absl/strings/str_cat.h: In member function ‘const char* absl::lts_20240722::AlphaNum::data() const’: /usr/include/absl/strings/str_cat.h:384:53: error: ‘piece_’ was not declared in this scope 384 | absl::Nullable data() const { return piece_.data(); } | ^~~~~~ /usr/include/absl/strings/str_cat.h: At global scope: /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’ 453 | std::string CatPieces(std::initializer_list pieces); | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:453:51: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/str_cat.h:453:62: error: template argument 1 is invalid 453 | std::string CatPieces(std::initializer_list pieces); | ^ /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’ 455 | std::initializer_list pieces); | ^~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:455:47: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/strings/str_cat.h:455:58: error: template argument 1 is invalid 455 | std::initializer_list pieces); | ^ /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&)’: /usr/include/absl/strings/str_cat.h:538:34: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘size’ 538 | return std::string(a.data(), a.size()); | ^~~~ /usr/include/absl/strings/str_cat.h: In function ‘std::string absl::lts_20240722::StrCat(const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’: /usr/include/absl/strings/str_cat.h:553:10: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:553:21: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:553:32: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:553:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:553:54: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:554:43: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 554 | static_cast(args).Piece()...}); | ^~~~~ /usr/include/absl/strings/str_cat.h:552:37: error: cannot convert ‘’ to ‘int’ 552 | return strings_internal::CatPieces( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | | | 553 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 554 | static_cast(args).Piece()...}); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:453:64: note: initializing argument 1 of ‘std::string absl::lts_20240722::strings_internal::CatPieces(int)’ 453 | std::string CatPieces(std::initializer_list pieces); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /usr/include/absl/strings/str_cat.h: In function ‘void absl::lts_20240722::StrAppend(Nonnull*>, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)’: /usr/include/absl/strings/str_cat.h:599:16: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:599:27: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:599:38: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:599:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:599:60: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ^~~~~ /usr/include/absl/strings/str_cat.h:600:49: error: ‘const class absl::lts_20240722::AlphaNum’ has no member named ‘Piece’ 600 | static_cast(args).Piece()...}); | ^~~~~ /usr/include/absl/strings/str_cat.h:598:33: error: cannot convert ‘’ to ‘int’ 598 | strings_internal::AppendPieces( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | | | 599 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 600 | static_cast(args).Piece()...}); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/str_cat.h:455:60: note: initializing argument 2 of ‘void absl::lts_20240722::strings_internal::AppendPieces(absl::lts_20240722::Nonnull*>, int)’ 455 | std::initializer_list pieces); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /usr/include/absl/container/internal/btree.h: At global scope: /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’ 112 | StringBtreeDefaultLess(std::less) {} // NOLINT | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:112:42: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:112:53: error: template argument 1 is invalid 112 | StringBtreeDefaultLess(std::less) {} // NOLINT | ^ /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’ 116 | explicit operator std::less() const { return {}; } | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:116:37: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:116:48: error: template argument 1 is invalid 116 | explicit operator std::less() const { return {}; } | ^ /usr/include/absl/container/internal/btree.h:119:40: error: ‘absl::string_view’ has not been declared 119 | absl::weak_ordering operator()(absl::string_view lhs, | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:120:40: error: ‘absl::string_view’ has not been declared 120 | absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:129:40: error: ‘absl::string_view’ has not been declared 129 | absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:132:40: error: ‘absl::string_view’ has not been declared 132 | absl::weak_ordering operator()(absl::string_view lhs, | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultLess::operator()(int, int) const’: /usr/include/absl/container/internal/btree.h:121:61: error: request for member ‘compare’ in ‘lhs’, which is of non-class type ‘int’ 121 | return compare_internal::compare_result_as_ordering(lhs.compare(rhs)); | ^~~~~~~ /usr/include/absl/container/internal/btree.h: At global scope: /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’ 144 | StringBtreeDefaultGreater(std::greater) {} // NOLINT | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:144:48: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:144:59: error: template argument 1 is invalid 144 | StringBtreeDefaultGreater(std::greater) {} // NOLINT | ^ /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’ 148 | explicit operator std::greater() const { return {}; } | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:148:40: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:148:51: error: template argument 1 is invalid 148 | explicit operator std::greater() const { return {}; } | ^ /usr/include/absl/container/internal/btree.h:151:40: error: ‘absl::string_view’ has not been declared 151 | absl::weak_ordering operator()(absl::string_view lhs, | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:152:40: error: ‘absl::string_view’ has not been declared 152 | absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:161:40: error: ‘absl::string_view’ has not been declared 161 | absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:164:40: error: ‘absl::string_view’ has not been declared 164 | absl::weak_ordering operator()(absl::string_view lhs, | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h: In member function ‘absl::lts_20240722::weak_ordering absl::lts_20240722::container_internal::StringBtreeDefaultGreater::operator()(int, int) const’: /usr/include/absl/container/internal/btree.h:153:61: error: request for member ‘compare’ in ‘rhs’, which is of non-class type ‘int’ 153 | return compare_internal::compare_result_as_ordering(rhs.compare(lhs)); | ^~~~~~~ /usr/include/absl/container/internal/btree.h: At global scope: /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’ 288 | struct key_compare_adapter, absl::string_view> { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:288:44: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:288:55: error: template argument 1 is invalid 288 | struct key_compare_adapter, absl::string_view> { | ^ /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’ 288 | struct key_compare_adapter, absl::string_view> { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:288:64: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:288:75: error: template argument 1 is invalid 288 | struct key_compare_adapter, absl::string_view> { | ^ /usr/include/absl/container/internal/btree.h:288:75: error: template argument 2 is invalid /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’ 293 | struct key_compare_adapter, absl::string_view> { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:293:47: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:293:58: error: template argument 1 is invalid 293 | struct key_compare_adapter, absl::string_view> { | ^ /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’ 293 | struct key_compare_adapter, absl::string_view> { | ^~~~~~~~~~~ /usr/include/absl/container/internal/btree.h:293:67: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/btree.h:293:78: error: template argument 1 is invalid 293 | struct key_compare_adapter, absl::string_view> { | ^ /usr/include/absl/container/internal/btree.h:293:78: error: template argument 2 is invalid In file included from /usr/include/absl/hash/internal/hash.h:69, from /usr/include/absl/hash/hash.h:85, from /usr/include/absl/container/internal/hash_function_defaults.h:56, from /usr/include/absl/container/hash_container_defaults.h:19, from /usr/include/absl/container/flat_hash_map.h:43, from /usr/include/google/protobuf/descriptor.h:46: /usr/include/absl/types/variant.h:54:12: error: ‘bad_variant_access’ has not been declared in ‘std’ 54 | using std::bad_variant_access; | ^~~~~~~~~~~~~~~~~~ /usr/include/absl/types/variant.h:56:12: error: ‘get_if’ has not been declared in ‘std’ 56 | using std::get_if; | ^~~~~~ /usr/include/absl/types/variant.h:57:12: error: ‘holds_alternative’ has not been declared in ‘std’ 57 | using std::holds_alternative; | ^~~~~~~~~~~~~~~~~ /usr/include/absl/types/variant.h:58:12: error: ‘monostate’ has not been declared in ‘std’ 58 | using std::monostate; | ^~~~~~~~~ /usr/include/absl/types/variant.h:59:12: error: ‘variant’ has not been declared in ‘std’ 59 | using std::variant; | ^~~~~~~ /usr/include/absl/types/variant.h:60:12: error: ‘variant_alternative’ has not been declared in ‘std’ 60 | using std::variant_alternative; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/types/variant.h:61:12: error: ‘variant_alternative_t’ has not been declared in ‘std’ 61 | using std::variant_alternative_t; | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/types/variant.h:62:12: error: ‘variant_npos’ has not been declared in ‘std’ 62 | using std::variant_npos; | ^~~~~~~~~~~~ /usr/include/absl/types/variant.h:63:12: error: ‘variant_size’ has not been declared in ‘std’ 63 | using std::variant_size; | ^~~~~~~~~~~~ /usr/include/absl/types/variant.h:64:12: error: ‘variant_size_v’ has not been declared in ‘std’ 64 | using std::variant_size_v; | ^~~~~~~~~~~~~~ /usr/include/absl/types/variant.h:65:12: error: ‘visit’ has not been declared in ‘std’ 65 | using std::visit; | ^~~~~ /usr/include/absl/types/variant.h: In function ‘To absl::lts_20240722::ConvertVariantTo(Variant&&)’: /usr/include/absl/types/variant.h:854:16: error: ‘visit’ is not a member of ‘absl’ 854 | return absl::visit(variant_internal::ConversionVisitor{}, | ^~~~~ /usr/include/absl/hash/internal/hash.h: At global scope: /usr/include/absl/hash/internal/hash.h:565:37: error: ‘absl::string_view’ has not been declared 565 | H AbslHashValue(H hash_state, absl::string_view str) { | ^~~~~~~~~~~ /usr/include/absl/hash/internal/hash.h: In function ‘H absl::lts_20240722::hash_internal::AbslHashValue(H, int)’: /usr/include/absl/hash/internal/hash.h:567:56: error: request for member ‘data’ in ‘str’, which is of non-class type ‘int’ 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()), | ^~~~ /usr/include/absl/hash/internal/hash.h:567:68: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’ 567 | H::combine_contiguous(std::move(hash_state), str.data(), str.size()), | ^~~~ /usr/include/absl/hash/internal/hash.h:568:11: error: request for member ‘size’ in ‘str’, which is of non-class type ‘int’ 568 | str.size()); | ^~~~ /usr/include/absl/hash/internal/hash.h: At global scope: /usr/include/absl/hash/internal/hash.h:834:31: error: ‘optional’ in namespace ‘absl’ does not name a template type 834 | H hash_state, const absl::optional& opt) { | ^~~~~~~~ /usr/include/absl/hash/internal/hash.h:834:39: error: expected ‘,’ or ‘...’ before ‘<’ token 834 | H hash_state, const absl::optional& opt) { | ^ /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’: /usr/include/absl/hash/internal/hash.h:835:7: error: ‘opt’ was not declared in this scope 835 | if (opt) hash_state = H::combine(std::move(hash_state), *opt); | ^~~ /usr/include/absl/hash/internal/hash.h:836:44: error: ‘opt’ was not declared in this scope 836 | return H::combine(std::move(hash_state), opt.has_value()); | ^~~ /usr/include/absl/hash/internal/hash.h: At global scope: /usr/include/absl/hash/internal/hash.h:852:41: error: ‘variant’ in namespace ‘absl’ does not name a template type 852 | AbslHashValue(H hash_state, const absl::variant& v) { | ^~~~~~~ /usr/include/absl/hash/internal/hash.h:852:48: error: expected ‘,’ or ‘...’ before ‘<’ token 852 | AbslHashValue(H hash_state, const absl::variant& v) { | ^ /usr/include/absl/hash/internal/hash.h: In function ‘typename std::enable_if...>::value, H>::type absl::lts_20240722::hash_internal::AbslHashValue(H, int)’: /usr/include/absl/hash/internal/hash.h:853:8: error: ‘v’ was not declared in this scope 853 | if (!v.valueless_by_exception()) { | ^ /usr/include/absl/hash/internal/hash.h:854:24: error: ‘visit’ is not a member of ‘absl’ 854 | hash_state = absl::visit(VariantVisitor{std::move(hash_state)}, v); | ^~~~~ /usr/include/absl/hash/internal/hash.h:856:44: error: ‘v’ was not declared in this scope 856 | return H::combine(std::move(hash_state), v.index()); | ^ /usr/include/absl/container/internal/hash_function_defaults.h: At global scope: /usr/include/absl/container/internal/hash_function_defaults.h:79:27: error: ‘absl::string_view’ has not been declared 79 | size_t operator()(absl::string_view v) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’: /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’ 80 | return absl::Hash{}(v); | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:80:29: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/hash_function_defaults.h:80:40: error: template argument 1 is invalid 80 | return absl::Hash{}(v); | ^ /usr/include/absl/container/internal/hash_function_defaults.h: At global scope: /usr/include/absl/container/internal/hash_function_defaults.h:89:25: error: ‘absl::string_view’ has not been declared 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:89:48: error: ‘absl::string_view’ has not been declared 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:95:48: error: ‘absl::string_view’ has not been declared 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:98:25: error: ‘absl::string_view’ has not been declared 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const { | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h: In member function ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’: /usr/include/absl/container/internal/hash_function_defaults.h:99:16: error: no match for ‘operator==’ (operand types are ‘int’ and ‘const absl::lts_20240722::Cord’) 99 | return lhs == rhs; | ~~~ ^~ ~~~ | | | | int const absl::lts_20240722::Cord /usr/include/absl/types/span.h:495:6: note: candidate: ‘template bool absl::lts_20240722::operator==(Span, Span)’ 495 | bool operator==(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:495:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/types/span.h:499:6: note: candidate: ‘template bool absl::lts_20240722::operator==(Span, Span)’ 499 | bool operator==(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:499:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/types/span.h:503:6: note: candidate: ‘template bool absl::lts_20240722::operator==(Span, Span)’ 503 | bool operator==(Span a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:503:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/types/span.h:509:6: note: candidate: ‘template bool absl::lts_20240722::operator==(const U&, Span)’ 509 | bool operator==(const U& a, Span b) { | ^~~~~~~~ /usr/include/absl/types/span.h:509:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: ‘absl::lts_20240722::Cord’ is not derived from ‘absl::lts_20240722::Span’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/types/span.h:515:6: note: candidate: ‘template bool absl::lts_20240722::operator==(Span, const U&)’ 515 | bool operator==(Span a, const U& b) { | ^~~~~~~~ /usr/include/absl/types/span.h:515:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘absl::lts_20240722::Span’ and ‘int’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/container/inlined_vector.h:943:6: note: candidate: ‘template bool absl::lts_20240722::operator==(const InlinedVector&, const InlinedVector&)’ 943 | bool operator==(const absl::InlinedVector& a, | ^~~~~~~~ /usr/include/absl/container/inlined_vector.h:943:6: note: template argument deduction/substitution failed: /usr/include/absl/container/internal/hash_function_defaults.h:99:19: note: mismatched types ‘const absl::lts_20240722::InlinedVector’ and ‘int’ 99 | return lhs == rhs; | ^~~ /usr/include/absl/time/time.h:1774:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Duration, Duration)’ 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs, | ^~~~~~~~ /usr/include/absl/time/time.h:1774:66: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Duration’ 1774 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Duration lhs, | ~~~~~~~~~^~~ /usr/include/absl/time/time.h:892:46: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(Time, Time)’ 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) { | ^~~~~~~~ /usr/include/absl/time/time.h:892:62: note: no known conversion for argument 1 from ‘int’ to ‘absl::lts_20240722::Time’ 892 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator==(Time lhs, Time rhs) { | ~~~~~^~~ /usr/include/absl/numeric/int128.h:798:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(uint128, uint128)’ 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128.h:798:48: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::uint128’ 798 | constexpr bool operator==(uint128 lhs, uint128 rhs) { | ~~~~~~~~^~~ /usr/include/absl/numeric/int128_have_intrinsic.inc:199:16: note: candidate: ‘constexpr bool absl::lts_20240722::operator==(int128, int128)’ 199 | constexpr bool operator==(int128 lhs, int128 rhs) { | ^~~~~~~~ /usr/include/absl/numeric/int128_have_intrinsic.inc:199:46: note: no known conversion for argument 2 from ‘const absl::lts_20240722::Cord’ to ‘absl::lts_20240722::int128’ 199 | constexpr bool operator==(int128 lhs, int128 rhs) { | ~~~~~~~^~~ /usr/include/absl/strings/cord.h:1708:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, const Cord&)’ 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1708:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1708 | inline bool operator==(const Cord& lhs, const Cord& rhs) { | ~~~~~~~~~~~~^~~ /usr/include/absl/strings/cord.h:1729:13: note: candidate: ‘bool absl::lts_20240722::operator==(const Cord&, int)’ 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) { | ^~~~~~~~ /usr/include/absl/strings/cord.h:1729:36: note: no known conversion for argument 1 from ‘int’ to ‘const absl::lts_20240722::Cord&’ 1729 | inline bool operator==(const Cord& lhs, absl::string_view rhs) { | ~~~~~~~~~~~~^~~ /usr/include/absl/container/internal/hash_function_defaults.h: At global scope: /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’ 112 | struct HashEq : StringHashEq {}; | ^~~~~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:112:21: error: ‘string_view’ is not a member of ‘absl’ /usr/include/absl/container/internal/hash_function_defaults.h:112:32: error: template argument 1 is invalid 112 | struct HashEq : StringHashEq {}; | ^ /usr/include/google/protobuf/extension_set.h: In member function ‘const void* google::protobuf::internal::ExtensionSet::Extension::PrefetchPtr() const’: /usr/include/google/protobuf/extension_set.h:683:7: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 683 | ABSL_DCHECK_EQ(is_pointer, is_repeated || FieldTypeIsPointer(type)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: At global scope: /usr/include/google/protobuf/descriptor.h:226:22: error: ‘absl::string_view’ has not been declared 226 | void SetLazy(absl::string_view name, const FileDescriptor* file); | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:292:23: error: ‘string_view’ in namespace ‘absl’ does not name a type 292 | PROTOBUF_EXPORT absl::string_view ShortEditionName(Edition edition); | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In function ‘void google::protobuf::AbslStringify(Sink&, Edition)’: /usr/include/google/protobuf/descriptor.h:304:39: error: ‘ShortEditionName’ is not a member of ‘google::protobuf::internal’ 304 | absl::Format(&sink, "%v", internal::ShortEditionName(edition)); | ^~~~~~~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: At global scope: /usr/include/google/protobuf/descriptor.h:419:48: error: ‘absl::string_view’ has not been declared 419 | const FieldDescriptor* FindFieldByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:425:13: error: ‘absl::string_view’ has not been declared 425 | absl::string_view lowercase_name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:432:13: error: ‘absl::string_view’ has not been declared 432 | absl::string_view camelcase_name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:449:48: error: ‘absl::string_view’ has not been declared 449 | const OneofDescriptor* FindOneofByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:461:48: error: ‘absl::string_view’ has not been declared 461 | const Descriptor* FindNestedTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:473:50: error: ‘absl::string_view’ has not been declared 473 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:477:56: error: ‘absl::string_view’ has not been declared 477 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:593:52: error: ‘absl::string_view’ has not been declared 593 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:598:13: error: ‘absl::string_view’ has not been declared 598 | absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:603:13: error: ‘absl::string_view’ has not been declared 603 | absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:633:29: error: ‘absl::string_view’ has not been declared 633 | bool IsReservedName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1328:52: error: ‘absl::string_view’ has not been declared 1328 | const EnumValueDescriptor* FindValueByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1411:29: error: ‘absl::string_view’ has not been declared 1411 | bool IsReservedName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1646:50: error: ‘absl::string_view’ has not been declared 1646 | const MethodDescriptor* FindMethodByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1902:49: error: ‘absl::string_view’ has not been declared 1902 | const Descriptor* FindMessageTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1904:50: error: ‘absl::string_view’ has not been declared 1904 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1907:56: error: ‘absl::string_view’ has not been declared 1907 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1909:52: error: ‘absl::string_view’ has not been declared 1909 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1912:52: error: ‘absl::string_view’ has not been declared 1912 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1916:13: error: ‘absl::string_view’ has not been declared 1916 | absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:1920:13: error: ‘absl::string_view’ has not been declared 1920 | absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2115:46: error: ‘absl::string_view’ has not been declared 2115 | const FileDescriptor* FindFileByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2122:13: error: ‘absl::string_view’ has not been declared 2122 | absl::string_view symbol_name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2129:49: error: ‘absl::string_view’ has not been declared 2129 | const Descriptor* FindMessageTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2130:48: error: ‘absl::string_view’ has not been declared 2130 | const FieldDescriptor* FindFieldByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2131:52: error: ‘absl::string_view’ has not been declared 2131 | const FieldDescriptor* FindExtensionByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2132:48: error: ‘absl::string_view’ has not been declared 2132 | const OneofDescriptor* FindOneofByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2133:50: error: ‘absl::string_view’ has not been declared 2133 | const EnumDescriptor* FindEnumTypeByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2134:56: error: ‘absl::string_view’ has not been declared 2134 | const EnumValueDescriptor* FindEnumValueByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2135:52: error: ‘absl::string_view’ has not been declared 2135 | const ServiceDescriptor* FindServiceByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2136:50: error: ‘absl::string_view’ has not been declared 2136 | const MethodDescriptor* FindMethodByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2149:41: error: ‘absl::string_view’ has not been declared 2149 | const Descriptor* extendee, absl::string_view printable_name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2190:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 2190 | static absl::string_view ErrorLocationName(ErrorLocation location); | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2200:36: error: ‘absl::string_view’ has not been declared 2200 | virtual void RecordError(absl::string_view filename, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2201:36: error: ‘absl::string_view’ has not been declared 2201 | absl::string_view element_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2203:36: error: ‘absl::string_view’ has not been declared 2203 | absl::string_view message) | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2214:38: error: ‘absl::string_view’ has not been declared 2214 | virtual void RecordWarning(absl::string_view filename, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2215:38: error: ‘absl::string_view’ has not been declared 2215 | absl::string_view element_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2218:38: error: ‘absl::string_view’ has not been declared 2218 | absl::string_view message) { | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2371:35: error: ‘absl::string_view’ has not been declared 2371 | bool InternalIsFileLoaded(absl::string_view filename) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2376:33: error: ‘absl::string_view’ has not been declared 2376 | void AddDirectInputFile(absl::string_view file_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2382:39: error: ‘absl::string_view’ has not been declared 2382 | void AddUnusedImportTrackFile(absl::string_view file_name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2407:37: error: ‘absl::string_view’ has not been declared 2407 | bool IsSubSymbolOfBuiltType(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2418:13: error: ‘absl::string_view’ has not been declared 2418 | absl::string_view name, DeferredValidation& deferred_validation) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2420:13: error: ‘absl::string_view’ has not been declared 2420 | absl::string_view name, DeferredValidation& deferred_validation) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2443:40: error: ‘absl::string_view’ has not been declared 2443 | Symbol CrossLinkOnDemandHelper(absl::string_view name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2447:44: error: ‘absl::string_view’ has not been declared 2447 | FileDescriptor* NewPlaceholderFile(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2449:13: error: ‘absl::string_view’ has not been declared 2449 | absl::string_view name, internal::FlatAllocator& alloc) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2457:31: error: ‘absl::string_view’ has not been declared 2457 | Symbol NewPlaceholder(absl::string_view name, | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2459:44: error: ‘absl::string_view’ has not been declared 2459 | Symbol NewPlaceholderWithMutexHeld(absl::string_view name, | ^~~~~~~~~~~ In file included from /usr/include/absl/container/internal/raw_hash_map.h:26, from /usr/include/absl/container/flat_hash_map.h:45: /usr/include/absl/container/internal/raw_hash_set.h: In instantiation of ‘class absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >’: /usr/include/absl/container/internal/raw_hash_map.h:33:7: required from ‘class absl::lts_20240722::container_internal::raw_hash_map, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >’ 33 | class raw_hash_map : public raw_hash_set { | ^~~~~~~~~~~~ /usr/include/absl/container/flat_hash_map.h:128:37: required from ‘class absl::lts_20240722::flat_hash_map, bool>’ 128 | class ABSL_INTERNAL_ATTRIBUTE_OWNER flat_hash_map | ^~~~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2493:42: required from here 2493 | absl::flat_hash_map direct_input_files_; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/container/internal/raw_hash_set.h:2388:74: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringHash) (const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type&)’ 2388 | auto KeyTypeCanBeHashed(const Hash& h, const key_type& k) -> decltype(h(k)); | ~^~~ /usr/include/absl/container/internal/hash_function_defaults.h:79:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(int) const’ 79 | size_t operator()(absl::string_view v) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:79:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘int’ 79 | size_t operator()(absl::string_view v) const { | ~~~~~~~~~~~~~~~~~~^ /usr/include/absl/container/internal/hash_function_defaults.h:82:10: note: candidate: ‘size_t absl::lts_20240722::container_internal::StringHash::operator()(const absl::lts_20240722::Cord&) const’ 82 | size_t operator()(const absl::Cord& v) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:82:39: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘const absl::lts_20240722::Cord&’ 82 | size_t operator()(const absl::Cord& v) const { | ~~~~~~~~~~~~~~~~~~^ /usr/include/absl/container/internal/raw_hash_set.h:2389:70: error: no match for call to ‘(const absl::lts_20240722::container_internal::StringEq) (const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type&, const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type&)’ 2389 | auto KeyTypeCanBeEq(const Eq& eq, const key_type& k) -> decltype(eq(k, k)); | ~~^~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:89:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, int) const’ 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:89:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘int’ 89 | bool operator()(absl::string_view lhs, absl::string_view rhs) const { | ~~~~~~~~~~~~~~~~~~^~~ /usr/include/absl/container/internal/hash_function_defaults.h:92:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, const absl::lts_20240722::Cord&) const’ 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:92:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘const absl::lts_20240722::Cord&’ 92 | bool operator()(const absl::Cord& lhs, const absl::Cord& rhs) const { | ~~~~~~~~~~~~~~~~~~^~~ /usr/include/absl/container/internal/hash_function_defaults.h:95:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(const absl::lts_20240722::Cord&, int) const’ 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:95:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘const absl::lts_20240722::Cord&’ 95 | bool operator()(const absl::Cord& lhs, absl::string_view rhs) const { | ~~~~~~~~~~~~~~~~~~^~~ /usr/include/absl/container/internal/hash_function_defaults.h:98:8: note: candidate: ‘bool absl::lts_20240722::container_internal::StringEq::operator()(int, const absl::lts_20240722::Cord&) const’ 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const { | ^~~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:98:37: note: no known conversion for argument 1 from ‘const absl::lts_20240722::container_internal::raw_hash_set, bool>, absl::lts_20240722::container_internal::StringHash, absl::lts_20240722::container_internal::StringEq, std::allocator, bool> > >::key_type’ {aka ‘const std::__cxx11::basic_string’} to ‘int’ 98 | bool operator()(absl::string_view lhs, const absl::Cord& rhs) const { | ~~~~~~~~~~~~~~~~~~^~~ /usr/include/google/protobuf/descriptor.h:2501:13: error: ‘absl::string_view’ has not been declared 2501 | absl::string_view message_name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::field(int) const’: /usr/include/google/protobuf/descriptor.h:2548:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2548 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2548:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2548 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::oneof_decl(int) const’: /usr/include/google/protobuf/descriptor.h:2549:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2549 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2549:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2549 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, oneof_decl, const OneofDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::Descriptor::nested_type(int) const’: /usr/include/google/protobuf/descriptor.h:2550:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2550 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2550:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2550 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::Descriptor::enum_type(int) const’: /usr/include/google/protobuf/descriptor.h:2551:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2551 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2551:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2551 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::Descriptor::real_oneof_decl(int) const’: /usr/include/google/protobuf/descriptor.h:2553:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 2553 | ABSL_DCHECK(index < real_oneof_decl_count()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ExtensionRange* google::protobuf::Descriptor::extension_range(int) const’: /usr/include/google/protobuf/descriptor.h:2559:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2559 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2559:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2559 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::Descriptor::extension(int) const’: /usr/include/google/protobuf/descriptor.h:2561:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2561 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2561:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2561 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor::ReservedRange* google::protobuf::Descriptor::reserved_range(int) const’: /usr/include/google/protobuf/descriptor.h:2564:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2564 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2564:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2564 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, reserved_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::OneofDescriptor::field(int) const’: /usr/include/google/protobuf/descriptor.h:2591:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2591 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2591:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2591 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(OneofDescriptor, field, const FieldDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumValueDescriptor* google::protobuf::EnumDescriptor::value(int) const’: /usr/include/google/protobuf/descriptor.h:2598:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2598 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2598:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2598 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor::ReservedRange* google::protobuf::EnumDescriptor::reserved_range(int) const’: /usr/include/google/protobuf/descriptor.h:2603:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2603 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2603:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2603 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, reserved_range, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::MethodDescriptor* google::protobuf::ServiceDescriptor::method(int) const’: /usr/include/google/protobuf/descriptor.h:2615:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2615 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2615:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2615 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor, method, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FileDescriptor::message_type(int) const’: /usr/include/google/protobuf/descriptor.h:2638:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2638 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2638:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2638 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::EnumDescriptor* google::protobuf::FileDescriptor::enum_type(int) const’: /usr/include/google/protobuf/descriptor.h:2639:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2639 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2639:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2639 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, enum_type, const EnumDescriptor*) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::ServiceDescriptor* google::protobuf::FileDescriptor::service(int) const’: /usr/include/google/protobuf/descriptor.h:2640:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2640 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2640:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2640 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, service, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::FieldDescriptor* google::protobuf::FileDescriptor::extension(int) const’: /usr/include/google/protobuf/descriptor.h:2642:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2642 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h:2642:1: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2642 | PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, extension, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: At global scope: /usr/include/google/protobuf/descriptor.h:2663:13: error: ‘bool google::protobuf::Descriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::Descriptor’ 2663 | inline bool Descriptor::IsReservedName(absl::string_view name) const { | ^~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2663:46: error: ‘string_view’ is not a member of ‘absl’ 2663 | inline bool Descriptor::IsReservedName(absl::string_view name) const { | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2683:13: error: ‘bool google::protobuf::EnumDescriptor::IsReservedName’ is not a static data member of ‘class google::protobuf::EnumDescriptor’ 2683 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const { | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2683:50: error: ‘string_view’ is not a member of ‘absl’ 2683 | inline bool EnumDescriptor::IsReservedName(absl::string_view name) const { | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In member function ‘int google::protobuf::FieldDescriptor::index_in_oneof() const’: /usr/include/google/protobuf/descriptor.h:2721:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 2721 | ABSL_DCHECK(is_oneof_); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::Descriptor* google::protobuf::FieldDescriptor::extension_scope() const’: /usr/include/google/protobuf/descriptor.h:2726:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 2726 | ABSL_CHECK(is_extension_); | ^~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: In member function ‘bool google::protobuf::FieldDescriptor::is_repeated() const’: /usr/include/google/protobuf/descriptor.h:2743:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [42], int, std::string&)’ 2743 | ABSL_DCHECK_EQ(is_repeated_, label() == LABEL_REPEATED); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/descriptor.h: In member function ‘const google::protobuf::OneofDescriptor* google::protobuf::FieldDescriptor::real_containing_oneof() const’: /usr/include/google/protobuf/descriptor.h:2759:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 2759 | ABSL_DCHECK(!res->is_synthetic()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h: At global scope: /usr/include/google/protobuf/descriptor.h:2933:30: error: ‘string_view’ is not a member of ‘absl’ 2933 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to); | ^~~~~~~~~~~ /usr/include/google/protobuf/descriptor.h:2933:77: error: expected primary-expression before ‘&’ token 2933 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to); | ^ /usr/include/google/protobuf/descriptor.h:2933:79: error: ‘to’ was not declared in this scope; did you mean ‘io’? 2933 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to); | ^~ | io /usr/include/google/protobuf/descriptor.h:2933:81: error: expression list treated as compound expression in initializer [-fpermissive] 2933 | bool ParseNoReflection(absl::string_view from, google::protobuf::MessageLite& to); | ^ /usr/include/google/protobuf/descriptor.h:2985:52: error: ‘string_view’ is not a member of ‘absl’ 2985 | PROTOBUF_EXPORT bool IsLazilyInitializedFile(absl::string_view filename); | ^~~~~~~~~~~ In file included from /usr/include/google/protobuf/generated_message_reflection.h:26: /usr/include/google/protobuf/generated_enum_reflection.h:53:43: error: ‘absl::string_view’ has not been declared 53 | absl::string_view name, int* value); | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_enum_reflection.h:56:61: error: ‘absl::string_view’ has not been declared 56 | bool ParseNamedEnum(const EnumDescriptor* descriptor, absl::string_view name, | ^~~~~~~~~~~ In file included from /usr/include/google/protobuf/generated_message_reflection.h:28: /usr/include/google/protobuf/unknown_field_set.h:91:42: error: ‘absl::string_view’ has not been declared 91 | inline void set_length_delimited(absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:201:45: error: ‘absl::string_view’ has not been declared 201 | void AddLengthDelimited(int number, absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:231:43: error: ‘string_view’ in namespace ‘absl’ does not name a type 231 | inline bool ParseFromString(const absl::string_view data) { | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h: In member function ‘bool google::protobuf::UnknownFieldSet::ParseFromString(int)’: /usr/include/google/protobuf/unknown_field_set.h:232:32: error: request for member ‘data’ in ‘data’, which is of non-class type ‘const int’ 232 | return ParseFromArray(data.data(), static_cast(data.size())); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h:232:62: error: request for member ‘size’ in ‘data’, which is of non-class type ‘const int’ 232 | return ParseFromArray(data.data(), static_cast(data.size())); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h: At global scope: /usr/include/google/protobuf/unknown_field_set.h:299:54: error: ‘absl::string_view’ has not been declared 299 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val, | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:356:61: error: ‘string_view’ in namespace ‘absl’ does not name a type 356 | const absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownFieldSet::AddLengthDelimited(int, int)’: /usr/include/google/protobuf/unknown_field_set.h:357:44: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’ 357 | AddLengthDelimited(number)->assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h:357:58: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’ 357 | AddLengthDelimited(number)->assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h: At global scope: /usr/include/google/protobuf/unknown_field_set.h:398:60: error: ‘string_view’ in namespace ‘absl’ does not name a type 398 | inline void UnknownField::set_length_delimited(const absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h: In member function ‘void google::protobuf::UnknownField::set_length_delimited(int)’: /usr/include/google/protobuf/unknown_field_set.h:400:36: error: request for member ‘data’ in ‘value’, which is of non-class type ‘const int’ 400 | data_.string_value->assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h:400:50: error: request for member ‘size’ in ‘value’, which is of non-class type ‘const int’ 400 | data_.string_value->assign(value.data(), value.size()); | ^~~~ /usr/include/google/protobuf/unknown_field_set.h: In member function ‘size_t google::protobuf::UnknownField::GetLengthDelimitedSize() const’: /usr/include/google/protobuf/unknown_field_set.h:428:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [49], int, std::string&)’ 428 | ABSL_DCHECK_EQ(TYPE_LENGTH_DELIMITED, type()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetFieldOffsetNonOneof(const google::protobuf::FieldDescriptor*) const’: /usr/include/google/protobuf/generated_message_reflection.h:124:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 124 | ABSL_DCHECK(!InRealOneof(field)); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitIndex(const google::protobuf::FieldDescriptor*) const’: /usr/include/google/protobuf/generated_message_reflection.h:156:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 156 | ABSL_DCHECK(HasHasbits()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::HasBitsOffset() const’: /usr/include/google/protobuf/generated_message_reflection.h:162:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 162 | ABSL_DCHECK(HasHasbits()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringIndex(const google::protobuf::FieldDescriptor*) const’: /usr/include/google/protobuf/generated_message_reflection.h:171:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 171 | ABSL_DCHECK(HasInlinedString()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::InlinedStringDonatedOffset() const’: /usr/include/google/protobuf/generated_message_reflection.h:177:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 177 | ABSL_DCHECK(HasInlinedString()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::GetExtensionSetOffset() const’: /usr/include/google/protobuf/generated_message_reflection.h:194:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 194 | ABSL_DCHECK(HasExtensionSet()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘bool google::protobuf::internal::ReflectionSchema::IsEagerlyVerifiedLazyField(const google::protobuf::FieldDescriptor*) const’: /usr/include/google/protobuf/generated_message_reflection.h:215:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [60], int, std::string&)’ 215 | ABSL_DCHECK_EQ(field->type(), FieldDescriptor::TYPE_MESSAGE); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SplitOffset() const’: /usr/include/google/protobuf/generated_message_reflection.h:229:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 229 | ABSL_DCHECK(IsSplit()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_reflection.h: In member function ‘uint32_t google::protobuf::internal::ReflectionSchema::SizeofSplit() const’: /usr/include/google/protobuf/generated_message_reflection.h:234:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 234 | ABSL_DCHECK(IsSplit()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/google/protobuf/message.h:110, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:27: /usr/include/google/protobuf/map.h: At global scope: /usr/include/google/protobuf/map.h:240:58: error: ‘string_view’ is not a member of ‘absl’ 240 | std::is_convertible::value>> | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:240:58: error: ‘string_view’ is not a member of ‘absl’ /usr/include/google/protobuf/map.h:240:69: error: template argument 2 is invalid 240 | std::is_convertible::value>> | ^ /usr/include/google/protobuf/map.h:240:72: error: template argument 1 is invalid 240 | std::is_convertible::value>> | ^~~~~ /usr/include/google/protobuf/map.h:241:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 241 | static absl::string_view ImplicitConvertImpl(T&& str, Rank2) { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:247:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 247 | static absl::string_view ImplicitConvertImpl(T&& str, Rank1) { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:252:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 252 | static absl::string_view ImplicitConvertImpl(T&& str, Rank0) { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:257:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 257 | static absl::string_view ImplicitConvert(T&& str) { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:261:41: error: ‘string_view’ is not a member of ‘absl’ 261 | struct hash : public absl::Hash { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:261:41: error: ‘string_view’ is not a member of ‘absl’ /usr/include/google/protobuf/map.h:261:52: error: template argument 1 is invalid 261 | struct hash : public absl::Hash { | ^ /usr/include/google/protobuf/map.h:280:26: error: ‘string_view’ in namespace ‘absl’ does not name a type 280 | using ViewType = absl::string_view; | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:282:10: error: ‘ViewType’ does not name a type; did you mean ‘FieldType’? 282 | static ViewType ToView(const T& v) { | ^~~~~~~~ | FieldType /usr/include/google/protobuf/map.h: In member function ‘size_t google::protobuf::internal::TransparentSupport >::hash::operator()(T&&) const’: /usr/include/google/protobuf/map.h:266:31: error: ‘string_view’ is not a member of ‘absl’ 266 | return absl::Hash::operator()( | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h:266:31: error: ‘string_view’ is not a member of ‘absl’ /usr/include/google/protobuf/map.h:266:42: error: template argument 1 is invalid 266 | return absl::Hash::operator()( | ^ /usr/include/google/protobuf/map.h: In function ‘bool google::protobuf::internal::TableEntryIsTooLong(NodeBase*)’: /usr/include/google/protobuf/map.h:331:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’ 331 | ABSL_DCHECK_LE(count, kMaxLength); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/map.h: At global scope: /usr/include/google/protobuf/map.h:346:40: error: expected ‘)’ before ‘v’ 346 | explicit VariantKey(absl::string_view v) | ~ ^~ | ) /usr/include/google/protobuf/map.h: In function ‘bool google::protobuf::internal::operator<(const VariantKey&, const VariantKey&)’: /usr/include/google/protobuf/map.h:354:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’ 354 | ABSL_DCHECK_EQ(left.data == nullptr, right.data == nullptr); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/map.h: In member function ‘google::protobuf::internal::VariantKey google::protobuf::internal::RealKeyToVariantKey >::operator()(const T&) const’: /usr/include/google/protobuf/map.h:388:56: error: ‘ImplicitConvert’ is not a member of ‘google::protobuf::internal::TransparentSupport >’ 388 | return VariantKey(TransparentSupport::ImplicitConvert(value)); | ^~~~~~~~~~~~~~~ /usr/include/google/protobuf/map.h: At global scope: /usr/include/google/protobuf/map.h:394:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 394 | absl::string_view operator()(absl::string_view value) const { return value; } | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In function ‘google::protobuf::internal::NodeBase* google::protobuf::internal::TableEntryToNode(TableEntryPtr)’: /usr/include/google/protobuf/map.h:424:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 424 | ABSL_DCHECK(TableEntryIsList(entry)); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In function ‘google::protobuf::internal::TableEntryPtr google::protobuf::internal::NodeToTableEntry(NodeBase*)’: /usr/include/google/protobuf/map.h:428:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 428 | ABSL_DCHECK((reinterpret_cast(node) & 1) == 0); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In function ‘google::protobuf::internal::TreeForMap* google::protobuf::internal::TableEntryToTree(TableEntryPtr)’: /usr/include/google/protobuf/map.h:432:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 432 | ABSL_DCHECK(TableEntryIsTree(entry)); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In function ‘google::protobuf::internal::TableEntryPtr google::protobuf::internal::TreeToTableEntry(TreeForMap*)’: /usr/include/google/protobuf/map.h:436:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 436 | ABSL_DCHECK((reinterpret_cast(node) & 1) == 0); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/map.h: At global scope: /usr/include/google/protobuf/map.h:707:41: error: ‘absl::string_view’ has not been declared 707 | map_index_t VariantBucketNumber(absl::string_view key) const { | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In member function ‘google::protobuf::internal::map_index_t google::protobuf::internal::UntypedMapBase::VariantBucketNumber(google::protobuf::internal::VariantKey) const’: /usr/include/google/protobuf/map.h:703:44: error: ‘string_view’ is not a member of ‘absl’ 703 | : VariantBucketNumber(absl::string_view( | ^~~~~~~~~~~ /usr/include/google/protobuf/map.h: In member function ‘google::protobuf::internal::TableEntryPtr* google::protobuf::internal::UntypedMapBase::CreateEmptyTable(google::protobuf::internal::map_index_t)’: /usr/include/google/protobuf/map.h:718:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’ 718 | ABSL_DCHECK_GE(n, kMinTableSize); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/map.h:719:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [35], int, std::string&)’ 719 | ABSL_DCHECK_EQ(n & (n - 1), 0u); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/map.h: In member function ‘void google::protobuf::internal::UntypedMapIterator::SearchFrom(google::protobuf::internal::map_index_t)’: /usr/include/google/protobuf/map.h:835:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 835 | ABSL_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ || | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/map.h:845:7: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 845 | ABSL_DCHECK(!tree->empty()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message.h: At global scope: /usr/include/google/protobuf/message.h:391:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 391 | static absl::string_view GetTypeNameImpl(const internal::ClassData* data); | ^~~~~~~~~~~ /usr/include/google/protobuf/message.h:628:11: error: ‘string_view’ in namespace ‘absl’ does not name a type 628 | absl::string_view CopyFromCord(const absl::Cord& cord) { | ^~~~~~~~~~~ /usr/include/google/protobuf/message.h:645:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 645 | absl::string_view GetStringView( | ^~~~~~~~~~~ /usr/include/google/protobuf/message.h:771:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 771 | absl::string_view GetRepeatedStringView( | ^~~~~~~~~~~ /usr/include/google/protobuf/message.h:954:57: error: ‘absl::string_view’ has not been declared 954 | const FieldDescriptor* FindKnownExtensionByName(absl::string_view name) const; | ^~~~~~~~~~~ /usr/include/google/protobuf/message.h: In member function ‘bool google::protobuf::Reflection::IsDefaultInstance(const google::protobuf::Message&) const’: /usr/include/google/protobuf/message.h:482:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [39], int, std::string&)’ 482 | ABSL_DCHECK_EQ(message.GetReflection(), this); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/message.h: In function ‘const T* google::protobuf::DownCastMessage(const MessageLite*) [with T = Message]’: /usr/include/google/protobuf/message.h:1485:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1485 | ABSL_DCHECK(DynamicCastMessage(from) == from) | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message.h: In member function ‘const void* google::protobuf::Reflection::GetSplitField(const google::protobuf::Message*) const’: /usr/include/google/protobuf/message.h:1558:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1558 | ABSL_DCHECK(schema_.IsSplit()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message.h: In member function ‘void** google::protobuf::Reflection::MutableSplitField(google::protobuf::Message*) const’: /usr/include/google/protobuf/message.h:1564:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1564 | ABSL_DCHECK(schema_.IsSplit()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:32: /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:99:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 99 | inline bool AVStreamType_Enum_Parse(absl::string_view name, AVStreamType_Enum* value) { | ^~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:99:43: error: ‘string_view’ is not a member of ‘absl’ 99 | inline bool AVStreamType_Enum_Parse(absl::string_view name, AVStreamType_Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:99:78: error: expected primary-expression before ‘*’ token 99 | inline bool AVStreamType_Enum_Parse(absl::string_view name, AVStreamType_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:99:80: error: ‘value’ was not declared in this scope 99 | inline bool AVStreamType_Enum_Parse(absl::string_view name, AVStreamType_Enum* value) { | ^~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:99:85: error: expression list treated as compound expression in initializer [-fpermissive] 99 | inline bool AVStreamType_Enum_Parse(absl::string_view name, AVStreamType_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:204:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 204 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:203:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 203 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:204:56: error: ‘string_view’ declared as function returning a function 204 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:205:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 205 | static ::absl::string_view FullMessageName() { return "aasdk.proto.enums.AVStreamType"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:240:39: error: ‘absl::string_view’ has not been declared 240 | static inline bool Enum_Parse(absl::string_view name, Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h: In member function ‘void aasdk::proto::enums::AVStreamType::UnsafeArenaSwap(aasdk::proto::enums::AVStreamType*)’: /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:179:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 179 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h: In static member function ‘static bool aasdk::proto::enums::AVStreamType::Enum_Parse(int, Enum*)’: /home/parker/build/aasdk/build/aasdk_proto/AVStreamTypeEnum.pb.h:241:35: error: ‘aasdk::proto::enums::AVStreamType_Enum_Parse’ cannot be used as a function 241 | return AVStreamType_Enum_Parse(name, value); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:33: /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:101:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 101 | inline bool AudioType_Enum_Parse(absl::string_view name, AudioType_Enum* value) { | ^~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:101:40: error: ‘string_view’ is not a member of ‘absl’ 101 | inline bool AudioType_Enum_Parse(absl::string_view name, AudioType_Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:101:72: error: expected primary-expression before ‘*’ token 101 | inline bool AudioType_Enum_Parse(absl::string_view name, AudioType_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:101:74: error: ‘value’ was not declared in this scope 101 | inline bool AudioType_Enum_Parse(absl::string_view name, AudioType_Enum* value) { | ^~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:101:79: error: expression list treated as compound expression in initializer [-fpermissive] 101 | inline bool AudioType_Enum_Parse(absl::string_view name, AudioType_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:206:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 206 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:205:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 205 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:206:56: error: ‘string_view’ declared as function returning a function 206 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:207:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 207 | static ::absl::string_view FullMessageName() { return "aasdk.proto.enums.AudioType"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:244:39: error: ‘absl::string_view’ has not been declared 244 | static inline bool Enum_Parse(absl::string_view name, Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h: In member function ‘void aasdk::proto::enums::AudioType::UnsafeArenaSwap(aasdk::proto::enums::AudioType*)’: /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:181:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 181 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h: In static member function ‘static bool aasdk::proto::enums::AudioType::Enum_Parse(int, Enum*)’: /home/parker/build/aasdk/build/aasdk_proto/AudioTypeEnum.pb.h:245:32: error: ‘aasdk::proto::enums::AudioType_Enum_Parse’ cannot be used as a function 245 | return AudioType_Enum_Parse(name, value); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:34: /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:43:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 43 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:206:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 206 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:205:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 205 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:206:56: error: ‘string_view’ declared as function returning a function 206 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:207:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 207 | static ::absl::string_view FullMessageName() { return "aasdk.proto.data.AudioConfig"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h: In member function ‘void aasdk::proto::data::AudioConfig::UnsafeArenaSwap(aasdk::proto::data::AudioConfig*)’: /home/parker/build/aasdk/build/aasdk_proto/AudioConfigData.pb.h:148:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 148 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:32, from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:35: /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:104:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 104 | inline bool VideoResolution_Enum_Parse(absl::string_view name, VideoResolution_Enum* value) { | ^~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:104:46: error: ‘string_view’ is not a member of ‘absl’ 104 | inline bool VideoResolution_Enum_Parse(absl::string_view name, VideoResolution_Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:104:84: error: expected primary-expression before ‘*’ token 104 | inline bool VideoResolution_Enum_Parse(absl::string_view name, VideoResolution_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:104:86: error: ‘value’ was not declared in this scope 104 | inline bool VideoResolution_Enum_Parse(absl::string_view name, VideoResolution_Enum* value) { | ^~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:104:91: error: expression list treated as compound expression in initializer [-fpermissive] 104 | inline bool VideoResolution_Enum_Parse(absl::string_view name, VideoResolution_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:209:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 209 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:208:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 208 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:209:56: error: ‘string_view’ declared as function returning a function 209 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:210:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 210 | static ::absl::string_view FullMessageName() { return "aasdk.proto.enums.VideoResolution"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:250:39: error: ‘absl::string_view’ has not been declared 250 | static inline bool Enum_Parse(absl::string_view name, Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h: In member function ‘void aasdk::proto::enums::VideoResolution::UnsafeArenaSwap(aasdk::proto::enums::VideoResolution*)’: /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:184:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 184 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h: In static member function ‘static bool aasdk::proto::enums::VideoResolution::Enum_Parse(int, Enum*)’: /home/parker/build/aasdk/build/aasdk_proto/VideoResolutionEnum.pb.h:251:38: error: ‘aasdk::proto::enums::VideoResolution_Enum_Parse’ cannot be used as a function 251 | return VideoResolution_Enum_Parse(name, value); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:33: /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:99:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 99 | inline bool VideoFPS_Enum_Parse(absl::string_view name, VideoFPS_Enum* value) { | ^~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:99:39: error: ‘string_view’ is not a member of ‘absl’ 99 | inline bool VideoFPS_Enum_Parse(absl::string_view name, VideoFPS_Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:99:70: error: expected primary-expression before ‘*’ token 99 | inline bool VideoFPS_Enum_Parse(absl::string_view name, VideoFPS_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:99:72: error: ‘value’ was not declared in this scope 99 | inline bool VideoFPS_Enum_Parse(absl::string_view name, VideoFPS_Enum* value) { | ^~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:99:77: error: expression list treated as compound expression in initializer [-fpermissive] 99 | inline bool VideoFPS_Enum_Parse(absl::string_view name, VideoFPS_Enum* value) { | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:204:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 204 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:203:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 203 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:204:56: error: ‘string_view’ declared as function returning a function 204 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:205:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 205 | static ::absl::string_view FullMessageName() { return "aasdk.proto.enums.VideoFPS"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:240:39: error: ‘absl::string_view’ has not been declared 240 | static inline bool Enum_Parse(absl::string_view name, Enum* value) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h: In member function ‘void aasdk::proto::enums::VideoFPS::UnsafeArenaSwap(aasdk::proto::enums::VideoFPS*)’: /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:179:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 179 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h: In static member function ‘static bool aasdk::proto::enums::VideoFPS::Enum_Parse(int, Enum*)’: /home/parker/build/aasdk/build/aasdk_proto/VideoFPSEnum.pb.h:241:31: error: ‘aasdk::proto::enums::VideoFPS_Enum_Parse’ cannot be used as a function 241 | return VideoFPS_Enum_Parse(name, value); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:45:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 45 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:208:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 208 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:207:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 207 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:208:56: error: ‘string_view’ declared as function returning a function 208 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:209:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 209 | static ::absl::string_view FullMessageName() { return "aasdk.proto.data.VideoConfig"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h: In member function ‘void aasdk::proto::data::VideoConfig::UnsafeArenaSwap(aasdk::proto::data::VideoConfig*)’: /home/parker/build/aasdk/build/aasdk_proto/VideoConfigData.pb.h:150:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 150 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h: At global scope: /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:47:9: error: ‘string_view’ in namespace ‘absl’ does not name a type 47 | ::absl::string_view GetAnyMessageName(); | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:210:37: error: ‘google::protobuf::internal::GetAnyMessageName’ has not been declared 210 | ::google::protobuf::internal::GetAnyMessageName)(); | ^~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:209:10: error: ISO C++ forbids declaration of ‘string_view’ with no type [-fpermissive] 209 | friend ::absl::string_view( | ^~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:210:56: error: ‘string_view’ declared as function returning a function 210 | ::google::protobuf::internal::GetAnyMessageName)(); | ^ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:211:18: error: ‘string_view’ in namespace ‘absl’ does not name a type 211 | static ::absl::string_view FullMessageName() { return "aasdk.proto.data.AVChannel"; } | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h: In member function ‘void aasdk::proto::data::AVChannel::UnsafeArenaSwap(aasdk::proto::data::AVChannel*)’: /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:152:48: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 152 | ABSL_DCHECK(GetArena() == other->GetArena()); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:11: /usr/include/google/protobuf/generated_message_tctable_impl.h: At global scope: /usr/include/google/protobuf/generated_message_tctable_impl.h:885:42: error: ‘absl::string_view’ has not been declared 885 | absl::string_view value); | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_impl.h:899:51: error: ‘absl::string_view’ has not been declared 899 | absl::string_view value) { | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_impl.h:1027:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 1027 | static absl::string_view MessageName(const TcParseTableBase* table); | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_impl.h:1028:16: error: ‘string_view’ in namespace ‘absl’ does not name a type 1028 | static absl::string_view FieldName(const TcParseTableBase* table, | ^~~~~~~~~~~ /usr/include/google/protobuf/generated_message_tctable_impl.h:1038:34: error: ‘absl::string_view’ has not been declared 1038 | static bool MpVerifyUtf8(absl::string_view wire_bytes, | ^~~~~~~~~~~ In file included from /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:18: /usr/include/google/protobuf/wire_format.h:270:48: error: ‘absl::string_view’ has not been declared 270 | absl::string_view field_name); | ^~~~~~~~~~~ /usr/include/google/protobuf/wire_format.h: In static member function ‘static void google::protobuf::internal::WireFormat::SerializeWithCachedSizes(const google::protobuf::Message&, int, google::protobuf::io::CodedOutputStream*)’: /usr/include/google/protobuf/wire_format.h:115:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)’ 115 | ABSL_CHECK_EQ(output->ByteCount(), expected_endpoint) | ^~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format.h: In static member function ‘static void google::protobuf::internal::WireFormat::VerifyUTF8String(const char*, int, Operation)’: /usr/include/google/protobuf/wire_format.h:346:55: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 346 | /* field_name = */ ""); | ^~ | | | const char* /usr/include/google/protobuf/wire_format_lite.h:321:50: note: initializing argument 4 of ‘static bool google::protobuf::internal::WireFormatLite::VerifyUtf8String(const char*, int, Operation, int)’ 321 | absl::string_view field_name); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /usr/include/google/protobuf/wire_format.h: At global scope: /usr/include/google/protobuf/wire_format.h:357:17: error: ‘string_view’ in namespace ‘absl’ does not name a type 357 | const absl::string_view field_name) { | ^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc: In static member function ‘static void aasdk::proto::data::AVChannel::SharedDtor(google::protobuf::MessageLite&)’: /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:220:42: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 220 | ABSL_DCHECK(this_.GetArena() == nullptr); | ^ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc: In static member function ‘static constexpr auto aasdk::proto::data::AVChannel::InternalNewImpl_()’: /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:229:61: error: ‘EncodePlacementArenaOffsets’ is not a member of ‘google::protobuf::internal’ 229 | constexpr auto arena_bits = ::google::protobuf::internal::EncodePlacementArenaOffsets({ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc: In static member function ‘static void aasdk::proto::data::AVChannel::MergeImpl(google::protobuf::MessageLite&, const google::protobuf::MessageLite&)’: /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:484:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [63], int, std::string&)’ 484 | ABSL_DCHECK_NE(&from, _this); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/absl/strings/internal/str_format/bind.h: In instantiation of ‘absl::lts_20240722::str_format_internal::FormatSpecTemplate::FormatSpecTemplate(const char*) [with absl::lts_20240722::FormatConversionCharSet ...Args = {(absl::lts_20240722::FormatConversionCharSet)655355}]’: /usr/include/absl/crc/crc32c.h:184:34: required from here 184 | return os << absl::StreamFormat("%08x", static_cast(crc)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/strings/internal/str_format/bind.h:167:45: error: no matching function for call to ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(const char*&)’ 167 | FormatSpecTemplate(const char* s) : Base(s) {} // NOLINT | ^ /usr/include/absl/strings/str_format.h:114:12: note: candidate: ‘absl::lts_20240722::UntypedFormatSpec::UntypedFormatSpec(absl::lts_20240722::Nonnull)’ 114 | explicit UntypedFormatSpec( | ^~~~~~~~~~~~~~~~~ /usr/include/absl/strings/str_format.h:115:67: note: no known conversion for argument 1 from ‘const char*’ to ‘absl::lts_20240722::Nonnull’ {aka ‘const absl::lts_20240722::str_format_internal::ParsedFormatBase*’} 115 | absl::Nonnull pc) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 19]’: /usr/include/google/protobuf/arena_align.h:159:47: required from here 159 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align; | ^~~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(const char [19])’ 305 | CopyToEncodedBuffer(buf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match) 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed: /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’ 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided /usr/include/google/protobuf/message_lite.h: In instantiation of ‘MessageLite* google::protobuf::internal::MessageCreator::PlacementNew(const MessageLite*, const MessageLite*, void*, google::protobuf::Arena*) const [with bool test_call = false; MessageLite = google::protobuf::MessageLite]’: /usr/include/google/protobuf/message_lite.h:415:40: required from here 415 | return message_creator.PlacementNew(prototype, prototype, mem, arena); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1194:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 1194 | ABSL_DCHECK_EQ(reinterpret_cast(mem) % alignment_, 0u); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/message_lite.h:1222:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1222 | ABSL_DCHECK(std::all_of(src + sizeof(MessageLite), src + size, | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/message_lite.h:1240:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 1240 | ABSL_DCHECK_EQ(+as_tag, +kMemcpy); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/message_lite.h:1277:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 1277 | ABSL_DCHECK_LE(offset + sizeof(Arena*), size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/message_lite.h:1280:9: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)’ 1280 | ABSL_DCHECK_EQ(*reinterpret_cast(dst + offset), nullptr); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 17]’: /usr/include/google/protobuf/message_lite.h:1187:10: required from here 1187 | << "Cannot downcast " << from.GetTypeName() << " to " << to.GetTypeName(); | ^~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(const char [17])’ 305 | CopyToEncodedBuffer(buf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match) 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed: /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’ 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 5]’: /usr/include/google/protobuf/message_lite.h:1187:54: required from here 1187 | << "Cannot downcast " << from.GetTypeName() << " to " << to.GetTypeName(); | ^~~~~~ /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(const char [5])’ 305 | CopyToEncodedBuffer(buf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match) 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed: /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’ 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED32; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1171:1: required from here 1171 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint32_t, TYPE_FIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED64; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1172:1: required from here 1172 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint64_t, TYPE_FIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED32; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1173:1: required from here 1173 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32_t, TYPE_SFIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED64; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1174:1: required from here 1174 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64_t, TYPE_SFIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = float; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FLOAT; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1175:1: required from here 1175 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static bool google::protobuf::internal::WireFormatLite::ReadRepeatedFixedSizePrimitive(int, uint32_t, google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = double; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_DOUBLE; uint32_t = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1176:1: required from here 1176 | READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1117:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1117 | ABSL_DCHECK_EQ(UInt32Size(tag), static_cast(tag_size)); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WritePrimitiveNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1521:36: required from here 1521 | return WritePrimitiveNoTagToArray(value, WriteInt32NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1489:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1489 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WritePrimitiveNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = long int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1525:36: required from here 1525 | return WritePrimitiveNoTagToArray(value, WriteInt64NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1489:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1489 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WritePrimitiveNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = unsigned int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1529:36: required from here 1529 | return WritePrimitiveNoTagToArray(value, WriteUInt32NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1489:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1489 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WritePrimitiveNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = long unsigned int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1533:36: required from here 1533 | return WritePrimitiveNoTagToArray(value, WriteUInt64NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1489:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1489 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = unsigned int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1545:32: required from here 1545 | return WriteFixedNoTagToArray(value, WriteFixed32NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = long unsigned int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1549:32: required from here 1549 | return WriteFixedNoTagToArray(value, WriteFixed64NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1553:32: required from here 1553 | return WriteFixedNoTagToArray(value, WriteSFixed32NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = long int; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1557:32: required from here 1557 | return WriteFixedNoTagToArray(value, WriteSFixed64NoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = float; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1561:32: required from here 1561 | return WriteFixedNoTagToArray(value, WriteFloatNoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WriteFixedNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = double; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1565:32: required from here 1565 | return WriteFixedNoTagToArray(value, WriteDoubleNoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1508:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1508 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/wire_format_lite.h: In instantiation of ‘static uint8_t* google::protobuf::internal::WireFormatLite::WritePrimitiveNoTagToArray(const google::protobuf::RepeatedField&, uint8_t* (*)(T, uint8_t*), uint8_t*) [with T = bool; uint8_t = unsigned char]’: /usr/include/google/protobuf/wire_format_lite.h:1569:36: required from here 1569 | return WritePrimitiveNoTagToArray(value, WriteBoolNoTagToArray, target); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1489:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [48], int, std::string&)’ 1489 | ABSL_DCHECK_GT(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::EpsCopyInputStream::AppendUntilEnd(const char*, const A&) [with A = google::protobuf::internal::EpsCopyInputStream::AppendString(const char*, std::string*)::]’: /usr/include/google/protobuf/parse_context.h:428:26: required from here 428 | return AppendUntilEnd( | ~~~~~~~~~~~~~~^ 429 | ptr, [str](const char* p, ptrdiff_t s) { str->append(p, s); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/parse_context.h:421:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 421 | ABSL_DCHECK(end >= ptr); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/extension_set.h: In instantiation of ‘bool google::protobuf::internal::ExtensionSet::FindExtensionInfoFromFieldNumber(int, int, ExtensionFinder*, google::protobuf::internal::ExtensionInfo*, bool*) const [with ExtensionFinder = google::protobuf::internal::GeneratedExtensionFinder]’: /usr/include/google/protobuf/extension_set.h:982:44: required from here 982 | return FindExtensionInfoFromFieldNumber(wire_type, field, &finder, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ 983 | extension, was_packed_on_wire); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/extension_set.h:942:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 942 | ABSL_DCHECK(extension->type > 0 && | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 12]’: /usr/include/google/protobuf/message.h:1486:55: required from here 1486 | << "Cannot downcast " << from->GetTypeName() << " to Message"; | ^~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(const char [12])’ 305 | CopyToEncodedBuffer(buf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match) 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed: /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’ 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided /usr/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::ParseContext::ParseLengthDelimitedInlined(const char*, const Func&) [with Func = google::protobuf::internal::TcParser::ParseMessage(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, const google::protobuf::internal::TcParseTableBase*)::]’: /usr/include/google/protobuf/generated_message_tctable_impl.h:387:44: required from here 387 | return ctx->ParseLengthDelimitedInlined(ptr, [&](const char* ptr) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | return ParseLoop(msg, ptr, ctx, tc_table); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 389 | }); | ~~ /usr/include/google/protobuf/parse_context.h:1099:23: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 1099 | if (ptr != nullptr) ABSL_DCHECK_EQ(old_depth, depth_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h: In instantiation of ‘const char* google::protobuf::internal::ParseContext::ParseGroupInlined(const char*, uint32_t, const Func&) [with Func = google::protobuf::internal::TcParser::ParseGroup(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, const google::protobuf::internal::TcParseTableBase*, uint32_t)::; uint32_t = unsigned int]’: /usr/include/google/protobuf/generated_message_tctable_impl.h:395:34: required from here 395 | return ctx->ParseGroupInlined(ptr, start_tag, [&](const char* ptr) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 | return ParseLoop(msg, ptr, ctx, tc_table); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 397 | }); | ~~ /usr/include/google/protobuf/parse_context.h:1115:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 1115 | ABSL_DCHECK_EQ(old_depth, depth_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/parse_context.h:1116:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)’ 1116 | ABSL_DCHECK_EQ(old_group_depth, group_depth_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/absl/log/internal/log_message.h: In instantiation of ‘absl::lts_20240722::log_internal::LogMessage& absl::lts_20240722::log_internal::LogMessage::operator<<(const char (&)[SIZE]) [with int SIZE = 27]’: /usr/include/google/protobuf/generated_message_tctable_impl.h:552:21: required from ‘static constexpr const char* (* google::protobuf::internal::TcParser::SingularVarintNoZag1())(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, google::protobuf::internal::TcFieldData, const google::protobuf::internal::TcParseTableBase*, uint64_t) [with FieldType = bool; int unused_data_offset = 80; int unused_hasbit_idx = 2; google::protobuf::internal::TailCallParseFunc = const char* (*)(google::protobuf::MessageLite*, const char*, google::protobuf::internal::ParseContext*, google::protobuf::internal::TcFieldData, const google::protobuf::internal::TcParseTableBase*, long unsigned int)]’ 552 | ABSL_LOG(FATAL) << "This should be unreachable"; | ^ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:308:107: required from here 308 | {::_pbi::TcParser::SingularVarintNoZag1(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/absl/log/internal/log_message.h:305:44: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(const char [27])’ 305 | CopyToEncodedBuffer(buf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: candidate: ‘void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(int) [with StringType str_type = absl::lts_20240722::log_internal::LogMessage::StringType::kLiteral]’ (near match) 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:235:8: note: conversion of argument 1 would be ill-formed: /usr/include/absl/log/internal/log_message.h:235:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:237:8: note: candidate: ‘template void absl::lts_20240722::log_internal::LogMessage::CopyToEncodedBuffer(char, size_t)’ 237 | void CopyToEncodedBuffer(char ch, size_t num) ABSL_ATTRIBUTE_NOINLINE; | ^~~~~~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:237:8: note: candidate expects 2 arguments, 1 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED32]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1275:1: required from here 1275 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(uint32_t, TYPE_FIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED32]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1275:1: required from here 1275 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(uint32_t, TYPE_FIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = long unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED64]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1276:1: required from here 1276 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(uint64_t, TYPE_FIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = long unsigned int]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long unsigned int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FIXED64]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1276:1: required from here 1276 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(uint64_t, TYPE_FIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = int]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED32]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1277:1: required from here 1277 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int32_t, TYPE_SFIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = int]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED32]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1277:1: required from here 1277 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int32_t, TYPE_SFIXED32) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = long int]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED64]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1278:1: required from here 1278 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int64_t, TYPE_SFIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = long int]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = long int; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_SFIXED64]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1278:1: required from here 1278 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int64_t, TYPE_SFIXED64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = float]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = float; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FLOAT]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1279:1: required from here 1279 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = float]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = float; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_FLOAT]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1279:1: required from here 1279 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Resize(int, const Element&) [with Element = double]’: /usr/include/google/protobuf/wire_format_lite.h:1235:19: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = double; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_DOUBLE]’ 1235 | values->Resize(old_entries + new_entries, 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1280:1: required from here 1280 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:785:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 785 | ABSL_DCHECK_GE(new_size, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::Truncate(int) [with Element = double]’: /usr/include/google/protobuf/wire_format_lite.h:1239:23: required from ‘static bool google::protobuf::internal::WireFormatLite::ReadPackedFixedSizePrimitive(google::protobuf::io::CodedInputStream*, google::protobuf::RepeatedField*) [with CType = double; FieldType DeclaredType = google::protobuf::internal::WireFormatLite::TYPE_DOUBLE]’ 1239 | values->Truncate(old_entries); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/wire_format_lite.h:1280:1: required from here 1280 | READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1250:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1250 | ABSL_DCHECK_LE(new_size, old_size); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::InternalDeallocate() [with bool in_destructor = true; Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:695:40: required from ‘google::protobuf::RepeatedField< >::~RepeatedField() [with Element = google::protobuf::UnknownField]’ 695 | if (!is_soo) InternalDeallocate(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/google/protobuf/unknown_field_set.h:263:44: required from here 263 | explicit UnknownFieldSet(Arena* arena) : fields_(arena) {} | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:611:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 611 | ABSL_DCHECK(!is_soo()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::InternalSwap(google::protobuf::RepeatedField< >*) [with Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:1070:5: required from ‘void google::protobuf::RepeatedField< >::Swap(google::protobuf::RepeatedField< >*) [with Element = google::protobuf::UnknownField]’ 1070 | InternalSwap(other); | ^~~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:338:17: required from here 338 | fields_.Swap(&x->fields_); | ~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1050:3: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 1050 | ABSL_DCHECK(this != other); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::MergeFrom(const google::protobuf::RepeatedField< >&) [with Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:1073:10: required from ‘void google::protobuf::RepeatedField< >::Swap(google::protobuf::RepeatedField< >*) [with Element = google::protobuf::UnknownField]’ 1073 | temp.MergeFrom(*this); | ~~~~~^~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:338:17: required from here 338 | fields_.Swap(&x->fields_); | ~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:993:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 993 | ABSL_DCHECK_NE(&other, this); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘void google::protobuf::RepeatedField< >::UnsafeArenaSwap(google::protobuf::RepeatedField< >*) [with Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:1075:12: required from ‘void google::protobuf::RepeatedField< >::Swap(google::protobuf::RepeatedField< >*) [with Element = google::protobuf::UnknownField]’ 1075 | other->UnsafeArenaSwap(&temp); | ~~~~~~~^~~~~~~~~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:338:17: required from here 338 | fields_.Swap(&x->fields_); | ~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:1082:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 1082 | ABSL_DCHECK_EQ(GetArena(), other->GetArena()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘const Element& google::protobuf::RepeatedField< >::Get(int) const [with Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:317:12: required from ‘const Element& google::protobuf::RepeatedField< >::operator[](int) const [with Element = google::protobuf::UnknownField; const_reference = const google::protobuf::UnknownField&]’ 317 | return Get(index); | ^~~ /usr/include/google/protobuf/unknown_field_set.h:349:46: required from here 349 | return (fields_)[static_cast(index)]; | ^ /usr/include/google/protobuf/repeated_field.h:806:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 806 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h:807:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 807 | ABSL_DCHECK_LT(index, size()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘Element* google::protobuf::RepeatedField< >::Mutable(int) [with Element = google::protobuf::UnknownField]’: /usr/include/google/protobuf/repeated_field.h:320:13: required from ‘Element& google::protobuf::RepeatedField< >::operator[](int) [with Element = google::protobuf::UnknownField; reference = google::protobuf::UnknownField&]’ 320 | return *Mutable(index); | ^~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:352:47: required from here 352 | return &(fields_)[static_cast(index)]; | ^ /usr/include/google/protobuf/repeated_field.h:830:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 830 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h:831:3: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [46], int, std::string&)’ 831 | ABSL_DCHECK_LT(index, size()); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/arena.h: In instantiation of ‘static T* google::protobuf::Arena::CreateArray(google::protobuf::Arena*, size_t) [with T = unsigned char; size_t = long unsigned int]’: /usr/include/google/protobuf/map.h:132:38: required from ‘google::protobuf::internal::MapAllocator::value_type* google::protobuf::internal::MapAllocator::allocate(size_type, const void*) [with U = google::protobuf::internal::NodeBase; pointer = google::protobuf::internal::NodeBase*; size_type = long unsigned int]’ 132 | Arena::CreateArray(arena_, n * sizeof(value_type))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/map.h:673:47: required from here 673 | return AllocFor(alloc_).allocate(node_size / sizeof(NodeBase)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/google/protobuf/arena.h:291:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [37], int, std::string&)’ 291 | ABSL_CHECK_LE(num_elements, std::numeric_limits::max() / sizeof(T)) | ^~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler; Value = aasdk::proto::data::AudioConfig]’: /usr/include/google/protobuf/repeated_ptr_field.h:1366:52: required from ‘Element* google::protobuf::RepeatedPtrField::Mutable(int) [with Element = aasdk::proto::data::AudioConfig]’ 1366 | return RepeatedPtrFieldBase::Mutable(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:425:52: required from here 425 | return _internal_mutable_audio_configs()->Mutable(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:188:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 188 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:189:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 189 | ABSL_DCHECK_LT(index, current_size_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler; Value = aasdk::proto::data::AudioConfig]’: /usr/include/google/protobuf/repeated_ptr_field.h:1347:48: required from ‘const Element& google::protobuf::RepeatedPtrField::Get(int) const [with Element = aasdk::proto::data::AudioConfig]’ 1347 | return RepeatedPtrFieldBase::Get(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:436:39: required from here 436 | return _internal_audio_configs().Get(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:253:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 253 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:254:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 254 | ABSL_DCHECK_LT(index, current_size_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value* google::protobuf::internal::RepeatedPtrFieldBase::Mutable(int) [with TypeHandler = google::protobuf::internal::GenericTypeHandler; Value = aasdk::proto::data::VideoConfig]’: /usr/include/google/protobuf/repeated_ptr_field.h:1366:52: required from ‘Element* google::protobuf::RepeatedPtrField::Mutable(int) [with Element = aasdk::proto::data::VideoConfig]’ 1366 | return RepeatedPtrFieldBase::Mutable(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:470:52: required from here 470 | return _internal_mutable_video_configs()->Mutable(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:188:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 188 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:189:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 189 | ABSL_DCHECK_LT(index, current_size_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘google::protobuf::internal::RepeatedPtrFieldBase::Value& google::protobuf::internal::RepeatedPtrFieldBase::Get(int) const [with TypeHandler = google::protobuf::internal::GenericTypeHandler; Value = aasdk::proto::data::VideoConfig]’: /usr/include/google/protobuf/repeated_ptr_field.h:1347:48: required from ‘const Element& google::protobuf::RepeatedPtrField::Get(int) const [with Element = aasdk::proto::data::VideoConfig]’ 1347 | return RepeatedPtrFieldBase::Get(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.h:481:39: required from here 481 | return _internal_video_configs().Get(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:253:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 253 | ABSL_DCHECK_GE(index, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h:254:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 254 | ABSL_DCHECK_LT(index, current_size_); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Destroy() [with TypeHandler = google::protobuf::internal::GenericTypeHandler]’: /usr/include/google/protobuf/repeated_ptr_field.h:1295:25: required from ‘google::protobuf::RepeatedPtrField::~RepeatedPtrField() [with Element = aasdk::proto::data::AudioConfig]’ 1295 | Destroy(); | ~~~~~~~~~~~~~~~~~~~~^~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:34:9: required from here 34 | audio_configs_{}, | ^~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:221:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 221 | ABSL_DCHECK(NeedsDestroy()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Destroy() [with TypeHandler = google::protobuf::internal::GenericTypeHandler]’: /usr/include/google/protobuf/repeated_ptr_field.h:1295:25: required from ‘google::protobuf::RepeatedPtrField::~RepeatedPtrField() [with Element = aasdk::proto::data::VideoConfig]’ 1295 | Destroy(); | ~~~~~~~~~~~~~~~~~~~~^~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:35:9: required from here 35 | video_configs_{}, | ^~~~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h:221:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 221 | ABSL_DCHECK(NeedsDestroy()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler]’: /usr/include/google/protobuf/repeated_ptr_field.h:1470:43: required from ‘void google::protobuf::RepeatedPtrField::Clear() [with Element = aasdk::proto::data::AudioConfig]’ 1470 | RepeatedPtrFieldBase::Clear(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:151:30: required from here 151 | _impl_.audio_configs_.Clear(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/google/protobuf/repeated_ptr_field.h:267:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 267 | ABSL_DCHECK_GE(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_ptr_field.h: In instantiation of ‘void google::protobuf::internal::RepeatedPtrFieldBase::Clear() [with TypeHandler = google::protobuf::internal::GenericTypeHandler]’: /usr/include/google/protobuf/repeated_ptr_field.h:1470:43: required from ‘void google::protobuf::RepeatedPtrField::Clear() [with Element = aasdk::proto::data::VideoConfig]’ 1470 | RepeatedPtrFieldBase::Clear(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/parker/build/aasdk/build/aasdk_proto/AVChannelData.pb.cc:155:30: required from here 155 | _impl_.video_configs_.Clear(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/google/protobuf/repeated_ptr_field.h:267:5: error: no matching function for call to ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char [50], int, std::string&)’ 267 | ABSL_DCHECK_GE(n, 0); | ^~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:355:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 355 | LogMessageFatal(const char* file, int line, | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:356:37: note: no known conversion for argument 3 from ‘std::string’ {aka ‘std::__cxx11::basic_string’} to ‘int’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate: ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)’ 354 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD; | ^~~~~~~~~~~~~~~ /usr/include/absl/log/internal/log_message.h:354:3: note: candidate expects 2 arguments, 3 provided /usr/include/google/protobuf/repeated_field.h: In instantiation of ‘google::protobuf::RepeatedField< >::HeapRep* google::protobuf::RepeatedField< >::heap_rep() const [with Element = google::protobuf::UnknownField; HeapRep = google::protobuf::internal::HeapRep<16>]’: /usr/include/google/protobuf/repeated_field.h:473:44: required from ‘google::protobuf::Arena* google::protobuf::RepeatedField< >::GetArena(bool) const [with Element = google::protobuf::UnknownField]’ 473 | return is_soo ? soo_rep_.soo_arena() : heap_rep()->arena; | ^~~~~~~~ /usr/include/google/protobuf/repeated_field.h:686:24: required from ‘google::protobuf::RepeatedField< >::~RepeatedField() [with Element = google::protobuf::UnknownField]’ 686 | auto arena = GetArena(is_soo); | ~~~~~~~~^~~~~~~~ /usr/include/google/protobuf/unknown_field_set.h:263:44: required from here 263 | explicit UnknownFieldSet(Arena* arena) : fields_(arena) {} | ^~~~~~~~~~~~~~ /usr/include/google/protobuf/repeated_field.h:603:5: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 603 | ABSL_DCHECK(!is_soo()); | ^~~~~~~~~~~ | | | const char* /usr/include/absl/log/internal/log_message.h:356:37: note: initializing argument 3 of ‘absl::lts_20240722::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)’ 356 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/absl/strings/cord.h: In instantiation of ‘H absl::lts_20240722::Cord::HashFragmented(H) const [with H = absl::lts_20240722::hash_internal::MixingHashState]’: /usr/include/absl/strings/cord.h:824:28: required from ‘H absl::lts_20240722::AbslHashValue(H, const Cord&) [with H = hash_internal::MixingHashState]’ 824 | return c.HashFragmented(std::move(hash_state)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/hash/internal/hash.h:948:27: required from ‘static absl::lts_20240722::enable_if_t<((bool)std::is_same::value), H> absl::lts_20240722::hash_internal::HashSelect::HashValueProbe::Invoke(H, const T&) [with H = absl::lts_20240722::hash_internal::MixingHashState; T = absl::lts_20240722::Cord; absl::lts_20240722::enable_if_t<((bool)std::is_same::value), H> = absl::lts_20240722::hash_internal::MixingHashState; decltype (absl::lts_20240722::hash_internal::AbslHashValue(std::move(state), value)) = absl::lts_20240722::hash_internal::MixingHashState]’ 948 | return AbslHashValue(std::move(state), value); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/hash/internal/hash.h:1321:73: required from ‘static H absl::lts_20240722::hash_internal::HashStateBase::combine(H, const T&, const Ts& ...) [with T = absl::lts_20240722::Cord; Ts = {}; H = absl::lts_20240722::hash_internal::MixingHashState]’ 1321 | return H::combine(hash_internal::HashSelect::template Apply::Invoke( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1322 | std::move(state), value), | ~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/hash/internal/hash.h:1056:39: required from ‘static size_t absl::lts_20240722::hash_internal::MixingHashState::hash(const T&) [with T = absl::lts_20240722::Cord; typename std::enable_if<(! absl::lts_20240722::conjunction, absl::lts_20240722::hash_internal::is_uniquely_represented >::value), int>::type = 0; size_t = long unsigned int]’ 1056 | return static_cast(combine(MixingHashState{}, value).state_); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/hash/internal/hash.h:1310:33: required from ‘size_t absl::lts_20240722::hash_internal::HashImpl::operator()(const T&) const [with T = absl::lts_20240722::Cord; size_t = long unsigned int]’ 1310 | return MixingHashState::hash(value); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/absl/container/internal/hash_function_defaults.h:83:36: required from here 83 | return absl::Hash{}(v); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /usr/include/absl/strings/cord.h:1102:18: error: cannot convert ‘absl::lts_20240722::Cord::HashFragmented(absl::lts_20240722::hash_internal::MixingHashState) const::’ to ‘int’ 1102 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | absl::lts_20240722::Cord::HashFragmented(absl::lts_20240722::hash_internal::MixingHashState) const:: 1103 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1104 | chunk.size()); | ~~~~~~~~~~~~~~ 1105 | }); | ~ /usr/include/absl/strings/cord.h:1698:48: note: initializing argument 1 of ‘void absl::lts_20240722::Cord::ForEachChunk(int) const’ 1698 | absl::FunctionRef callback) const { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ make[2]: *** [aasdk_proto/CMakeFiles/aasdk_proto.dir/build.make:999: aasdk_proto/CMakeFiles/aasdk_proto.dir/AVChannelData.pb.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:141: aasdk_proto/CMakeFiles/aasdk_proto.dir/all] Error 2 make: *** [Makefile:156: all] Error 2