| Message: GDML | Not Logged In (login) |
|
I am working on getting the GDML examples given in Geant4 compiled and run, and then eventually working on getting some of my own CAD geometries into code and running. When I tried compiling example G01 in the gdml directory, this was the error that I received: ~/geant4/examples/extended/persistency/gdml/G01 $ gmake Making dependency for file load_gdml.cc ... load_gdml.cc:51:27: error: G4GDMLParser.hh: No such file or directory Compiling load_gdml.cc ... load_gdml.cc:51:27: error: G4GDMLParser.hh: No such file or directory load_gdml.cc: In function 'int main(int, char**)': load_gdml.cc:67: error: 'G4GDMLParser' was not declared in this scope load_gdml.cc:67: error: expected `;' before 'parser' load_gdml.cc:68: error: 'parser' was not declared in this scope load_gdml.cc:97: error: expected initializer before '*' token load_gdml.cc:99: error: 'lvs' was not declared in this scope load_gdml.cc:101: error: 'G4GDMLAuxListType' was not declared in this scope load_gdml.cc:101: error: expected `;' before 'auxInfo' load_gdml.cc:102: error: 'G4GDMLAuxPairType' was not declared in this scope load_gdml.cc:102: error: template argument 1 is invalid load_gdml.cc:102: error: template argument 2 is invalid load_gdml.cc:102: error: expected initializer before 'ipair' load_gdml.cc:103: error: 'ipair' was not declared in this scope load_gdml.cc:103: error: 'auxInfo' was not declared in this scope gmake: *** [/home/eric/geant4/tmp/Linux-g++/load_gdml/exe/load_gdml.o] Error 1 I'm thinking this has something to do with me not having "specified the path where the XercesC XML parser package is installed in your system, through the variable XERCESCROOT." like the ReadMe files say you must. How would I go about doing this? Is that even what all of my errors are saying is wrong? Any help? I'm very new to this, so any help is appreciated. Thanks. |
| Inline Depth: | Outline Depth: | Add message: |
|
to: |