Re: lynx, ncurses, gpm

2002-11-08 Thread Glyn
Colin Watson wrote: > > $ nm /usr/lib/libgpm.so > > nm: /usr/lib/libgpm.so: no symbols > > Try 'nm -D' (or --dynamic). OK, I found that the original gpm did have wgetch mentioned in it (with a U for undefined), and recompiling using ./configure --without-curses gets rid of this. However, eve

Re: lynx, ncurses, gpm

2002-11-07 Thread Colin Watson
On Thu, Nov 07, 2002 at 02:39:45PM +, Glyn Kennington wrote: > Morten Bo Johansen wrote: > > the ncurses FAQ makes mention of a problem with certain > > versions of gpm that has a bug in them that prevents libgpm > > from linking properly to ncurses. This could be tested by doing > > a 'nm libg

Re: lynx, ncurses, gpm

2002-11-07 Thread Glyn Kennington
Morten Bo Johansen wrote: > the ncurses FAQ makes mention of a problem with certain > versions of gpm that has a bug in them that prevents libgpm > from linking properly to ncurses. This could be tested by doing > a 'nm libgpm.so' and see if wgetch is defined in it and not > listed as an external.

Re: lynx, ncurses, gpm

2002-11-06 Thread Morten Bo Johansen
Glyn Kennington <[EMAIL PROTECTED]> wrote: GK> I have found some ways that work, though. For all the GK> following, I'm using my hacked gpm ncurses compiled after GK> a ./configure --with-shared --with-gpm --with-develop the GK> untouched lynx binary, with LD_LIBRARY_PATH set to find the GK> ne

Re: lynx, ncurses, gpm

2002-11-05 Thread Glyn Kennington
Morten Bo Johansen wrote: > I think you may need to recompile Lynx against the new > gpm-enabled version of ncurses as well I've tried that, still no good. > and then put this in > your lynx.cfg: USE_MOUSE:TRUE And I had that from the start. > It's been a while since I came upon this issue and

Re: lynx, ncurses, gpm

2002-11-04 Thread Morten Bo Johansen
Glyn Kennington <[EMAIL PROTECTED]> wrote: GK> Has anyone else managed to get ncurses' gpm support to work with lynx? That GK> is, proper mouse support for lynx navigation, not just gpm copy-and-paste. GK> I know that the default libncurses5 package doesn't come with gpm support, GK> but even aft