On Tue, Apr 05, 2005 at 02:11:21PM +0200, Andreas Jochens said > When building 'tela' on amd64/unstable with gcc-4.0, > I get the following error: > > /usr/lib/gcc/x86_64-linux/4.0.0/../../../../include/c++/4.0.0/backward/backward_warning.h:32:2: > warning: #warning This file includes at least one deprecated or antiquated > header. Please consider using one of the 32 headers found in section 17.4.1.2 > of the C++ standard. Examples include substituting the <X> header for the > <X.h> header for C++ includes, or <iostream> instead of the deprecated header > <iostream.h>. To disable this warning use -Wno-deprecated. > ./objarithm.C: In function 'void LengthError(const char*, const Tobject&, > const Tobject&)': > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:22: error: within this context > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:22: error: within this context > ./objarithm.C: In function 'void UnaryError(const char*, const Tobject&)': > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:27: error: within this context > ./objarithm.C: In function 'void BinError(const char*, const Tobject&, const > Tobject&)': > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:32: error: within this context > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:32: error: within this context > ./objarithm.C: In function 'void Transcen(const TTranscenFunctionPack&, > Tobject&, const Tobject&)': > ./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private > ./objarithm.C:1769: error: within this context > make[1]: *** [objarithm.o] Error 1 > make[1]: Leaving directory `/tela-2.0' > make: *** [build-stamp] Error 2 > > With the attached patch 'tela' can be compiled > on amd64 using gcc-4.0.
Hi Mikael, do you think you'll have time to upload this fix in the near future? would you like someone to NMU it for you? -rob -- I don't understand...all I did was get up in the morning. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]