Subject: | Fails to build wit root 6 |
I cannot build SOOT with root 6. It looks like Root 6 removed Reflex:
gcc -I/usr/lib64/perl5/CORE -fPIC -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -Wall -I. -Isrc -Wno-unused -pthread -std=c++1y -Wno-deprecated-declarations -m64 -I/usr/include/root -IRunTimeXS -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/ClassGenerator.o src/ClassGenerator.cc
In file included from src/ClassGenerator.h:5:0,
from src/ClassGenerator.cc:2:
./ROOTIncludes.h:20:26: fatal error: Reflex/Scope.h: No such file or directory
#include <Reflex/Scope.h>
and replaced Cint with Cling:
gcc -I/usr/lib64/perl5/CORE -fPIC -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -Wall -I. -Isrc -Wno-unused -pthread -std=c++1y -Wno-deprecated-declarations -m64 -I/usr/include/root -IRunTimeXS -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/SOOTTypes.o src/SOOTTypes.cc
In file included from src/SOOTTypes.cc:2:0:
src/SOOTTypes.h:7:19: fatal error: TCint.h: No such file or directory
#include <TCint.h>