[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.5dev.17
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev lynx2.8.5dev.17 |
Date: |
Sat, 10 Jan 2004 15:35:17 -0500 |
User-agent: |
Mutt/1.3.27i |
On Sat, Jan 10, 2004 at 01:21:55PM -0700, address@hidden 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
pgpn2dyzL0S4M.pgp
Description: PGP signature
- lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/09
- Re: lynx-dev lynx2.8.5dev.17, Stef Caunter, 2004/01/09
- Re: lynx-dev lynx2.8.5dev.17, gilmap, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17,
Thomas Dickey <=
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/20