On 22 May 2002 at 20:06, phearbear sent forth the message: > David Chart wrote: > > >STABLE (last night's CVS) won't build for me. Here's the error output. > >Am I doing something wrong, or is there a problem in the code? > > > >In file included from ie_imp_MsWord_97.cpp:56: > >ie_imp_MsWord_dump.h: In function `void s_dump_chp(_CHP *)': > >ie_imp_MsWord_dump.h:191: warning: int format, DTTM arg (arg 49) > >ie_imp_MsWord_dump.h:191: warning: int format, DTTM arg (arg 50) > >ie_imp_MsWord_dump.h:191: warning: int format, DTTM arg (arg 71) > >ie_imp_MsWord_dump.h:191: warning: int format, DTTM arg (arg 77) > >ie_imp_MsWord_dump.h:191: warning: int format, DTTM arg (arg 80) > >ie_imp_MsWord_dump.h:191: warning: int format, pointer arg (arg 81) > >ie_imp_MsWord_dump.h:191: warning: int format, SHD arg (arg 82) > >ie_imp_MsWord_dump.h:191: warning: int format, BRC arg (arg 83) > >ie_imp_MsWord_97.cpp: In method `UT_Error > >IE_Imp_MsWord_97::importFile(const char *)': > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:580: at this point in file > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:588: at this point in file > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:599: at this point in file > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:607: at this point in file > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:615: at this point in file > >../../../../../wv/wv.h:2945: too few arguments to function `void > >wvOLEFree(wvParseStruct *)' > >ie_imp_MsWord_97.cpp:630: at this point in file > >ie_imp_MsWord_97.cpp: In method `int > >IE_Imp_MsWord_97::_beginPara(_wvParseStruct *, unsigned int, void *, > >int)': > >ie_imp_MsWord_97.cpp:1689: warning: converting of negative value `-1' to > >`unsigned int' > >ie_imp_MsWord_97.cpp:1602: warning: unused variable `struct LSTF * > >myLSTF' > >ie_imp_MsWord_97.cpp: At top level: > >ie_imp_MsWord_dump.h:9: warning: `void s_dump_chp(_CHP *)' defined but > >not used > >make[4]: *** [ie_imp_MsWord_97.o] Error 1 > >make[4]: Leaving directory `/home/David/stable-abi/abi/src/wp/impexp/xp' > > > > > > I got this error when i had forgotten to update the wv. > Parhaps someone forgot to commit the wv updates to STABLE, or you forgot > to update.
afaict wv hasn't been tagged for ABI-STABLE-1-0-0, but if you do cvs update -Pd -rrelease-1-0-1 it will update the tree to what was used for the latest release hth, Daniel
