[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Compilation error
From: |
Francisco A. Tomei Torres |
Subject: |
Re: LYNX-DEV Compilation error |
Date: |
Thu, 11 Sep 1997 20:05:42 |
Klaus,
Thank you, once more. Your suggestion did the trick.
-- Francisco.
>Those messages are about the last tow lines the following section:
>
>#if HAVE_TYPE_UNION_WAIT && !HAVE_WAITPID
> while (wait(&wstatus) != pid)
> ; /* do nothing */
>#else
> waitpid(pid, &wstatus, 0); /* wait for child */
>#endif
> if (WEXITSTATUS(wstatus) != 0 ||
> WTERMSIG(wstatus) > 0) { /* error return */
>
>
>The #if line has recently changed (between ac-0.61 amd 0.62), before that
>the line was
>
>#if defined(NeXT) || defined(AIX4) || defined(sony_news)
>
>It seems that HAVE_TYPE_UNION_WAIT should be defined for you but isn't.
>Try adding the line
>
>#define HAVE_TYPE_UNION_WAIT 1
>
>to the lynx_cfg.h after you have run ./configure (which creates that
>file).
>
>Tom: There seems to be an inconsistency in the configure files, in some
>places HAVE_TYPE_UNIONWAIT appears instead of HAVE_TYPE_UNION_WAIT.
>Neither of them is in config.hin.
>
>
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- Re: LYNX-DEV Compilation error, (continued)
- Re: LYNX-DEV Compilation error, Klaus Weide, 1997/09/09
- Message not available
- LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/10
- Re: LYNX-DEV Compilation error, T.E.Dickey, 1997/09/10
- Re: LYNX-DEV Compilation error, Klaus Weide, 1997/09/10
- Message not available
- Re: LYNX-DEV Compilation error, Francisco A. Tomei Torres, 1997/09/10
- Re: LYNX-DEV Compilation error, T.E.Dickey, 1997/09/11
- Re: LYNX-DEV Compilation error, RamNarayan S, 1997/09/14
Message not available
Re: LYNX-DEV Compilation error, John E. Davis, 1997/09/12