Subject: Re: PINE
To: Calvin <diavolo@engin.umich.edu>
From: Jukka Marin <jmarin@teeri.jmp.fi>
List: amiga
Date: 10/01/1995 10:49:06
> Has *anyone* successfully compiled Pine 3.91 on NetBSD/Amiga ??

Sure.

This was over a year ago, but there's one source file in which pine is
trying to find out the file size in bytes and grabs the most significant
32 bits of the NetBSD's 64-bit field.  You need to add a typecast to
(ulong) to all places like this and it'll work.  The function that doesn't
work is called LoadFile or ReadFile or some such.

  -jm