Message-ID: From: "Andris Pavenis" To: Shawn Hargreaves , djgpp AT delorie DOT com Date: Wed, 6 Jan 1999 15:27:17 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Announce: Allegro 3.1 In-reply-to: References: X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp AT delorie DOT com On 5 Jan 99, at 20:29, Shawn Hargreaves wrote: > Andris Pavenis writes: > >Tried to build with egcs-1.1.1. There were following problems: > >- huge number of warnings about missing initialisation of structure > >members (more than 700). I had to remove -Werror to be able to compile > >allegro at all. > > Argh, this is bad news! I presume that the same thing would also happen > with Allegro 3.0, though? I can't think of any 3.1 changes that would > only recently have introduced this error... Removal of -W in WFLAGS seems to be enough to fix this problem ----------------------------------------------------------- *** makefile.orig Fri Jan 1 20:41:40 1999 --- makefile Wed Jan 6 14:56:56 1999 *************** *** 99,105 **** HTML = htm endif ! WFLAGS = -Wall -W -Werror -Wno-unused ifdef DEBUGMODE # build a debug version --- 99,105 ---- HTML = htm endif ! WFLAGS = -Wall -Werror -Wno-unused ifdef DEBUGMODE # build a debug version ----------------------------------------------------------- Tried to build also with pgcc-1.1.1 Results: allegro does not work reliably. Many crashes in examples. Andris