Dear all,
I’m trying to compile root 5.34.38 (latest from the 5 series) on Fedora 30 with gcc 9.
@Axel After a few minor tweaks, most of the code compiles but cint dictionaries. I’m facing errors like:
cint/cint/lib/dll_stl/G__cpp_list.cxx: In function ‘int G__list_52_0_10(G__value*, const char*, G__param*, int)’:
cint/cint/lib/dll_stl/G__cpp_list.cxx:693:109: error: ‘std::__cxx11::list<int, std::allocator >::iterator’ {aka ‘struct std::_List_iterator’} has no member named ‘operator==’; did you mean ‘operator=’?
693 | G__letint(result7, 103, (long) ((list<int,allocator >::iterator*) G__getstructoffset())->operator==((list<int,allocator >::iterator) libp->para[0].ref));
Any suggestions?
Thanks in advance
Mathieu
ROOT Version: 5.34.38
Platform: Linux Fedora 30
Compiler: gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)