So, after doing some research on how to do pointer arithmetic on 32-bit
and 64-bit systems, the 'uintptr_t' type can be used instead of 'int'
(which is what I was doing). I will modify the patches to use this
type because there are some compilers that require some type of casting
of pointers.
brian
On Sep 18, 2004, at 12:03 PM, Martin Godisch wrote:
> Hi,
>
> Please consider applying the attached patches to the sleuthkit source.
> They are required to compile sleuthkit on Debian's 64 bit plattforms.
>
> Kind regards,
>
> Martin
> <04_fix_porting.diff><06_fix_cast.diff>
|