upstream-tracker icon indicating copy to clipboard operation
upstream-tracker copied to clipboard

Request for tracking google-cloud-cpp-common

Open nehaljwani opened this issue 6 years ago • 5 comments

https://github.com/googleapis/google-cloud-cpp-common

nehaljwani avatar Nov 10 '19 15:11 nehaljwani

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) {

linuxhw avatar Nov 15 '19 05:11 linuxhw

Which compiler and compiler version is being used by you?

nehaljwani avatar Nov 15 '19 12:11 nehaljwani

GCC 8.3

linuxhw avatar Nov 17 '19 03:11 linuxhw

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?

nehaljwani avatar Dec 01 '19 21:12 nehaljwani

It's CFLAGS='-g -Og'

linuxhw avatar Dec 02 '19 06:12 linuxhw