GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Bug under gcc 3.X compiler
Re: Bug under gcc 3.X compiler [message #5170 is a reply to message #5165] Mon, 08 October 2007 11:48 Go to previous message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *gsi.de
Hi Stefano

I changed some of the code (change or add include statements) to be compatible with root v5.16.
In TpcPatternRecoTask.cxx i add a

#include <cmath>
using std::fabs;

which results in the shown error message on systems with gcc 3.
The error occurs because you want to get the absolute value of a
boolean variable, but this function is not implemented and i don't
know if this makes sense.

Maybe Christian or Sebastian can have a look at the problem.


Ciao

Florian
 
Read Message
Read Message
Previous Topic: kill Particle and secondaries
Next Topic: compiling geane,recotask and trackrep
Goto Forum:
  


Current Time: Fri Apr 26 19:04:59 CEST 2024

Total time taken to generate the page: 0.01080 seconds