lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev compile on HP-UX ia64


From: Thomas Dickey
Subject: Re: lynx-dev compile on HP-UX ia64
Date: Fri, 11 Apr 2003 09:32:16 -0400
User-agent: Mutt/1.2.5i

On Fri, Apr 11, 2003 at 09:04:27AM -0400, Webmaster Jim wrote:
> We got an Itanium workstation running HP-UX to play with, so the
> first thing I did was compile Lynx.  Configure and make worked out
> of the box, with only one trivial language whine:
> 
>          cc -DHAVE_CONFIG_H -DSNAKE -I../../.. -I../../../src -I../../..
> -I../../../src -I. ./../../WWW/Library/Implementation -Wp,-H600000
> -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH -c
> ../../../WWW/Library/Implementation/HTFile.c
> 
> Warning (anachronism) 410:
> "../../../WWW/Library/Implementation/HTFile.c", line 2788 # Illegal '++'
> on 'enum ProgramPaths'; cannot increment or decrement enums.
> 
>         for (code = ppUnknown + 1; code < pp_Last; ++code) {
>                                                      ^^^^
thanks (that's simple to fix: make "code" an integer, and cast the other
values to "int").
 
> bash-2.04$ uname -a
> HP-UX unknown B.11.22 U ia64 0000000000 unlimited-user license
> bash-2.04$ cc --version
> (Bundled) cc: HP ANSI C++/C B3910B A.05.36 [Apr 18 2002]

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]