<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 10 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailFormatvorlage18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=DE link=blue vlink=blue>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-GB
style='font-size:10.0pt;font-family:Arial;color:navy'>Thanks Simon, this seems
to be the solution.</span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-GB
style='font-size:10.0pt;font-family:Arial;color:navy'> </span></font></p>
<p class=MsoNormal style='margin-left:35.4pt'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Ursprüngliche Nachricht-----<br>
<b><span style='font-weight:bold'>Von:</span></b> Simon Stute
[mailto:gate.stute@gmail.com] <br>
<b><span style='font-weight:bold'>Gesendet:</span></b> Freitag, 6. Juli 2007
13:46<br>
<b><span style='font-weight:bold'>An:</span></b> Schulz, Henrik<br>
<b><span style='font-weight:bold'>Cc:</span></b>
gate-users@lists.healthgrid.org<br>
<b><span style='font-weight:bold'>Betreff:</span></b> Re: [Gate-users]
Installation problems with gate 3.0.0</span></font></p>
<p class=MsoNormal style='margin-left:35.4pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'> </span></font></p>
<p class=MsoNormal style='margin-right:0cm;margin-bottom:12.0pt;margin-left:
35.4pt'><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Hi,<br>
<br>
As you said, if your files are really in the following directory
"/opt/cern/root-5.14/include/root", Gate will probably search its in
this directory "/opt/cern/root-5.14/include", 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</span></font></p>
<div>
<p class=MsoNormal style='margin-left:35.4pt'><span class=gmailquote><font
size=3 face="Times New Roman"><span style='font-size:12.0pt'>2007/7/6, Schulz,
Henrik <<a href="mailto:h.schulz@fzd.de">h.schulz@fzd.de</a>>:</span></font></span></p>
<p class=MsoNormal style='margin-left:35.4pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>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 "make".<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>
> Hi,<br>
><br>
> I am trying to install gate version 3.0.0. I have installed the<br>
> recommended packages (LMF v3.0, ROOT v5.14, Geant4 v8.0) before.<br>
><br>
> When I run "make" I get the following error message (beside
others):<br>
><br>
> In file included from Gate.cc:52:<br>
> include/GateHitFileReader.hh:50:19: TROOT.h: No such file or directory<br>
> include/GateHitFileReader.hh:51:19: TFile.h: No such file or directory<br>
> include/GateHitFileReader.hh:52:19: TTree.h: No such file or directory<br>
><br>
> But these files are existing in the ROOT directory <br>
> /opt/cern/root-5.14/include/root<br>
><br>
> The ROOT directory (/opt/cern/root-5.14/lib) is also part of the<br>
> LD_LIBRARY_PATH and the ROOTSYS environment variable is set to<br>
> /opt/cern/root-5.14 <br>
><br>
> What is still missing?<br>
><br>
> Thanks in advance,<br>
> Henrik Schulz<br>
> --<br>
> Abteilung Informationstechnologie<br>
> Forschungszentrum Dresden-Rossendorf e.V.<br>
> 01314 Dresden <br>
><br>
> E-Mail: <a href="mailto:H.Schulz@fzd.de">H.Schulz@fzd.de</a><br>
> Tel.: +49 351 260-3268<br>
> Fax : +49 351 260-2048<br>
> <a href="http://www.fzd.de/FKTI">http://www.fzd.de/FKTI</a><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>
--<br>
Yannick Grondin - PhD student<br>
* Equipe GMCAO - Laboratoire TIMC/IMAG (Univ. Joseph Fourier - CNRS UMR<br>
5525)<br>
* Institut d'Ingénierie de l'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></span></font></p>
</div>
<p class=MsoNormal style='margin-left:35.4pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'> </span></font></p>
</div>
</body>
</html>