I am building root_v5.30.04.source by simply typing ‘configure’ and ‘make’ without any options.
The build succeeds and I can run root afterwards if I source bin/thisroot.sh.
However I have a software package where TFitterMinuit.h is included and not found because it is not present in $ROOTSYS/include . Other ROOT header files, e.g. TFitter.h were copied there when I ran make and in the ROOT binary tarball it is also there.
Why was TFitterMinuit.h not copied to $ROOTSYS/include?
What am I doing wrong?
Thanks!
Christoph