RE: wv fixes, I'm over my head


Subject: RE: wv fixes, I'm over my head
From: James Montgomerie (jamie@montgomerie.net)
Date: Wed Jun 07 2000 - 13:52:49 CDT


> -----Original Message-----
> From: owner-abiword-dev@abisource.com
> [mailto:owner-abiword-dev@abisource.com]On Behalf Of Jeremy Sheeley
> Sent: 07 June 2000 19:46
> To: James Montgomerie; abiword-dev@abisource.com
> 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.



This archive was generated by hypermail 2b25 : Wed Jun 07 2000 - 13:50:19 CDT