[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)
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Albert Chin-A-Young, 2001/03/03
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, bug-ddd, 2001/03/04
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Arnaud Desitter, 2001/03/05
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems,
bug-ddd <=
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Arnaud Desitter, 2001/03/08
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, bug-ddd, 2001/03/09
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Arnaud Desitter, 2001/03/12
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Andreas Zeller, 2001/03/09
- Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems, Arnaud Desitter, 2001/03/12