|
From: Jie G. <J....@is...> - 2001-01-18 21:08:54
|
On Thu, 18 Jan 2001, Martin Vermeer wrote: > On Thu, Jan 18, 2001 at 05:10:24PM +1100, Jie Gao wrote: > > X-Authentication-Warning: solo.ucc.usyd.edu.au: jiegao owned process doing -bs > > From: Jie Gao <J....@is...> > > X-Sender: ji...@so... > > To: wvw...@li... > > Organisation: The University of Sydney > > Telephone: +61 (0)2 9351 5769(W) > > Fax: +61 (0)2 9351 5001(W) > > Subject: [Wvware-devel] wv-0.6.3 doesn't compile on RedHat 7 > ... > > Date: Thu, 18 Jan 2001 17:10:24 +1100 (EST) > > > > Hi All, > > > > My platform: Linux pilum 2.2.16-22smp #1 SMP Tue Aug 22 16:39:21 EDT 2000 i686 unknown > > > > CC=gcc CFLAGS="-O2" \ > > ./configure \ > > --enable-shared \ > > --with-x > > > > make: > > > > gcc -O2 -DHAVE_CONFIG_H -ansi -pedantic -I. -I./ -I./ -I./magick/ -I./expat/xmlparse/ > > -DTTFDIR=\"/usr/local/share/wv/ttf\" -DXMLCONFIG=\"/usr/local/lib/wv/wvConfig.xml\" > > -DHTMLCONFIG=\"/usr/local/share/wv/wvHtml.xml\" -I./libole2/ -I./oledecod/ -I./glib-wv/ -c ./wvSummary.c > > In file included from wv.h:115, > > from ./wvSummary.c:7: > > /usr/local/include/wmfapi.h:190: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:192: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:193: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:194: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:195: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:195: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > /usr/local/include/wmfapi.h:196: warning: overflow in implicit constant conversion > > In file included from ./wvSummary.c:7: > > wv.h:4470: conflicting types for `read_32ubit' > > /usr/local/include/wmfapi.h:26: previous declaration of `read_32ubit' > > wv.h:4471: conflicting types for `read_16ubit' > > /usr/local/include/wmfapi.h:27: previous declaration of `read_16ubit' > > make: *** [wvSummary.o] Error 1 > > > > Regards, > > > > > > Jie > > > > P.S. Please reply. Don't know how to get on this mailing list. > > One thing I can say straightaway: You are using an old libwmf. Please get a > newer one (e.g. 0.1.21) from the wvware site. There are also rpm packages > linked there. This will probably solve your problem. You are right. I got the 0.1.21 src and everything worked out fine. Best regards, Jie |