Hi @pcanal ,
I modified the Makefile to generate standalone CINT with 5.34 code base and was able to build the CINT binary with this.
But, I still see the below 2 list errors while compiling the .cxx file(with gcc-13.2) generated with this 5.34 CINT binary after applying the patch Apply patch for gcc 9 · root-project/root@348f30a · GitHub : G__cpp_SVP.cxx:5720:131: error: ‘std::__cxx11::list<unsigned char>::iterator’ has no member named ‘operator==’; did you mean ‘operator=’?* [build] 5720 | G__letint(result7, 103, (long) ((list<unsigned char,allocator<unsigned char*> >::iterator*) G__getstructoffset())->operator==((list<unsigned char,* G__cpp_SVP.cxx:5726:131: error: ‘std::__cxx11::list<unsigned char>::iterator’ has no member named ‘operator!=’; did you mean ‘operator=’?* [build] 5726 | G__letint(result7, 103, (long) ((list<unsigned char,allocator<unsigned char*> >::iterator*) G__getstructoffset())->operator!=(*(list<unsigned char**
I wanted to know if its really possible to compile these .cxx files with GCC-13.2?
rootcint’s help menu states the last argument on the rootcint command line must be LinkDef.h.
But, we are not specifying it in the terminal. will that be the reason for failure?