I finally got around to compiling lynx2.8.6dev.18 on DOS and MingW
(using patch dev.18c). The DOS DJGPP compilation seemed to go fine,
but the MingW compilation had the same problem as did dev.17, where
the executable file exits immediately after being invoked (due to
changes in the PDCurses interface). The patch that I posted in January
fixes the problem, but hasn't been incorporated in the code yet
("http://lists.gnu.org/archive/html/lynx-dev/2006-01/msg00080.html").
This patch was proposed by William McBrine, the new maintainer of
PDCurses.
I am attaching the patch again.
Doug
--
Doug Kaufman
Internet: [EMAIL PROTECTED]
*** ../../lynx2-8-6-old/src/LYStrings.c 2005-10-16 20:17:20.000000000 -0400
--- LYStrings.c 2006-01-02 19:54:37.000000000 -0500
***************
*** 733,738 ****
--- 733,742 ----
break;
}
} while (!done);
+
+ if (ERR == c)
+ c = 0;
+
return c;
}
#define GetChar() myGetChar()
_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev