Re: wv bug?


Subject: Re: wv bug?
From: John Buell (dadaist@mac.com)
Date: Tue Aug 21 2001 - 08:49:39 CDT


Oh yeah it works, it just gives me that nice long list of complaints.
I've got the same thing in the build log from yesterday afternoon, when
I typed make and then left work :)
(also have a bunch of compiler complaints vis a vis ie_imp_DocBook.cpp,
but I've yet to do a cvs update this morning to see if it was just me).

-John
(running Mac OS 10.0.4, Darwin 1.3.7)

On Monday, August 20, 2001, at 03:39 PM, Hubert Figuiere wrote:

> According to John Buell <dadaist@mac.com>:
>> Here's what I got from building this morning:
>>
>> /xmlparse/ -DXMLCONFIG=\"/usr/local/share/wv/wvConfig.xml\"
>> -DHTMLCONFIG=\"/usr/
>> local/share/wv/wvHtml.xml\" -I./libole2/ -I./oledecod/ "-I./glib-wv/"
>> -c ./wvR
>> TF.c
>> ./wvRTF.c:225: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:225: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:225: syntax error, found `)'
>> ./wvRTF.c:225: illegal expression, found `:'
>> ./wvRTF.c:228: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:229: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:230: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:231: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:232: illegal cast, missing `)' after `chp'
>> ./wvRTF.c:233: illegal cast, missing `)' after `chp'
>> cpp-precomp: warning: errors during smart preprocessing, retrying in
>> basic mode
>> In file included from /usr/include/machine/types.h:72,
>> from /usr/include/sys/types.h:72,
>> from /usr/include/unistd.h:3,
>> from ./config.h:52,
>> from ./wvRTF.c:2:
>> /usr/include/ppc/types.h:75: warning: ANSI C does not support `long
>> long'
>> In file included from ./wvRTF.c:17:
>> ./wv.h:2563: warning: ANSI C forbids const or volatile functions
>> ./wv.h:2981: warning: ANSI C forbids const or volatile functions
>> cc -o wvRTF wvRTF.o getopt1.o getopt.o -L. -lwv -lz -liconv -lm
>>
>> Now the ANSI complaints I've seen in lots of places before, but I
>> hadn't
>> seen the 'illegal cast' message before. I've looked through the file
>> and
>> I can't seem to find where it has a problem, unless it wants
>> ud->cFontSize = chp->hps;
>> to be
>> ud->cFontSize = (chp->hps);
>> ?
>
> Works for me. Are we using the same release ?
> I do use 10.0.4.
>
> Hub



This archive was generated by hypermail 2b25 : Tue Aug 21 2001 - 08:50:43 CDT