On Thu, Feb 06, 2003 at 07:56:06PM -0800, Mr O wrote: > I get this output while compiling some programs on my Gentoo box > and I don't know what to do :( Anybody able to at least give me > a little background on what's happening and/or what I might be > able to do to fix it?
changes in gcc3 c++ headers is what's happening > >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/g++-v3/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 <sstream> instead of the deprecated header > <strstream.h>. To disable this warning use -Wno-deprecated. maybe include more of the error message so maybe the details will be clearer ... but the above message does tell you what to do ... -- <[EMAIL PROTECTED]> _______________________________________________ Eug-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
