[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV ac #65 - problem on HP-UX 10.10
From: |
Kevin Ternes |
Subject: |
LYNX-DEV ac #65 - problem on HP-UX 10.10 |
Date: |
Fri, 12 Sep 1997 17:32:45 -0400 |
"T.E.Dickey" wrote:
> 97-09-12
> --------
> * 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.
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.
-jkt
--
J. Kevin Ternes mailto:address@hidden
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV ac #65 - problem on HP-UX 10.10,
Kevin Ternes <=