> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Sheeley
> Sent: 07 June 2000 19:46
> To: James Montgomerie; [EMAIL PROTECTED]
> Cc: Robert Sievers
> Subject: Re: wv fixes, I'm over my head
>
>
> James,
>
> I get the following error when I put your new files in place.
>
> make[5]: Entering directory `/abisource/wv'
> Building with [LicensedTrademarks:Off Debug:Off].
> twips.c
> ./libole2\ms-ole.h(70) : error C2061: syntax error : identifier 'off_t'
> ./libole2\ms-ole.h(73) : error C2059: syntax error : '}'
> make[5]: *** [/abisource/abi/src/WIN32_1.1.2s_i386_OBJ/obj/wv/twips.obj]
> Error 2
>
> I'd appreciate any clues you can give me.
There was actually a definition of this in Michael's fixes - (strangely) I
didn't need it, so I didn't put it in my files.
Add:
typedef /* signed */ long off_t;
under the 'typedef size_t ssize_t;' in ms-ole.h (line 17) and it might make
it work.
Jamie.