[Gate-users] Issue with installing gate_v7.2
David Boersma
david.boersma at physics.uu.se
Thu Dec 15 12:24:03 CET 2016
Hi Ezzat,
Which ROOT version are you using, how did you install it?
It looks like something is wrong with that ROOT installation, could you
check that the TVector2.h is in fact existing?
If you type
root-config --cflags
then you should get the compilation flags, in particular the -I flag,
which is used to specify in which directory that TVector2.h file is
supposed to be found.
Good luck,
David Boersma
Den 15/12/2016 kl. 12:03, skrev Ezzat Elmo:
> Hi all
>
> I'm trying to install Gate_v7.2 on Ubuntu 14.04 but I get this error
> message and I couldn't figure how to solve it, I would appreciate if
> someone can help me with it. thanks in advance.
>
> Ezzat
>
> ###
> In file included from
> /home/gate/gate_v7.2/gate_v7.2/source/digits_hits/src/GateFragmentationAndProductionActor.cc:14:0:
> /home/gate/gate_v7.2/gate_v7.2/source/digits_hits/include/GateFragmentationAndProductionActor.hh:22:22:
> fatal error: TVector2.h: No such file or directory
> #include "TVector2.h"
> ^
> compilation terminated.
> In file included from
> /home/gate/gate_v7.2/gate_v7.2/source/digits_hits/src/GateFragmentationAndProductionActorMessenger.cc:12:0:
> /home/gate/gate_v7.2/gate_v7.2/source/digits_hits/include/GateFragmentationAndProductionActor.hh:22:22:
> fatal error: TVector2.h: No such file or directory
> #include "TVector2.h"
> ^
> compilation terminated.
> make[2]: ***
> [CMakeFiles/Gate.dir/source/digits_hits/src/GateFragmentationAndProductionActor.cc.o]
> Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: ***
> [CMakeFiles/Gate.dir/source/digits_hits/src/GateFragmentationAndProductionActorMessenger.cc.o]
> Error 1
> make[1]: *** [CMakeFiles/Gate.dir/all] Error 2
> make: *** [all] Error 2
> ###
>
>
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>
More information about the Gate-users
mailing list