lynx-dev
[Top][All Lists]
Advanced

[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.
;

reply via email to

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