Hi,<br><br>As you said, if your files are really in the following directory &quot;/opt/cern/root-5.14/include/root&quot;, Gate will probably search its in this directory &quot;/opt/cern/root-5.14/include&quot;, so I think you just have to put them in. And the environment variable LD_LIBRARY_PATH is only for librairies and not for headers.
<br><br>Hope it works.<br>Simon<br><br><div><span class="gmail_quote">2007/7/6, Schulz, Henrik &lt;<a href="mailto:h.schulz@fzd.de">h.schulz@fzd.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks!<br>But unfortunately this is not the reason of the problem. I added<br>$ROOTSYS/include/root/ to my /:$LD_LIBRARY_PATH, but the error messages<br>still exist when running &quot;make&quot;.<br><br>-----Ursprüngliche Nachricht-----
<br>Von: yannick grondin [mailto:<a href="mailto:yannick.grondin@imag.fr">yannick.grondin@imag.fr</a>]<br>Gesendet: Freitag, 6. Juli 2007 10:44<br>An: Schulz, Henrik<br>Betreff: Re: [Gate-users] Installation problems with gate 
3.0.0<br><br>Hi,<br><br>These are the lines in my PATH and it works ( with GATE 3.1.1 )<br><br><br>export ROOTSYS=/usr/local<br>export LD_LIBRARY_PATH=$ROOTSYS/lib/root/:$LD_LIBRARY_PATH<br>export LD_LIBRARY_PATH=$ROOTSYS/include/root/:$LD_LIBRARY_PATH
<br><br><br>Hope it will work!<br>Yannick<br><br><br><br>Le vendredi 06 juillet 2007 à 10:35 +0200, Schulz, Henrik a écrit :<br>&gt; Hi,<br>&gt;<br>&gt; I am trying to install gate version 3.0.0. I have installed the<br>&gt; recommended packages (LMF 
v3.0, ROOT v5.14, Geant4 v8.0) before.<br>&gt;<br>&gt; When I run &quot;make&quot; I get the following error message (beside others):<br>&gt;<br>&gt; In file included from Gate.cc:52:<br>&gt; include/GateHitFileReader.hh:50:19: 
TROOT.h: No such file or directory<br>&gt; include/GateHitFileReader.hh:51:19: TFile.h: No such file or directory<br>&gt; include/GateHitFileReader.hh:52:19: TTree.h: No such file or directory<br>&gt;<br>&gt; But these files are existing in the ROOT directory
<br>&gt; /opt/cern/root-5.14/include/root<br>&gt;<br>&gt; The ROOT directory (/opt/cern/root-5.14/lib) is also part of the<br>&gt; LD_LIBRARY_PATH and the ROOTSYS environment variable is set to<br>&gt; /opt/cern/root-5.14
<br>&gt;<br>&gt; What is still missing?<br>&gt;<br>&gt; Thanks in advance,<br>&gt; Henrik Schulz<br>&gt; --<br>&gt; Abteilung Informationstechnologie<br>&gt; Forschungszentrum Dresden-Rossendorf e.V.<br>&gt; 01314 Dresden
<br>&gt;<br>&gt; E-Mail: <a href="mailto:H.Schulz@fzd.de">H.Schulz@fzd.de</a><br>&gt; Tel.: +49 351 260-3268<br>&gt; Fax : +49 351 260-2048<br>&gt; <a href="http://www.fzd.de/FKTI">http://www.fzd.de/FKTI</a><br>&gt;<br>&gt;
<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Gate-users mailing list<br>&gt; <a href="mailto:Gate-users@lists.healthgrid.org">Gate-users@lists.healthgrid.org</a><br>&gt; <a href="http://lists.healthgrid.org/mailman/listinfo/gate-users">
http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br>--<br> Yannick Grondin -&nbsp;&nbsp;PhD student<br>* Equipe GMCAO - Laboratoire TIMC/IMAG (Univ. Joseph Fourier - CNRS UMR<br>5525)<br>* Institut d&#39;Ingénierie de l&#39;Information de Santé (In3S)
<br>* Faculté de Médecine - 38706 La Tronche cedex - France<br>* Tel: +33 (0)4 56 52 00 08 - Fax: +33 (0)4 56 52 00 55<br><br><br><br><br><br>_______________________________________________<br>Gate-users mailing list<br><a href="mailto:Gate-users@lists.healthgrid.org">
Gate-users@lists.healthgrid.org</a><br><a href="http://lists.healthgrid.org/mailman/listinfo/gate-users">http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br></blockquote></div><br>