On Wed, Aug 21, 2002 at 12:27:50AM +0200, m.siennicki@cloos.pl wrote:
I think the problem is that the source doesn't compile properly
And I'm right :) Linux users on ix86 should add (after doing ./configure) following defines in Makefile, and libhfs/Makefile:
there is: DEFINES = -DHAVE_CONFIG_H there should be: DEFINES = -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64
it lets to do long seeks on /dev/sdX. It solves the problem with hqx file (there was ``error seeking media''). I'll try to find solution for wrong counted crc in MacBinary, but maybe somebody knows it already?
(I attach the patch for Intel x86 users: Copy it into hfsutils-3.2.6/ directory, then do:
$ patch -p1 < hfsutils-3.2.6-1.patch
Then configure, make, etc..., you do won't have to edit Makefiles.
I hope it can help somebody.)
Sincerely, Marcin