Hi,
When building the recent 6.16.00 build on Ubuntu 18.04 I run into the following error message:
In file included from input_line_12:38:
In file included from /root/software/root/6.16.00/build/include/TNtupleD.h:24:
/root/software/root/6.16.00/build/include/TTree.h:106:30: error: field of type 'TTree::TIOFeatures' (aka 'ROOT::TIOFeatures') has private constructor
TIOFeatures fIOFeatures{0}; ///< IO features to define for newly-written baskets and branches.
^
/root/software/root/6.16.00/build/include/ROOT/TIOFeatures.hxx:89:4: note: declared private here
TIOFeatures(UChar_t IOBits) : fIOBits(IOBits) {}
^
Error: /root/software/root/6.16.00/build/bin/rootcling: compilation failure (/root/software/root/6.16.00/build/lib/libTree342aa8a489_dictUmbrella.h)
tree/tree/CMakeFiles/G__Tree.dir/build.make:165: recipe for target 'tree/tree/G__Tree.cxx' failed
make[2]: *** [tree/tree/G__Tree.cxx] Error 1
CMakeFiles/Makefile2:21766: recipe for target 'tree/tree/CMakeFiles/G__Tree.dir/all' failed
make[1]: *** [tree/tree/CMakeFiles/G__Tree.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
Any help would be appreciated.
Thanks
ROOT Version: 6.16.00
Platform: Ubuntu 18.04
Compiler: gcc 7.3.0