bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ncurses and wide-char/UTF-8


From: Stanislav Ievlev
Subject: Re: Ncurses and wide-char/UTF-8
Date: Thu, 29 Jan 2004 15:20:57 +0300

On Thu, Jan 29, 2004 at 12:59:27PM +0100, Pierre wrote:
> Stanislav Ievlev wrote:
> >On Tue, Jan 27, 2004 at 04:40:40AM +0100, Pierre wrote:
> >
> >>Hi,
> >>
> >>I just compiled fine ncurses with the --enable-widec option.
> >>My problem is that this creates libncurses++w.* and libncursesw.* 
> >>libraries, but not the libncurses++.* and libncurses.* .
> >>It's not a real problem in itself, but the other softwares needing 
> >>ncurses only checked for the libncurses.* files, generally.
> >>I could rebuild ncurses without the option to have the usual library 
> >>files created, but I think that it would be better if all the files 
> >>could be created in one same time. But I don't know if it's easily 
> >>possible. What are your opinions on this ?
> >
> >It's very easy to made with configure:
> >cd ncurses-*
> >mkdir -p ncurses-classic
> >mkdir -p ncurses-utf8
> >pushd ncurses-classic
> >../configure
> >make
> >popd
> >pushd ncurses-utf8
> >../configure
> >make
> >popd
> 
> Yes but it is 2 compilations... I would like to make it with only 1.
Two libraries - two compilations. It's normal situation.
> 
> 
> -- 
> Pierre.
> 
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses




reply via email to

[Prev in Thread] Current Thread [Next in Thread]