Bertrand Bellenot

Results 130 comments of Bertrand Bellenot

I don't think the Windows SDK is enough, but I'll check. And BTW, the Windows SDK comes with Visual Studio, last time I checked it was not possible to install...

Well, just try (I don't have any PC without Visual Studio installed...)

The `roottest-root-roofitstats-RooDataSet_ASCII_out_WILL_FAIL` failures on Windows are known and will be fixed soon (a PR is there already)

@Axel-Naumann there is no `civetweb` in the CI (neither in `rootspi` nor in `root/.github/workflows`). Should it be added? And should it be `builtin_civetweb=ON` everywhere by default? EDIT: Ooops! Sorry, it's...

@linev since it's a new option and `ON` by default, it should not fail in Jenkins...

@SyahmieS it is maybe related to https://github.com/root-project/root/issues/15321 and https://github.com/root-project/root/issues/9445 I'm pretty sure that building ROOT without the following environment variables will work: ``` & set CL= /Bcapture_repro C:\a_work_temp\rwc_project_logs\ROOT\preprocessed_repro_build & set...

I just tried with ROOT master and it works with the following commands: ``` set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -host_arch=x86 -arch=x86 & set CL= /Bcapture_repro C:\a_work_temp\rwc_project_logs\ROOT\preprocessed_repro_build & set...

So I cannot reproduce the error with the recipe you give. But looking at you log file, I see you set more environment variables. That is: ``` set _CL_= /Bcapture_repro...

So I tried with: ``` cmake -G "Visual Studio 17 2022" -A x64 -Dtesting=ON -Droottest=ON -Droofit=off ..\..\..\git\master set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=amd64 & set _CL_= /Bcapture_repro...

@StephanTLavavej OK, thanks for the info. But then what does that mean for ROOT? It will not build anymore with the upcoming version 17.11 of Visual Studio (again!!) ? What...