Eugene Ostroukhov

Results 14 comments of Eugene Ostroukhov

Have you tried building from command prompt? It worked for me. I followed the guide found [here](https://github.com/eugeneo/grpc/blob/master/BUILDING.md), except I used VS 2022 generator - `cmake .. -G "Visual Studio 17...

I opened the solution CMake generated (grpc.sln) and ran a release build from VS2022. It did an incremental build that was successful: ``` ========== Build: 127 succeeded, 0 failed, 26...

I confirmed that random change causes a recompilation that VS does without any issues: ``` Build started... 1>------ Build started: Project: grpc, Configuration: Release x64 ------ 1>xds_override_host.cc 1>C:\Users\eostr\GitHub\grpc\src/core/lib/gprpp/time.h(326,30): warning C4146:...

Sorry, I can only try Windows at home on my personal workstation - so it'll take some time till I get there and remember to try... What I suspect is...