[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DDD-3.3.9-test1 is released
From: |
Arnaud Desitter |
Subject: |
Re: DDD-3.3.9-test1 is released |
Date: |
Fri, 30 Apr 2004 10:19:46 +0100 |
----- Original Message -----
From: "Tim Mooney" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Sent: Thursday, April 29, 2004 8:30 PM
Subject: Re: DDD-3.3.9-test1 is released
> In regard to: Re: DDD-3.3.9-test1 is released, Arnaud Desitter said
(at...:
>
> >> To get it to configure on IRIX (6.5.22m) with the IRIX C and C++
compilers
> >> (7.3.1.3m), I needed to have
> >>
> >> -LANG:std
> >>
>
> The compile proceeded for a while farther, but failed at:
>
>
CC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/local/gnu/include -DNDEBUG -O2 -
LANG:std -n32 -OPT:Olimit=3000 -c -o strclass.o strclass.C
> cc-1020 CC: ERROR File = strclass.C, Line = 1543
> The identifier "ws" is undefined.
>
> ws(s);
> ^
>
> cc-1020 CC: ERROR File = strclass.C, Line = 1586
> The identifier "ws" is undefined.
>
> ws(s);
> ^
>
> 2 errors detected in the compilation of "strclass.C".
>
>
Try to change it to std::ws. Could you try again ?
Patch attached.
> BTW, when looking at strclass.C to see what files it includes, I noted
> that `limits.h' is included twice, once with a HAVE_LIMITS_H guard and
> once without. One of them could be removed.
Fixed. Thanks.
Regards,
patch3_3_9_test1.txt
Description: Text document
Re: DDD-3.3.9-test1 is released, Dan Kirkwood, 2004/04/29
- RE: DDD-3.3.9-test1 is released, Atwood, Robert C, 2004/04/29
- Re: DDD-3.3.9-test1 is released, twurgl, 2004/04/29
- RE: DDD-3.3.9-test1 is released, Seip, Christopher, 2004/04/29
- RE: DDD-3.3.9-test1 is released, Seip, Christopher, 2004/04/29