at lines 533 and 547. There should not be a cast to int there. With an int cast there, it limits indeed the size of the file to 31-bits. @tammojan did you add this Int cast?
BTW At first I thought this had to do with casacore's 64-bit changes, but this is completely unrelated.
I believe this fixes #1 .
I've done a few fixes to make sure types are always large enough. I believe the specific issue causing this problem is in LofarStMan.cc:
at lines 533 and 547. There should not be a cast to int there. With an int cast there, it limits indeed the size of the file to 31-bits. @tammojan did you add this Int cast?
BTW At first I thought this had to do with casacore's 64-bit changes, but this is completely unrelated.