Re: [Lynx-dev] lynx2.8.6dev.18 build fails

2006-06-15 Thread Henry Nelson
On Thu, Jun 15, 2006 at 06:25:26PM +0900, Henry Nelson wrote: In file included from ../../../src/LYCurses.h:49, from ../../../src/LYKeymap.h:6, from ../../../src/LYUtils.h:5, from ../../../WWW/Library/Implementation/HTParse.c:8:

[Lynx-dev] lynx2.8.6dev.18 build fails #2 (can_do_colors/LYChosenShowColor)

2006-06-15 Thread Henry Nelson
Now it's stopping with: LYOptions.c: In function `postoptions': LYOptions.c:2831: error: `LYChosenShowColor' undeclared (first use in this function) LYOptions.c:2831: error: (Each undeclared identifier is reported only once LYOptions.c:2831: error: for each function it appears in.)

Re: [Lynx-dev] lynx2.8.6dev.18 build fails

2006-06-15 Thread Thomas Dickey
On Thu, 15 Jun 2006, Henry Nelson wrote: The build stopped early on with the following. (Now I know why I haven't built lynx since late 2003 on NetBSD -- never figured out a fix to this: http://www.mail-archive.com/lynx-dev@nongnu.org/msg6.html. I did have luck on Solaris2.8 last summer.)

Re: [Lynx-dev] lynx2.8.6dev.18 build fails #2 (can_do_colors/LYChosenShowColor)

2006-06-15 Thread Thomas Dickey
On Thu, 15 Jun 2006, Henry Nelson wrote: Now it's stopping with: LYOptions.c: In function `postoptions': LYOptions.c:2831: error: `LYChosenShowColor' undeclared (first use in this function) LYOptions.c:2831: error: (Each undeclared identifier is reported only once LYOptions.c:2831: error: for

[Lynx-dev] popen() returns EINVAL

2006-06-15 Thread Antonio Maria BORNEO
Hi, I'm running lynx on Fedora Core 4, and I got problems with copy to clipboard feature. The problem seems in the file ./src/LYUtils.c in the proc put_clip(), where popen() call get 2nd parameter wt. On my version of glibc (2.3.5), such wt parameter returns EINVAL error. Allowed only r and

Re: [Lynx-dev] Lynx with SSL support for WinXP installation needed

2006-06-15 Thread Thorsten Glaser
Thomas Dickey dixit: From: Sean Leong [EMAIL PROTECTED] I'm trying to get a version of Lynx that can read SSL pages on the web on a WinXP box. I am not technical, so I'd like an easy install method if that is possible. You download the following two files:

Re: [Lynx-dev] lynx2.8.6dev.18 build fails

2006-06-15 Thread Thorsten Glaser
Thomas Dickey dixit: /usr/local/include/slang.h:899: warning: `libintl_printf' is an unrecognized format function type Looks to me like * GNU libintl: #define printf libintl_printf * slang.h: void somefunction(const char *, ...) __attribute__((printf (1, 2))); Try --disable-nls (which is

[Lynx-dev] Lynx with SSL support for WinXP installation needed

2006-06-15 Thread Sean Leong
To Whom It May Concern: Im trying to get a version of Lynx that can read SSL pages on the web on a WinXP box. I am not technical, so Id like an easy install method if that is possible. Any help in this matter would be greatly appreciated. Sean Leong Online Product Marketing

Re: [Lynx-dev] lynx2.8.6dev.18 build fails

2006-06-15 Thread Henry Nelson
On Thu, Jun 15, 2006 at 12:58:33PM +, Thorsten Glaser wrote: Thomas Dickey dixit: Tom, did you send a reply to the list? I didn't receive it if you did. /usr/local/include/slang.h:899: warning: `libintl_printf' is an unrecognized format function type Looks to me like * GNU