Dear experts,
I am testing an open pull request in ROOT and i want to compile the master branch on my laptop. Specifics in attachment
The error i get is in the attached text file. I know i could modify some stuff in the way i compile it, however i am not sure what to change given the error i get.
Indeed. I guess that just for testing code in a branch related to a pull-request, the more sensible approach (which is actually suggested in the mentioned forum thread) would be to add -Druntime_cxxmodules=OFF to the cmake command line, i.e.
$ cmake -Druntime_cxxmodules=OFF ... /path/to/source/dir
$ # run make (or ninja, etc.)
Yes, AFAIK, this is still an issue in ROOT, and we have to keep that option off still with the MacPorts builds. would be nice if it were addressed at some point.
My search-foo fails on me: could you provide a link to the issue, please? I remember I commented (like "what is /opt/local/include/unctrl.h and why is that incompatible with ncurses.h from the macOS SDK?) but I cannot find it back…