<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Solved, thanks.<BR>
<BR><BR>&nbsp;<BR>

<HR id=stopSpelling>
<BR>
From: gjtian@hotmail.com<BR>To: gate.stute@gmail.com<BR>Subject: RE: [Gate-users] GATE and GEANT Install<BR>Date: Thu, 18 Dec 2008 19:42:03 +0800<BR>CC: gate-users@lists.healthgrid.org<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Thank you for your help.<BR><BR>This is the libxml2 install information. I can find the libxml2.a<BR>libxml2.la libxml2.so libxml2.so2 libxml2.so.2.6.3 in /usr/lib<BR><BR>gary@polyu-gary:~$ sudo apt-get install libxml2<BR>Reading package lists... Done<BR>Building dependency tree&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>Reading state information... Done<BR>libxml2 is already the newest version.<BR>The following packages were automatically installed and are no longer required:<BR>&nbsp; kdelibs-data cvs<BR>Use 'apt-get autoremove' to remove them.<BR>0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.<BR><BR>But I still get the error like this:<BR>./source/digitizer/include/GateHitFileReader.hh:50:19: error: TROOT.h: No such file or directory<BR>./source/digitizer/include/GateHitFileReader.hh:51:19: error: TFile.h: No such file or directory<BR>./source/digitizer/include/GateHitFileReader.hh:52:19: error: TTree.h: No such file or directory<BR><BR>It seems that I need these header files.<BR><BR>Do I need to add /usr/lib into the LD_LIBRARY_PATH?<BR><BR><BR>

<HR id=EC_stopSpelling>
<BR>
Date: Thu, 18 Dec 2008 12:01:08 +0100<BR>From: gate.stute@gmail.com<BR>To: gjtian@hotmail.com<BR>Subject: Re: [Gate-users] GATE and GEANT Install<BR>CC: gate-users@lists.healthgrid.org<BR><BR>Hi,<BR><BR>Just install the libxml2 library and its headers, recompile Gate and it will be ok, finally !<BR><BR>Cheers,<BR>Simon<BR><BR><BR>
<DIV class=EC_EC_gmail_quote>On Thu, Dec 18, 2008 at 2:50 AM, TienGarry <SPAN dir=ltr>&lt;<A href="mailto:gjtian@hotmail.com">gjtian@hotmail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=EC_EC_gmail_quote style="PADDING-LEFT: 1ex">
<DIV>Hi, ALL<BR><BR>I installed geant, root, clhep, and lmf3.0 successfully. After the geant4 installation, I can find the env.sh script file in two paths in my<BR>system.<BR>/home/gary/GATE4.0/geant4.9.1.p03/.config/bin/Linux-g++<BR>/home/gary/GATE4.0/geant4.9.1.p03/install/src/geant4/.config/bin/Linux-g++<BR><BR>when I type <BR>gary@polyu-gary:~/GATE4.0/geant4.9.1.p03$ source /home/gary/GATE4.0/geant4.9.1.p03/.config/bin/Linux-g++<BR>or <BR>gary@polyu-gary:~/GATE4.0/geant4.9.1.p03$ source /home/gary/GATE4.0/geant4.9.1.p03/install/src/geant4/.config/bin/Linux-g++/env.sh<BR><BR>I can get the following information:<BR><BR>On this machine the G4SYSTEM=Linux-g++<BR>On this machine the G4INSTALL=/home/gary/GATE4.0/geant4.9.1.p03/install/src/geant4<BR>On this machine the G4LIB=/home/gary/GATE4.0/geant4.9.1.p03/install/lib/geant4<BR>On this machine the G4LEVELGAMMADATA=/home/gary/GATE4.0/geant4.9.1.p03/data/PhotonEvaporation2.0<BR>On this machine the G4RADIOACTIVEDATA=/home/gary/GATE4.0/geant4.9.1.p03/data/RadioactiveDecay3.2<BR>On this machine the G4LEDATA=/home/gary/GATE4.0/geant4.9.1.p03/data/G4EMLOW5.1<BR>On this machine the G4NEUTRONHPDATA=/home/gary/GATE4.0/geant4.9.1.p03/data/G4NDL3.12<BR>On this machine the G4ABLADATA=/home/gary/GATE4.0/geant4.9.1.p03/data/G4ABLA3.0<BR>On this machine the CLHEP_BASE_DIR=/home/gary/GATE4.0/CLHEP/install<BR>On this machine the CLHEP_INCLUDE_DIR=/home/gary/GATE4.0/CLHEP/install/include<BR>On this machine the CLHEP_LIB_DIR=/home/gary/GATE4.0/CLHEP/install/lib<BR>On this machine the CLHEP_LIB=CLHEP<BR>On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=1<BR>On this machine the G4VIS_USE_RAYTRACERX=1<BR>On this machine the XMFLAGS=<BR>On this machine the XMLIBS=<BR>On this machine the XMFLAGS=<BR>On this machine the XAWFLAGS=<BR>On this machine the XAWLIBS=<BR>On this machine the G4LIB_BUILD_SHARED=1<BR>On this machine the G4LIB_USE_GRANULAR=1<BR>On this machine the G4UI_USE_TCSH=1<BR><BR>LD_LIBRARY_PATH is set to include CLHEP and Geant4 libraries. <BR><BR>NOTE : verify that the correct path for the CLHEP library<BR>- $CLHEP_BASE_DIR/lib - is included in the $LD_LIBRARY_PATH<BR>variable in your environment, and no other outdated installations<BR>of CLHEP are by chance referenced through $LD_LIBRARY_PATH and<BR>present in your system !<BR><BR>But for my gate4 installation, I follow the guide, <BR>gary@polyu-gary:~/GATE4.0/gate_v4.0.0$ exprot G4VERSION=9.1<BR>then copy geant env.sh file into path G4INSTALL=/home/gary/GATE4.0/geant4.9.1.p03/install/src/geant4,<BR>then type<BR>gary@polyu-gary:~/GATE4.0/gate_v4.0.0$ source env_gate.sh<BR>I can get:<BR><BR>G4WORKDIR set to .<BR>G4TMP set to ./tmp<BR>G4BIN set to ./bin<BR>Data analysis and output features enabled<BR>Ascii data output enabled<BR>Transport and generation of optical photons is enabled<BR>Use of ROOT disabled<BR>ROOT real-time plotter disabled<BR>LMF data output disabled<BR>ECAT7 data output disabled<BR>GATEHOME is set to /home/gary/GATE4.0/gate_v4.0.0<BR>Checking your path variable...<BR>&nbsp;==&gt; OK: /home/gary/GATE4.0/gate_v4.0.0/bin/Linux-g++ is already in your path variable<BR>G4VERSION9 is set: GATE is compatible with the geant4 version 9.1<BR><BR>Done<BR><BR>gary@polyu-gary:~/GATE4.0/gate_v4.0.0$ make <BR>I get the following errors.<BR><BR>Entering source/geometry ...<BR>Making dependency for file src/GateSurface.cc ...<BR>/bin/sh: xml2-config: not found<BR>In file included from src/GateSurface.cc:18:<BR>../management/include/GateXMLDocument.hh:19:30: error: libxml/xmlmemory.h: No such file or directory<BR>../management/include/GateXMLDocument.hh:20:27: error: libxml/parser.h: No such file or directory<BR>Compiling GateSurface.cc ...<BR>/bin/sh: xml2-config: not found<BR>In file included from src/GateSurface.cc:18:<BR>../management/include/GateXMLDocument.hh:19:30: error: libxml/xmlmemory.h: No such file or directory<BR>../management/include/GateXMLDocument.hh:20:27: error: libxml/parser.h: No such file or directory<BR>In file included from src/GateSurface.cc:18:<BR>../management/include/GateXMLDocument.hh:28: error: 'xmlNodePtr' does not name a type<BR>../management/include/GateXMLDocument.hh:62: error: 'xmlDocPtr' does not name a type<BR>../management/include/GateXMLDocument.hh:63: error: 'xmlNodePtr' does not name a type<BR>/home/gary/GATE4.0/CLHEP/install/include/CLHEP/Units/PhysicalConstants.h:78: warning: 'CLHEP::electron_charge' defined but not used<BR>make[1]: *** [../../tmp/Linux-g++/Gate/GateSurface.o] Error 1<BR>source/geometry finished<BR>Entering source/digitizer ...<BR>make[1]: Nothing to be done for `obj'.<BR>source/digitizer finished<BR>Entering source/output ...<BR>make[1]: Nothing to be don<BR><BR>If I define $ROOT_SYS and $LMF_HOME, I still can not make gate sucessfully.<BR><BR>Pls help me, guys, I spent a lot of time on it, but can not make it. This is the <BR>last step for me to become a real GATE USER.<BR><BR>Thank you so much.<BR><BR><BR>
<HR>
MSN保护盾,十八般武艺保障MSN安全! <A href="http://im.live.cn/safe/">现在就下载!</A></DIV><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></BLOCKQUOTE></DIV><BR><BR>
<HR>
MSN保护盾,十八般武艺保障MSN安全! <A href="http://im.live.cn/safe/">现在就下载!</A><br /><hr />使用新一代 Windows Live Messenger 轻松交流和共享! <a href='http://im.live.cn/' target='_new'>立刻下载!</a></body>
</html>