RE: FreeBSD and BeOS on tinderbox don't like wv.


Subject: RE: FreeBSD and BeOS on tinderbox don't like wv.
From: James Montgomerie (jamie@montgomerie.net)
Date: Tue Jun 06 2000 - 08:57:56 CDT


> -----Original Message-----
> From: owner-abiword-dev@abisource.com
> [mailto:owner-abiword-dev@abisource.com]On Behalf Of James Montgomerie
> Sent: 06 June 2000 14:44
> To: Martin Sevior
> Cc: abiword-dev@abisource.com
> 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.



This archive was generated by hypermail 2b25 : Tue Jun 06 2000 - 08:55:24 CDT