www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/06/10:32:48

Message-ID: <B0000060236@stargate.astr.lu.lv>
From: "Andris Pavenis" <pavenis AT lanet DOT lv>
To: Shawn Hargreaves <Shawn AT talula DOT demon DOT co DOT uk>, djgpp AT delorie DOT com
Date: Wed, 6 Jan 1999 15:27:17 +0200
MIME-Version: 1.0
Subject: Re: Announce: Allegro 3.1
In-reply-to: <aCwlkLBnYnk2Ewy7@talula.demon.co.uk>
References: <B0000059866 AT stargate DOT astr DOT lu DOT lv>
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 <pavenis AT lanet DOT lv> 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

- Raw text -


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