[Gate-users] error on installation of lmf_v3.0

Joon Young Suk joonyoung.suk at gmail.com
Sat Dec 8 11:54:57 CET 2007


Hi all,

I'm trying to update gate from 3.0.0 to 3.1.2 with geant4.9.0.p01  
(from 4.8.1.p01). I've done this upgrade and now I'm trying to  
install LMF library.

I got errors during compiling.

Could you let me know what is my problem ?

Macbook pro (2.16GHz, core duo, intel cpu)

geant4.9.0.p01
gate3.1.2
i686-apple-darwin8-gcc-4.0.1


Here is the log message :

.
.
.
gcc -I./includes/ -D_FILE_OFFSET_BITS=64 -fPIC -c -o obj/ 
followCountRates.o src/followCountRates.cc
gcc -I./includes/ -D_FILE_OFFSET_BITS=64 -fPIC -c -o obj/ 
multipleCoincidencesSorter.o src/multipleCoincidencesSorter.cc
gcc -I./includes/ -D_FILE_OFFSET_BITS=64 -fPIC  -c -o obj/ 
outputRootMgr.o src/outputRootMgr.cc
src/outputRootMgr.cc:30:19: error: TFile.h: No such file or directory
src/outputRootMgr.cc:31:19: error: TTree.h: No such file or directory
src/outputRootMgr.cc:36: error: expected initializer before '*' token
src/outputRootMgr.cc:37: error: expected initializer before '*' token
src/outputRootMgr.cc: In function 'void outputRoot(const  
ENCODING_HEADER*, const EVENT_HEADER*, const GATE_DIGI_HEADER*, const  
EVENT_RECORD*)':
src/outputRootMgr.cc:45: error: 'Double_t' was not declared in this  
scope
src/outputRootMgr.cc:45: error: expected `;' before 'ownTime'
src/outputRootMgr.cc:46: error: 'Int_t' does not name a type
src/outputRootMgr.cc:47: error: expected `;' before 'timeMillis'
src/outputRootMgr.cc:48: error: 'Float_t' was not declared in this scope
src/outputRootMgr.cc:48: error: expected `;' before 'timeOfFlight'
src/outputRootMgr.cc:51: error: 'Int_t' was not declared in this scope
src/outputRootMgr.cc:51: error: expected `;' before 'gantryAngularPos'
src/outputRootMgr.cc:52: error: expected `;' before 'sector'
src/outputRootMgr.cc:53: error: expected `;' before 'sector1'
src/outputRootMgr.cc:56: error: expected `;' before 'radial'
src/outputRootMgr.cc:58: error: expected `;' before 'energy'
src/outputRootMgr.cc:59: error: expected `;' before 'neighb'
src/outputRootMgr.cc:66: error: 'pRootFile' was not declared in this  
scope
src/outputRootMgr.cc:66: error: expected type-specifier before 'TFile'
src/outputRootMgr.cc:66: error: expected `;' before 'TFile'
src/outputRootMgr.cc:68: error: 'lmfTree' was not declared in this scope
src/outputRootMgr.cc:68: error: expected type-specifier before 'TTree'
src/outputRootMgr.cc:68: error: expected `;' before 'TTree'
src/outputRootMgr.cc:69: error: 'nevt' was not declared in this scope
src/outputRootMgr.cc:70: error: 'timeMillis' was not declared in this  
scope
src/outputRootMgr.cc:71: error: 'timeOfFlight' was not declared in  
this scope
src/outputRootMgr.cc:72: error: 'sector' was not declared in this scope
src/outputRootMgr.cc:73: error: 'module' was not declared in this scope
src/outputRootMgr.cc:74: error: 'submodule' was not declared in this  
scope
src/outputRootMgr.cc:75: error: 'crystal' was not declared in this scope
src/outputRootMgr.cc:76: error: 'layer' was not declared in this scope
src/outputRootMgr.cc:77: error: 'sector1' was not declared in this scope
src/outputRootMgr.cc:78: error: 'module1' was not declared in this scope
src/outputRootMgr.cc:79: error: 'submodule1' was not declared in this  
scope
src/outputRootMgr.cc:80: error: 'crystal1' was not declared in this  
scope
src/outputRootMgr.cc:81: error: 'layer1' was not declared in this scope
src/outputRootMgr.cc:83: error: 'energy' was not declared in this scope
src/outputRootMgr.cc:84: error: 'energy1' was not declared in this scope
src/outputRootMgr.cc:87: error: 'gantryAngularPos' was not declared  
in this scope
src/outputRootMgr.cc:90: error: 'gantryAxialPos' was not declared in  
this scope
src/outputRootMgr.cc:93: error: 'lmfTree' was not declared in this scope
src/outputRootMgr.cc:93: error: expected type-specifier before 'TTree'
src/outputRootMgr.cc:93: error: expected `;' before 'TTree'
src/outputRootMgr.cc:94: error: 'nevt' was not declared in this scope
src/outputRootMgr.cc:95: error: 'ownTime' was not declared in this scope
src/outputRootMgr.cc:96: error: 'sector' was not declared in this scope
src/outputRootMgr.cc:97: error: 'module' was not declared in this scope
src/outputRootMgr.cc:98: error: 'submodule' was not declared in this  
scope
src/outputRootMgr.cc:99: error: 'crystal' was not declared in this scope
src/outputRootMgr.cc:100: error: 'layer' was not declared in this scope
src/outputRootMgr.cc:101: error: 'radial' was not declared in this scope
src/outputRootMgr.cc:102: error: 'tangential' was not declared in  
this scope
src/outputRootMgr.cc:103: error: 'axial' was not declared in this scope
src/outputRootMgr.cc:105: error: 'energy' was not declared in this scope
src/outputRootMgr.cc:106: error: 'neighb' was not declared in this scope
src/outputRootMgr.cc:108: error: 'gantryAngularPos' was not declared  
in this scope
src/outputRootMgr.cc:111: error: 'gantryAxialPos' was not declared in  
this scope
src/outputRootMgr.cc:146: error: 'nevt' was not declared in this scope
src/outputRootMgr.cc:147: error: 'timeMillis' was not declared in  
this scope
src/outputRootMgr.cc:147: error: expected `;' before  
'getTimeOfThisCOINCI'
src/outputRootMgr.cc:148: error: 'timeOfFlight' was not declared in  
this scope
src/outputRootMgr.cc:152: error: 'sector' was not declared in this scope
src/outputRootMgr.cc:152: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:153: error: 'module' was not declared in this scope
src/outputRootMgr.cc:153: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:154: error: 'submodule' was not declared in this  
scope
src/outputRootMgr.cc:154: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:155: error: 'crystal' was not declared in this  
scope
src/outputRootMgr.cc:155: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:156: error: 'layer' was not declared in this scope
src/outputRootMgr.cc:156: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:160: error: 'sector1' was not declared in this  
scope
src/outputRootMgr.cc:160: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:161: error: 'module1' was not declared in this  
scope
src/outputRootMgr.cc:161: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:162: error: 'submodule1' was not declared in  
this scope
src/outputRootMgr.cc:162: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:163: error: 'crystal1' was not declared in this  
scope
src/outputRootMgr.cc:163: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:164: error: 'layer1' was not declared in this scope
src/outputRootMgr.cc:164: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:167: error: 'energy' was not declared in this scope
src/outputRootMgr.cc:168: error: 'energy1' was not declared in this  
scope
src/outputRootMgr.cc:172: error: 'gantryAngularPos' was not declared  
in this scope
src/outputRootMgr.cc:175: error: 'gantryAxialPos' was not declared in  
this scope
src/outputRootMgr.cc:177: error: 'lmfTree' was not declared in this  
scope
src/outputRootMgr.cc:181: error: 'nevt' was not declared in this scope
src/outputRootMgr.cc:182: error: 'ownTime' was not declared in this  
scope
src/outputRootMgr.cc:188: error: 'timeMillis' was not declared in  
this scope
src/outputRootMgr.cc:196: error: 'sector' was not declared in this scope
src/outputRootMgr.cc:196: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:197: error: 'module' was not declared in this scope
src/outputRootMgr.cc:197: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:198: error: 'submodule' was not declared in this  
scope
src/outputRootMgr.cc:198: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:199: error: 'crystal' was not declared in this  
scope
src/outputRootMgr.cc:199: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:200: error: 'layer' was not declared in this scope
src/outputRootMgr.cc:200: error: expected `;' before 'pcrist'
src/outputRootMgr.cc:205: error: 'radial' was not declared in this scope
src/outputRootMgr.cc:207: error: 'tangential' was not declared in  
this scope
src/outputRootMgr.cc:210: error: 'axial' was not declared in this scope
src/outputRootMgr.cc:214: error: 'energy' was not declared in this scope
src/outputRootMgr.cc:216: error: 'neighb' was not declared in this scope
src/outputRootMgr.cc:218: error: 'lmfTree' was not declared in this  
scope
src/outputRootMgr.cc: In function 'void destroyOutputRootMgr()':
src/outputRootMgr.cc:226: error: 'lmfTree' was not declared in this  
scope
src/outputRootMgr.cc:228: error: 'pRootFile' was not declared in this  
scope
make: *** [obj/outputRootMgr.o] Error 1




More information about the Gate-users mailing list