Hello, Everyone :) When I attempted to build Sword from the CVS today, this is the error I got:
g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -DUSBINARY -g -O0 -Werror -c ../src/modules/filters/unicodertf.cpp -MT unicodertf.lo -MD -MP -MF .deps/unicodertf.TPlo echo timestamp > unicodertf.lo source='../src/modules/filters/latin1utf8.cpp' object='latin1utf8.lo' libtool=yes \ depfile='.deps/latin1utf8.Plo' tmpdepfile='.deps/latin1utf8.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -DUSBINARY -g -O0 -Werror -c -o latin1utf8.lo `test -f '../src/modules/filters/latin1utf8.cpp' || echo './'`../src/modules/filters/latin1utf8.cpp g++ -DUSE_AUTOTOOLS -DUNIX -I. -I. -I.. -I../include -DUSBINARY -g -O0 -Werror -c ../src/modules/filters/latin1utf8.cpp -MT latin1utf8.lo -MD -MP -MF .deps/latin1utf8.TPlo In file included from /usr/include/c++/3.2/backward/iostream.h:31, from ../src/modules/filters/latin1utf8.cpp:13: /usr/include/c++/3.2/backward/backward_warning.h:32:2: #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. make[2]: *** [latin1utf8.lo] Error 1 make[2]: Leaving directory `/home/steve/CVS/sword/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/steve/CVS/sword' make: *** [all] Error 2 Have A Great Day :) Steven P. Ulrick