[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build problem with gcc-3.4.0
From: |
Michael Gollin |
Subject: |
build problem with gcc-3.4.0 |
Date: |
Thu, 22 Apr 2004 13:48:20 +0200 (CEST) |
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
- build problem with gcc-3.4.0,
Michael Gollin <=