Problem 608

Summary: Compilation errors in vers 6.1
Product: Geant4 Reporter: sverker.almehed
Component: processes/electromagneticAssignee: Michel.Maire
Status: RESOLVED INVALID    
Severity: critical    
Priority: P2    
Version: 6.1   
Hardware: PC   
OS: Linux   

Description sverker.almehed 2004-03-31 10:17:18 CEST
I get several compilation errors when compiling on LINUX (redhat and suse),
compilers 2.95.3 and  3.3.1
The first that pops up is in G4MuBremsstrahlung.hh saying that the variable
fParticleChange is undeclared. Looking in the code there is no declaration but
the variable is used in the inline function SecondariesPostStep

As I said there are more errors.....
Comment 1 Gabriele Cosmo 2004-04-01 06:46:59 CEST
Please, verify your installation is consistent.
In the case you mention 'fParticleChange' is correctly declared in the
base class G4VEnergyLossProcess.
If you obtain compilation errors in the kernel libraries especially when
using the supported platforms, it is more likely it's a problem in your setup.