Hi all, To get lyx-1.1.6fix3 to compile with Pspell .12.2 I needed to make the change in the attached patch. The prefix directories don't have a workable default. I had to specify /usr/local manually or it dumped stuff all over the place (like /usr/bin/bin ?!). One last point is I now down have anything in my import or export menus, what have I done wrong here? I've been using lyx for years and would like to take this opportunity to thank everyone for a great piece of software. Keep up the good work! Thanks, Mike Lincoln University of Essex PS. I'm not on the list so please CC me..
--- spellchecker.C.orig Tue Sep 25 11:50:43 2001 +++ spellchecker.C Tue Sep 25 11:53:14 2001 @@ -66,6 +66,7 @@ #include "support/lstrings.h" #ifdef USE_PSPELL +#define USE_ORIGINAL_MANAGER_FUNCS # include <pspell/pspell.h> #endif