bart at solozone.com schrieb: > FYI, the following WARNING is emitted by gcc 3.3.1-24 on SuSE 9.0 > today Monday June 28, 2004 for scribus 1.2RC1cvs C-*-T (of June 27, 2004) > by bart at solozone.com: > > make[3]: Entering directory `/home/bart/Scribus/scribus' > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libart-2.0 > -I/usr/include/freetype2 -I/usr/lib/qt3/include > -I/usr/X11R6/include -DQT_THREAD_SUPPORT > -D_REENTRANT -O2 -fno-exceptions -fno-check-new -MT scribusXml.o > -MD -MP -MF ".deps/scribusXml.Tpo" \ > -c -o scribusXml.o `test -f 'scribusXml.cpp' > || echo './'`scribusXml.cpp; \ > then mv -f ".deps/scribusXml.Tpo" ".deps/scribusXml.Po"; \ > else rm -f ".deps/scribusXml.Tpo"; exit 1; \ > fi > In file included from /usr/include/g++/backward/iostream.h:31, > from scribusXml.cpp:34: > /usr/include/g++/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. > g++ -O2 -fno-exceptions -fno-check-new -s -o scribus <et cetera> > This is known, i inserted the iostream.h header file just for debugging a nasty bug in loading documents, otherwise it's not needed. Will be removed with the next CVS update
Best Regards, Franz Schmid
