Kevin Atkinson wrote: > > On Sun, 8 Apr 2001, Garst R. Reese wrote: > > > Noting the recent ChangeLog for pspell, and new versions of pspell and > > aspell from Kevin, I tried --with-pspell again. Looks like the API > > changed again. > > How? I did not explicitly change anything in the public interface between > Pspell .12 to .12.1. Well, I was using .11 something. I got lots of messages about too few arguments. log attached. Garst
make[3]: Entering directory `/usr/local/garst/lyx-devel/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -I/usr/local/include -isystem /usr/X11R6/include -O -fno-exceptions -W -Wall -c spellchecker.C spellchecker.C:636: warning: #warning Why isnt word_ok a bool? (Lgb) spellchecker.C:982: warning: #warning should go somewhere more sensible spellchecker.C: In function `struct isp_result * {anonymous}::sc_check_word(const string &)': /usr/local/include/pspell/manager.h:59: too few arguments to function `int pspell_manager_check(PspellManager *, const char *, int)' spellchecker.C:637: at this point in file /usr/local/include/pspell/manager.h:86: too few arguments to function `const class PspellWordList * pspell_manager_suggest(PspellManager *, const char *, int)' spellchecker.C:644: at this point in file spellchecker.C: In function `void {anonymous}::sc_insert_word(const string &)': /usr/local/include/pspell/manager.h:67: too few arguments to function `int pspell_manager_add_to_personal(PspellManager *, const char *, int)' spellchecker.C:666: at this point in file spellchecker.C: In function `void {anonymous}::sc_accept_word(const string &)': /usr/local/include/pspell/manager.h:68: too few arguments to function `int pspell_manager_add_to_session(PspellManager *, const char *, int)' spellchecker.C:673: at this point in file spellchecker.C: In function `void {anonymous}::sc_store_replacement(const string &, const string &)': spellchecker.C:680: passing `const char *' to argument 3 of `pspell_manager_store_replacement(PspellManager *, const char *, int, const char *, int)' lacks a cast /usr/local/include/pspell/manager.h:94: too few arguments to function `int pspell_manager_store_replacement(PspellManager *, const char *, int, const char *, int)' spellchecker.C:680: at this point in file make[3]: *** [spellchecker.o] Error 1 make[3]: Leaving directory `/usr/local/garst/lyx-devel/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/garst/lyx-devel/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/local/garst/lyx-devel/src' make: *** [all-recursive] Error 1