>>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

>> > The last time I checked (weeks ago with CVS) I could not compile
>> with --with-pspell (0.11.2)Guess I'll try again. Garst
Garst> OK, here is the make.log from today's cvs

I do not have pspell installed and it's a bit difficult to see what to
do, but it seems the following patch should help. Could you try it
out?

JMarc

Index: spellchecker.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/spellchecker.C,v
retrieving revision 1.42
diff -u -r1.42 spellchecker.C
--- spellchecker.C      2000/12/05 14:15:44     1.42
+++ spellchecker.C      2001/01/05 15:18:14
@@ -968,7 +968,8 @@
 
 #warning should go somewhere more sensible
 void sigchldhandler(pid_t pid, int * status)
-{ 
+{
+#ifndef USE_PSPELL
        if (isp_pid > 0)
                if (pid == isp_pid) {
                        isp_pid= -1;
@@ -976,5 +977,6 @@
                                                               to nonblocking so we 
can 
                                                               continue */
                }
+#endif
        sigchldchecker(pid, status);
 }

Reply via email to