Bertrand Bellenot

Results 130 comments of Bertrand Bellenot

> One missing comment. Nope, the code (the condition) onto which you commented has been removed (I fixed rootcling which was failing on eve7)

> Sorry, github misled me :). (and I equally missed the fix :) ) No problem! 🙂

Superseded by https://github.com/root-project/root/pull/16690

Here is the stack trace on Windows: ``` Generating etc/allDict.cxx.pch Generating PCH for bindings\tpython core core\clingutils core\imt core\rint core\thread graf2d\asimage graf2d\fitsio graf2d\gpad graf2d\gpadv7 graf2d\graf graf2d\postscript graf2d\primitivesv7 graf2d\win32gdk gr af3d\g3d graf3d\gl...

OK, I'll check what to do on Windows and MacOS (i.e. all non-X platforms since `fontconfig` depends on X)

> According to https://www.freedesktop.org/wiki/Software/fontconfig/, fontconfig does not depend on X. OK, fine, but it uses configure/make and I'll have to figure out how to build it and how far it's...

> What about replacing them with a free alternative? Yes, I think it will be simpler

> @bellenot is there a solution you are going to accept? I will investigate as soon as I have some time

FYI, on Windows, `long` is 32 bit on both x86 AND x64

@silverweed FYI `-Wno-error` is not known by MSVC: ``` cl : command line error D8021: invalid numeric argument '/Wno-error' ``` You should use something like: ``` if(NOT MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}...