[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build problem with gcc-3.4.0
From: |
Arnaud Desitter |
Subject: |
Re: build problem with gcc-3.4.0 |
Date: |
Thu, 22 Apr 2004 17:51:14 +0100 |
Hi,
Done in January in the CVS repository.
http://cvs.sourceforge.net/viewcvs.py/ddd/ddd/ddd/VarArray.h
Regards,
----- Original Message -----
From: "Michael Gollin" <gollin@informatik.hu-berlin.de>
Newsgroups: gmane.comp.debugging.ddd.bugs
Sent: Thursday, April 22, 2004 12:48 PM
Subject: build problem with gcc-3.4.0
> Hi,
>
> I found a problem when building ddd 3.3.8 with gcc 3.4.0.
> File ddd/VarArray.h in line 56:
> value(_size) = v;
> needs to be replaced by
> this->value(_size) = v;
> due to changes from gcc 3.3 to 3.4 and according to the gcc 3.4.0
> changefile.
>
> Cheers,
> Michael Gollin