| delorie.com/archives/browse.cgi | search |
| 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 <pavenis AT lanet DOT lv> |
| X-Sender: | pavenis AT ieva06 |
| To: | Raf256 <raf256 AT go2 DOT pl> |
| Cc: | djgpp AT delorie DOT com |
| Subject: | Re: iomanip + allegro |
| In-Reply-To: | <Xns9175C904B373Brfdfciasdsdj412tr@213.180.128.20> |
| Message-ID: | <Pine.A41.4.05.10112122245530.23406-100000@ieva06> |
| MIME-Version: | 1.0 |
| 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 |
On 12 Dec 2001, Raf256 wrote:
> Using iomanip.h with allegro.h is impossible
>
> Compilation of file :
> #include <iomanip.h>
> #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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |