[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to
From: |
Thomas Dickey |
Subject: |
Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile? |
Date: |
Fri, 09 May 2014 04:22:54 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Fri, May 09, 2014 at 08:10:55AM +0100, Chris Green wrote:
> On Thu, May 08, 2014 at 07:07:06PM -0400, Thomas Dickey wrote:
> > > > > What is $term-encoding? Which screen did you configure with? tcap,
> > > > > curses? ncurses?
> > > >
> > > ncurses
> >
> > You have to use "ncursesw" to get a UTF-8-capable display.
> >
> I don't remember using ncursesw before. However, more to the point if
> I do:-
>
> ./configure --prefix=/usr --with-perl --with-screen=ncursesw
>
> ... and then make, I get a compile error:-
...
> In file included from ../estruct.h:2948:0,
> from ./flt_defs.h:38,
> from ./filters.h:12,
> from ./unfilter.h:9,
> from atr2ansi.c:6:
> /usr/include/stdlib.h:908:13: note: previous declaration of
> ‘setkey’ was here
> extern void setkey (const char *__key) __THROW __nonnull ((1));
> ^
> make[1]: *** [atr2ansi.o] Error 1
> make[1]: Leaving directory `/home/chris/src/vile/vile-9.8/filters'
> make: *** [all] Error 2
I can rename our setkey (can't really fix ongoing name-pollution in glibc...)
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] What do I need to do to get £ sign (GB P, pound sterling) to display in vile?, Chris Green, 2014/05/08
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Brendan O'Dea, 2014/05/08
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Thomas Dickey, 2014/05/08
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Chris Green, 2014/05/08
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Thomas Dickey, 2014/05/08
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Chris Green, 2014/05/09
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?, Chris Green, 2014/05/09
- Re: [vile] What do I need to do to get £ sign (GBP , pound sterling) to display in vile?,
Thomas Dickey <=