Fatal error while installing root 6.09

Hi,

I was trying to install root 6.09.02 but getting the following error in doing make step:

In file included from /home/saswati/root-6.09.02/hist/unfold/src/TUnfoldBinning.cxx:104:0:
include/TUnfoldBinningXML.h:47:22: fatal error: TXMLNode.h: No such file or directory
#include <TXMLNode.h>
^
compilation terminated.
make: *** [hist/unfold/src/TUnfoldBinning.o] Error 1

Could anyone please suggest something what I shall do?

Thanks,
Saswati

Hi Saswati,

I am not sure about the actual problem but that is a development release superseeded by 6.10/02 which you should install instead.

Cheers,
D

Hi Danilo,

I switched to root 6.10/02, but still getting the same error:

g++ -O2 -DNDEBUG -pipe -m64 -std=c++11 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -MMD -MP -o hist/unfold/src/TUnfoldBinning.o -c /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinning.cxx
In file included from /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinning.cxx:104:0:
include/TUnfoldBinningXML.h:47:22: fatal error: TXMLNode.h: No such file or directory
#include <TXMLNode.h>
^
compilation terminated.
make: *** [hist/unfold/src/TUnfoldBinning.o] Error 1

Thanks,
Saswati

Dear Danilo,

Could you please give me any suggestion? Still I couldn’t install root 6.10.02. I am using ubuntu 14.04. what I did is like this:

  1. Downloaded the source tar file root_v6.10.02.source.tar.gz from https://root.cern.ch/content/release-61002
  2. untar the tar file
  3. cd root6.10.02
  4. ./configure
  5. make

while doing the last step, I am getting following error:

g++ -O2 -DNDEBUG -pipe -m64 -std=c++11 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -MMD -MP -o hist/unfold/src/TUnfoldBinning.o -c /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinning.cxx
In file included from /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinning.cxx:104:0:
include/TUnfoldBinningXML.h:47:22: fatal error: TXMLNode.h: No such file or directory
#include <TXMLNode.h>
^
compilation terminated.
g++ -O2 -DNDEBUG -pipe -m64 -std=c++11 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -MMD -MP -o hist/unfold/src/TUnfoldBinningXML.o -c /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinningXML.cxx
In file included from /home/saswati/root-6.10.02/hist/unfold/src/TUnfoldBinningXML.cxx:123:0:
include/TUnfoldBinningXML.h:47:22: fatal error: TXMLNode.h: No such file or directory
#include <TXMLNode.h>
^
compilation terminated.
make: *** [hist/unfold/src/TUnfoldBinning.o] Error 1
make: *** Waiting for unfinished jobs…
make: *** [hist/unfold/src/TUnfoldBinningXML.o] Error 1

Please suggest me.

Thanks,
Saswati

Hi,

this looks like something not fully under control on your system. Configure/make is deprecated (as the message says starting from 6.10). Could you use CMake instead?

Cheers,
D

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.