_ROOT Version: 5.34.36
_Platform: ubuntu 16.04
_Compiler: cmake 3.5.1
Hi,
I am trying to compile ROOT 5.34.36 with cmake and I obtain the following error:
cint/cint/src/debug.cxx:822:32: error: ‘L_tmpnam’ was not declared in this scope
G__FastAllocString tname_sb(L_tmpnam+10);
^
cint/cint/src/debug.cxx: In function ‘const char* G__load_text(const char*)’:
cint/cint/src/debug.cxx:963:22: error: ‘L_tmpnam’ was not declared in this scope
static char tname[L_tmpnam+10];
Thanks,
Edgar