delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/11/01/07:18:16

Date: Sun, 1 Nov 1998 14:18:27 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Ian Miller <Ian AT shelob DOT force9 DOT co DOT uk>
cc: djgpp AT delorie DOT com
Subject: Re: 981027 djdev202 beta
In-Reply-To: <71av59$c81@news3.force9.net>
Message-ID: <Pine.SUN.3.91.981101141802.6846R-100000@is>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com

On Fri, 30 Oct 1998, Ian Miller wrote:

> texinfo3.9 (albeit that a few short filenames needed lengthening)

Why Texinfo 3.9?  Why not the latest 3.12?  Reporting problems about
old versions usually doesn't help because many of them are corrected
in newer ones.

> In file included from make.h:94,
>                  from main.c:19:
> signame.h:49: conflicting types for `sys_siglist'
> c:/djgpp/include/signal.h:86: previous declaration of `sys_siglist'
> make.exe: *** [main.o] Error 1

Add the following to configh.dos, then rerun config.bat and rebuild:

    #if __DJGPP__ >= 2 && __DJGPP_MINOR__ >= 2
    #define SYS_SIGLIST_DECLARED 1
    #define HAVE_SYS_SIGLIST 1
    #endif

Please tell me if this works for you.  If it does, I will make sure
this is included in the next version of Make.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019