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 - 09:15:21 CDT


> The solution is to change the lines to:
>
> wvInternalStream str;
> str.file_stream=inner;
> wvStream_create(in, FILE_STREAM, str);
>
> and
>
> wvInternalStream str;
> str.libole_stream=inner
> wvStream_create(in, LIBOLE_STREAM, str);
>
> respectively.

Except of course, we're using C, not C++ here, so the wvInternalStream str;s
will need to be declared at the top of the function.

Jamie.



This archive was generated by hypermail 2b25 : Tue Jun 06 2000 - 09:12:47 CDT