On Sat, Jan 10, 2004 at 01:21:55PM -0700, [EMAIL PROTECTED] wrote: > In a recent note, Thomas Dickey said: > > > Date: Fri, 9 Jan 2004 19:26:29 -0500 > > > > 2.8.5 Development & patches: > > http://lynx.isc.org/current/index.html > > > > 2004-01-07 (2.8.5dev.17) > > Compiles and runs on: > > powerpc-apple-darwin5.5 > -- clean
thanks. That's one I don't have access to... > sparc-sun-solaris2.8 > -- numerous nonfatal warnings such as: > > gcc -DHAVE_CONFIG_H -D__EXTENSIONS__ -I../../.. -I../../../src -I../../../../src > -I../../../../src/src -I../../../../src/WWW/Library/Implementation -O2 > -I../../../../src/WWW/Library/Implementation/ -DACCESS_AUTH -c > ../../../../src/WWW/Library/Implementation/HTParse.c > In file included from /usr/include/curses.h:23, > from > /apps/gcc-2.953/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/curses.h:5,from > ../../../../src/src/LYCurses.h:198, > from ../../../../src/src/LYKeymap.h:6, > from ../../../../src/src/LYUtils.h:5, > from ../../../../src/WWW/Library/Implementation/HTParse.c:8: > /usr/include/widec.h:38: warning: `getwc' redefined > /usr/include/iso/wchar_iso.h:337: warning: this is the location of the previous > definition yes - I recall that's essentially because the gcc developers don't agree with Sun on how some of the predefined symbols should be set. It's ugly, but iirc, it "works". (I don't recall there being a nice fix - hacking up /usr/include isn't a solution). > /usr/include/widec.h:39: warning: `putwc' redefined > /usr/include/iso/wchar_iso.h:340: warning: this is the location of the previous > definition > /usr/include/widec.h:40: warning: `getwchar' redefined > /usr/include/iso/wchar_iso.h:338: warning: this is the location of the previous > definition > /usr/include/widec.h:41: warning: `putwchar' redefined > /usr/include/iso/wchar_iso.h:341: warning: this is the location of the previous > definition > In file included from ../../../../src/WWW/Library/Implementation/HTParse.c:14: > /usr/include/alloca.h:35: warning: `alloca' redefined > > i370-ibm-openedition03.12 > -- numerous nonfatal warnings such as: > > c89 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE -DHAVE_CONFIG_H > -DLOCALEDIR=\"/mvsoeecc/tools/share/locale\" -I. -I.. -Ichrtrans > -I../../src/src/chrtrans -I../../src -I../../src/src > -I../../src/WWW/Library/Implementation -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE > -c ../../src/src/LYStrings.c > WARNING CCN3196 ./../../src/src/LYStrings.c:4854 Initialization between types > "unsigned char*" and "char*" is not allowed. > WARNING CCN3280 ./../../src/src/LYStrings.c:4859 Function argument assignment > between types "const char*" and "unsigned char*" is not allowed. > WARNING CCN3280 ./../../src/src/LYStrings.c:4871 Function argument assignment > between types "unsigned char*" and "char*" is not allowed. > FSUM3065 The COMPILE step ended with return code 4. for this one I'll probably add some casts. It did compile, but I'm not pleased with it. I got similar warnings on AIX or Tru64. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
pgp00000.pgp
Description: PGP signature
