I checkout the version 1.8.0. I followed the instruction in INSTALL.md.
git submodule update --init
make
However, I have issues as follow:
src/core/tsi/ssl_transport_security.cc:1364:44: error: ‘const SSL_METHOD* TLSv1_2_method()’ is deprecated [-Werror=deprecated-declarations]
I tried to solve it by setting flags to "-Wno-error" but still failed.
Does anyone has experience building a older version of gRPC?
Thank you!
Difei