X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 12 Dec 2001 22:48:38 +0200 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Raf256 Cc: djgpp AT delorie DOT com Subject: Re: iomanip + allegro In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 12 Dec 2001, Raf256 wrote: > Using iomanip.h with allegro.h is impossible > > Compilation of file : > #include > #include "allegro.h" > int main() { return 0; } > > Returns : > allegro/fixed.h(26) Error: `typedef long int fixed' redeclared as > different kind of symbol > c:/djgpp/lang/cxx-v3/bits/ios_base.h(554) Error: previous declaration of > `std::ios_base& std::fixed(std::ios_base&)' > There were some errors > > where should I post this bug-report... are some allegro 'gurus' reading > this group :) ? > > This bug exist on Allegro : > Version 3.9.40 (WIP) > Version 3.9.39 (WIP) > It should be considered as bug in Allegro, similary as use of fsqrt() for something else as taking square root from single precision floating point number (current development version of gcc-3.1 warns about redefinition of builtin fsqrt when trying to compile Allegro with it) Andris