ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD 3.3.8 with IBM C++ compiler v6


From: Arnaud Desitter
Subject: Re: DDD 3.3.8 with IBM C++ compiler v6
Date: Tue, 25 Nov 2003 14:13:50 -0000

Hi,

A full explanation is available at:
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,990,00.html

A simple fix is to insert in strclass.h after the declaration of the
class "string" the line:
string replicate(char, int);
That should fix your problem. Could you try and report any
further trouble ?

Regards,

----- Original Message ----- 
From: "Albert Chin" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Sent: Friday, November 21, 2003 1:59 AM
Subject: DDD 3.3.8 with IBM C++ compiler v6


> Does this error make sense:
> xlC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/opt/TWWfsw/xpm/include
> -I/opt/TWWfsw/readline42a/include   -DNDEBUG   -O2 -qmaxmem=-1
> -qarch=com    -c -o ddd.o `test -f 'ddd.C' || echo './'`ddd.C
> 1540-5215 (W) No licenses available. Contact your program supplier to
> add additional users. Compilation will proceed shortly.
> "ddd.C", line 3214.28: 1540-2412 (W) A typeid is present, but the
> correct RTTI option is not specified.
> "ddd.C", line 5985.36: 1540-0274 (S) The name lookup for "replicate"
> did not find a declaration.
> "strclass.h", line 823.19: 1540-1298 (I) "string replicate(const
> string &, int)" needs to be declared in the containing scope to be
> found by name lookup.
> "strclass.h", line 822.19: 1540-1298 (I) "string replicate(char, int)"
> needs to be declared in the containing scope to be found by name
> lookup.
>
> It's from an AIX 5.1 system with the IBM C++ compiler, v6, building
> DDD 3.3.8.
>
> -- 
> albert chin (address@hidden)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]