[grpc-io] Re: Need basic help with unexplained steps building on Windows [Resurrected]

2024-07-17 Thread 'veb...@google.com' via grpc.io
I'd like to note that this is a CMake issue where cmake picked a wrong version of Windows SDK when building BoringSSL. It looks like your environment hit this hairy issue but I'm afraid that I'm not an expert of cmake either but "CMAKE_SYSTEM_VERSION" option should be specified when you run

[grpc-io] Re: Need basic help with unexplained steps building on Windows [Resurrected]

2024-07-17 Thread Kevin Mendel
Thank you for replying. I have tried to parse the contents of that link. However, I don't have enough background knowledge to understand the answer. This is an answer for gRPC building experts, and as such, it assumes a lot of knowledge that I don't have. I am not a gRPC building expert. I

[grpc-io] Re: Need basic help with unexplained steps building on Windows [Resurrected]

2024-07-17 Thread 'veb...@google.com' via grpc.io
Your case appears to be relevant to https://gitlab.kitware.com/cmake/cmake/-/issues/16202#note_140259 This is a cmake issue and there is not much gRPC can do. On Tuesday, July 16, 2024 at 11:57:09 AM UTC-7 Kevin Mendel wrote: > CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION doesn't seem to work

[grpc-io] Re: absl related Compilation Error of grpc cpp serve and client

2024-07-17 Thread Rakesh Sehgal
I am stuck with the same linker error, any help is greatly appreciated. I tried linking with grpc_reflection looked at this (https://stackoverflow.com/questions/76782135/error-when-linking-an-application-against-a-library-using-grpc) stackoverflow to no avail.