Re: [dev-tech-crypto] Build NSS on windows using gyp/ninja

2023-04-27 Thread Martin Thomson
Yeah, it doesn't look like your change worked. Keep looking, I guess. On Thu, Apr 27, 2023 at 10:45 PM Usha Nayak wrote: > Thank you for your response. I do see the path of VS2022 V17.4.4 being > used but not quite sure if it's picking up the change related to the > standard I did in scripts. I

Re: [dev-tech-crypto] Build NSS on windows using gyp/ninja

2023-04-27 Thread Usha Nayak
Thank you for your response. I do see the path of VS2022 V17.4.4 being used but not quite sure if it's picking up the change related to the standard I did in scripts. I should have posted the excerpts of output as well. Sorry about that. $ ./build.sh -c -v cl -Foplerror.obj -c -W3 -nolo

Re: [dev-tech-crypto] Build NSS on windows using gyp/ninja

2023-04-26 Thread Martin Thomson
You should be able to run ./build.sh -v That passes verbose options to gyp and ninja, so you should see a log that includes where MSVC is invoked. (FWIW, I'm not aware of any problem moving from C++ 11 to C++ 20, but that requirement sounds a little silly to me. In the C++ 11 transition we had t