Having problems installing the grpc module. Gettting the following errors...
/root/tmp/pear/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc:279:49: error: no matching function for call to 'StrFormat(const char [30], const string&, grpc_core::GrpcLbClientStats*)'
/root/tmp/pear/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc:279:49: note: mismatched types 'absl::lts_2020_09_23::FormatSpec<Args ...>' and 'const char [30]'
/root/tmp/pear/grpc/third_party/abseil-cpp/absl/strings/str_format.h:338:34: note: template argument deduction/substitution failed:
/root/tmp/pear/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc:527:72: note: mismatched types 'absl::lts_2020_09_23::FormatSpec<Args ...>' and 'const char [20]'
I've had a dig around and can't find anything obvious. I was hoping someone else may have had this same issue and has resolved it. Many thanks.make: *** [src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.lo] Error 1