> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of James Montgomerie
> Sent: 06 June 2000 14:44
> To: Martin Sevior
> Cc: [EMAIL PROTECTED]
> Subject: RE: FreeBSD and BeOS on tinderbox don't like wv.
>
> More updates later, when tinderbox finishes it's current builds (or,
> hopefully, no updates, because it'll work :-)

Intel BeOS is failing because it doesn't have mmap - shouldn't be a problem
though.  We need to change ms-ole.c in the libole2 directory to read

#ifdef HAVE_MMAP
#include <sys/mman.h>
#endif

instead of:

#include <sys/mman.h>

(The libole2 people have already done this to the code which uses mmap - I
guess they forgot here.  I'll mail them about it soon, so that we can keep
in-sync.)

Jamie.




Reply via email to