I removed the wchar_t version of the function, as it should have never existed in the first place. I'll fix the plugins accordingly.
Dom On Sun, 2002-09-01 at 07:46, Rui Miguel Seabra wrote: > Hello, > > The following error happened to more than one plugin: > > i386-redhat-linux-g++ -DPACKAGE_NAME=\"abiword-plugins\" > -DPACKAGE_TARNAME=\"abiword-plugins\" -DPACKAGE_VERSION=\"1.1.0\" > "-DPACKAGE_STRING=\"abiword-plugins 1.1.0\"" > -DPACKAGE_BUGREPORT=\"http://bugzilla.abisource.com/\" > -DPACKAGE=\"abiword\" -DVERSION=\"1.1.0\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 > -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBBZ2=1 -I. -I. -DNDEBUG > -I../../../../../abi/src/af/util/xp -I../../../../../abi/src/af/xap/xp > -I../../../../../abi/src/af/ev/xp -I../../../../../abi/src/af/gr/xp > -I../../../../../abi/src/text/fmt/xp > -I../../../../../abi/src/text/ptbl/xp > -I../../../../../abi/src/wp/impexp/xp -I../../../../../abi/src/wp/ap/xp > -I../../../../../abi/src/other/spell/xp > -I../../../../../abi/src/other/fribidi/xp > -I../../../../../abi/src/af/util/unix > -I../../../../../abi/src/af/xap/unix -I../../../../../abi/src/wp/ap/unix > -DABI_PLUGIN_VERSION=\"1.1.0\" -DABI_PLUGIN_MAJOR=1 -DABI_PLUGIN_MINOR=1 > -DABI_PLUGIN_MICRO=0 -DABI_PLUGIN_SOURCE=1 -O2 -march=i386 -mcpu=i686 -c > ie_imp_PalmDoc.cpp -MT ie_imp_PalmDoc.lo -MD -MP -MF > .deps/ie_imp_PalmDoc.TPlo -fPIC -DPIC -o ie_imp_PalmDoc.lo > ie_imp_PalmDoc.cpp: In method `UT_Error IE_Imp_PalmDoc::_parseFile > (FILE *)': > ie_imp_PalmDoc.cpp:230: no matching function for call to > `UT_Mbtowc::mbtowc (__wchar_t &, unsigned char &)' > ../../../../../abi/src/af/util/xp/ut_mbtowc.h:23: candidates are: int > UT_Mbtowc::mbtowc (UT_UCS4Char &, > char) > make[4]: *** [ie_imp_PalmDoc.lo] Error 1 > make[4]: Leaving directory > `/home/builder/redhat/BUILD/abiword-1.0.99/abiword-plugins/wp/impexp/pdb/xp' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/builder/redhat/BUILD/abiword-1.0.99/abiword-plugins/wp/impexp/pdb' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/builder/redhat/BUILD/abiword-1.0.99/abiword-plugins/wp/impexp' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/builder/redhat/BUILD/abiword-1.0.99/abiword-plugins/wp' > make: *** [all-recursive] Error 1 > > Any suggestions? > > I first thought it was that particular plugin that had problems, so I > --disabled it... however, another plugin had exactly the same problem, > so I suspect it's probably something that's not getting a proper > generation... > > Rui
