upstream-tracker
upstream-tracker copied to clipboard
Request for tracking google-cloud-cpp-common
https://github.com/googleapis/google-cloud-cpp-common
Can't built it due to the error I can't resolve:
/home/.../src/google-cloud-cpp-common/0.16.0/google-cloud-cpp-common-0.16.0/external/grpc/src/grpc_project/src/core/lib/security/credentials/jwt/jwt_verifier.cc:628:57: error: invalid conversion from ‘const uint8_t* {aka const unsigned char*}’ to ‘unsigned char*’ [-fpermissive]
GRPC_SLICE_LENGTH(signature)) != 1) {
Which compiler and compiler version is being used by you?
GCC 8.3
I tried building with gcc 8.3 but I did not face any issue of this sort. Do you have any special compiler flags in CFLAGS or CXXFLAGS env vars?
It's CFLAGS='-g -Og'