Problem 65

Summary: Compile time errors in ExpDict.cc and dirobj.h (GEANT4.1.1)
Product: Geant4 Reporter: rtascher
Component: geometryAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: other   
Hardware: PC   
OS: Linux   

Description rtascher 2000-03-14 06:16:12 CET
In /source/geometry/solids/STEP/src/ExpDict.cc, at line 580 the return type is
missing in the prototype of TypeDescriptor::IsAggrType. I added "int".

In /source/geometry/solids/STEP/include/dirobj.h, line 62, I had to change
"#include <stat.h>" to include a path : "#include <sys/stat.h>"

The problem is also present in GEANT4.1.
Comment 1 Gabriele Cosmo 2000-03-14 10:35:59 CET
You're most likely not compiling with the g++ compiler version we support,
i.e. egcs-2.91.66 (egcs-1.1.2) which comes with Red-Hat 6.1.
We do not support g++ 2.95.X in Geant4 1.1.
Thanks for reporting this, anyway.