No root executable when building from source

I don’t get root in its bin directory (I do get root.exe ), while on other systems I do. I did have to disable some ROOT options though as not everything available on our cluster. The CMake line is

cmake $SRCDIR  -DCMAKE_INSTALL_PREFIX=$INSTALLDIR/root6 -Dopengl=OFF -Dx11=OFF

ROOT Version: 6.19.01
Platform: CentOS 7
Compiler: gcc 6.3.1
CMake: 3.14.1__

Hi @KrisThielemans,
and welcome to the ROOT forum!

If memory serves me right (and it might not) it might be that -Dx11=OFF is responsible of this.
If you can confirm that’s the case, this might be material for a bug report (although root does need graphics to have full functionality (e.g. the splash screen, so the fix might not be obvious).

In the meanwhile, you can use root.exe (or symlink root to root.exe) to work around this issue.

Cheers,
Enrico

EDIT:
yup, that’s the issue: https://github.com/root-project/root/blob/master/rootx/CMakeLists.txt#L12-L17

EDIT 2:
this is now https://sft.its.cern.ch/jira/browse/ROOT-10948

ok. great. thanks for confirming and the work-around!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.