Date: Sun, 1 Nov 1998 14:18:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ian Miller cc: djgpp AT delorie DOT com Subject: Re: 981027 djdev202 beta In-Reply-To: <71av59$c81@news3.force9.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.