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: Arnaud Desitter
Subject: Re: ddd/MString.h problems in 3.3 with Solaris C++ compiler, liberty install problems
Date: Thu, 8 Mar 2001 18:40:55 +0000 ()

Hi,

I braced myself and I built ddd 3.3 with Sun CC 5.0 and 5.1. Painful 
exercise as this compiler is so slow.
Except one Makefile problem (ddd/Makefile: add "Status.C" to VSL_SOURCES),
it builds fine with the patch related to MString.h applied.

I suggest you to check which version of compiler you're using along with 
which "configure" options.

Regards,
Arnaud

> 
> 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]