H2root error

Hi,

When I try to use h2root to convert PAW files to root files, I get the following error message:

!!!
locf_() Warning: changing base from 2a00000000 to 0!!!
This may result in program crash or incorrect results
!!!
!!!

*** Break *** segmentation violation
Generating stack trace…
Aborted

I have tried to use h2root on a number of different hbook files, and they all have produced the same error. Any insights on what might be wrong?

Thanks.

It looks like during the installation of ROOT you mixed 32 bit code
with 64 bit code (eg CERNLIB).
Coiuld you give more details on your setup?

Rene

[quote=“brun”]It looks like during the installation of ROOT you mixed 32 bit code
with 64 bit code (eg CERNLIB).
Coiuld you give more details on your setup?

Rene[/quote]

Thanks, I think I figured out the problem and it was along those lines–I was trying to use an installation of ROOT on 64 bit machines to convert hbook files created on 32 bit machines. Switching over to an installation of ROOT on the 32 bit machines cleared things up.

Greg