lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV ac #65 - problem on HP-UX 10.10


From: T.E.Dickey
Subject: Re: LYNX-DEV ac #65 - problem on HP-UX 10.10
Date: Fri, 12 Sep 1997 18:10:49 -0400 (EDT)

> > * Correct mismatch/omission of HAVE_TYPE_UNION_WAIT symbol from
> >   change for wait vs waitpid. - TD
> 
> This one seems to cause a problem on when I compile on HP-UX 10.10
> (yeah, I got the snake!).  I downloaded the previous version,
> ac-0.64, and it builds successfully.
ok - I'll have to add another test to fix that.

If you'll send a copy of the curses.h
(or grep the context for the _HP_CURSES ifdef)
I'll make a configure test to try to pick up Hcurses as well.

> 
> If it matters, I run configure like this:
> 
> export LIBS="-lHcurses"
> export CFLAGS="-O -D_HP_CURSES"
> ./configure -without-dired -disable-long-list -disable-parent-dir-refs
> 
> The make fails here:
> 
>   cc -DHAVE_CONFIG_H  -I.. -I../WWW/Library/Implementation 
>    -O   -D_HP_CURSES -Aa -D_HPUX_SOURCE -DSNAKE  -c ./DefaultStyle.c
>   cc -DHAVE_CONFIG_H  -I.. -I../WWW/Library/Implementation
>    -O   -D_HP_CURSES -Aa -D_HPUX_SOURCE -DSNAKE  -c ./LYLocal.c
>   cc: "LYLocal.c", line 2228: warning 604: Pointers are not
>    assignment-compatible.
>   cc: "LYLocal.c", line 2228: warning 563: Argument #1 is not the
>    correct type.
>   cc: "LYLocal.c", line 2233: error 1527: Incompatible types in cast:
>    Must cast from scalar to scalar or to void type.
>   cc: "LYLocal.c", line 2234: error 1527: Incompatible types in cast:
>    Must cast from scalar to scalar or to void type.
>   *** Error exit code 1
>  
>   Stop.
>   *** Error exit code 1
>  
>   Stop.
> 
> The code at these line numbers was not modified from ac0.64 to ac0.65
> but it appears to correspond to the changes in the configure and
> aclocal.m4 files.
right - all I did was change the conditions for the ifdef.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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