Modify ↓
Opened 12 years ago
Closed 12 years ago
#245 closed defect (fixed)
Compilation error with gcc462
Reported by: | Generic User (don't modify these fields) | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-2.0.0 |
Component: | Unknown | Version: | 2.0.beta |
Keywords: | Cc: |
Description
Dear All,
I get the following compilation error with gcc462
In file included from Process_Group.C:1:0: ../../PHASIC++/Process/Process_Group.H:21:25: error: declaration of 'size_t PHASIC::PG_TID::m_b' ../../PHASIC++/Process/Process_Group.H:19:17: error: conflicts with previous declaration 'double PHASIC::PG_TID::m_b' Does anybody experience the same? Thanks Giulio
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by
Milestone: | → rel-2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hi Giulio,
this has been fixed in the SVN 2.0beta branch in the mean time, you can find instructions of where to check it out at:
Note, that you will have to run "autoreconf -i" once after checking this out from SVN, before you can continue with the normal installation process (./configure; make; make install)
Cheers, Frank