From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10205280349.AA23034@clio.rice.edu> Subject: Re: DJGPP CVS & gcc 3.1 [patch included] To: djgpp-workers AT delorie DOT com Date: Mon, 27 May 2002 22:49:09 -0500 (CDT) In-Reply-To: <3CF2A6EE.C0628290@phekda.freeserve.co.uk> from "Richard Dawe" at May 27, 2002 10:36:46 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Some of the pre-requisite executables failed to build, since they were using > c:/djgpp/include/sys/djtypes.h and I got warnings about va_list stuff being > redefined. At the weekend I'll revert this change and take a look at why it > isn't using the CVS one. Perhaps force warnings to errors should be disabled in the "phase 1" build, where we build native tools to help us build the distribution (but are not actually part of the distribution). Since GCC 3.x seems to be adding more warnings each release, forcing each of these to be errors seems to be a really harsh thing to do, unless we can turn off the warnings we dislike. Still, GCC 3.x really requires a refreshed djtypes.h, and I think we will eventually get a refreshed djdev203.zip out there - it's just been a very busy month ...