ROOT Version: v6.26.10
Platform: Ubuntu 16.04
Compiler: GNU Make 4.1
I am trying to compile ROOT and get the following errors:
XrdCl/libXrdCl.so.3.0.0: undefined reference to 'uuid_unparse'
XrdCl/libXrdCl.so.3.0.0: undefined reference to 'uuid_generate'
In XROOTD-build-out.log:
src/CMakeFiles/xrdpfc_print.dir/build.make:120: recipe for target 'src/xrdpfc_print' failed
In: XROOTD-build-err.log:
XrdCl/libXrdCl.so.3.0.0: undefined reference to 'uuid_unparse'
XrdCl/libXrdCl.so.3.0.0: undefined reference to 'uuid_generate'
collect2: error: ld returned 1 exit status
make[5]: *** [src/xrdpfc_print] Error 1
make[4]: *** [src/CMakeFiles/xrdpfc_print.dir/all] Error 2
make[3]: *** [all] Error 2
Alternatively, if there is a root v6 binary that I can directly download, but which is compiled with the “-DCMAKE_CXX_STANDARD=17”, that would work for me too.
Best regards,
Machiel Kolstein