bug-ddd
[Top][All Lists]
Advanced

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

Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty ins


From: bug-ddd
Subject: Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems
Date: Wed, 7 Mar 2001 20:13:22 -0600
User-agent: Mutt/1.1.12i

On Mon, Mar 05, 2001 at 11:04:13AM +0000, Arnaud Desitter wrote:
> Can you try that ?
> 
> --- converters.C        Tue Feb 27 17:37:52 2001
> +++ converters.C.new    Mon Mar  5 10:59:14 2001
> @@ -548,7 +548,7 @@
>  
>         while (segment.contains('\n'))
>         {
> -           buf += MString(segment.before('\n'), charset) + cr();
> +           buf += MString(segment.before('\n').chars(), charset) + cr();
>             segment = segment.after('\n');
>         }

Ok, this works. Now I get:

CC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/opt/TWWfsw/xpm/include
-I/usr/openwin/include  -I/opt/TWWfsw/readline4/include   -DNDEBUG -xs
-xO2 -xtarget=generic    -c file.C
"file.C", line 209: Error: Cannot assign string to MString without
"MString::operator=(const MString&)";.
1 Error(s) detected.
gmake[1]: *** [file.o] Error 1

-- 
albert chin (china@thewrittenword.com)



reply via email to

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