The problem is if I add the following line in my code (say the filename is Code.C):
#include "cereal/archives/json.hpp"
And then try to compile it:
gROOT->LoadMacro( "Code.C++" )
I get the error: error.txt (4.9 KB)
If I don’t include this file everything’s fine. I think I should add a link tho that file: json.hpp
I know the problem may be too generic but anyway what could have caused it?
Thank you in advance
ROOT Version: 6.06
Platform: CentOS 7
Compiler: g++ 4.8.5
