2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
least here...
--
How to contact me - http://www.pervalidus.net/contact.html
On Fri, Feb 03, 2006 at 08:15:54PM -0200, Fr?d?ric L. W. Meunier wrote:
> 2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
> least here...
ncursesw is now first choice.
What does following command print:
gcc -print-file-name=libncursesw.so
If it prints just libncursesw.so then this is not the issue.
But if it prints a full path similar to:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncursesw.so
then this may be the case.
Try to rename ncursesw to ncurses in
scripts/kconfig/lxdialog/check-dialog.sh
to test if ncursesw is the culprint.
Thanks,
Sam
On 2/3/06, Sam Ravnborg wrote:
> On Fri, Feb 03, 2006 at 08:15:54PM -0200, Fr?d?ric L. W. Meunier wrote:
> > 2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
> > least here...
> ncursesw is now first choice.
> What does following command print:
>
> gcc -print-file-name=libncursesw.so
>
> If it prints just libncursesw.so then this is not the issue.
> But if it prints a full path similar to:
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncursesw.so
> then this may be the case.
/usr/lib/gcc/i486-slackware-linux/3.4.5/../../../libncursesw.so
> Try to rename ncursesw to ncurses in
> scripts/kconfig/lxdialog/check-dialog.sh
> to test if ncursesw is the culprint.
Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.
On Fri, Feb 03, 2006 at 08:47:31PM -0200, Fr?d?ric L. W. Meunier wrote:
> > Try to rename ncursesw to ncurses in
> > scripts/kconfig/lxdialog/check-dialog.sh
> > to test if ncursesw is the culprint.
>
> Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.
Yes, I assume so. Eithet that or something local on your setup.
I have reports from others where use of ncursesw gives them nice looking
ASCII symbols in text mode and colours.
I do not have ncursesw myself so no possibility to test.
Sam
>> > Try to rename ncursesw to ncurses in
>> > scripts/kconfig/lxdialog/check-dialog.sh
>> > to test if ncursesw is the culprint.
>>
>> Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.
>
>Yes, I assume so. Eithet that or something local on your setup.
>I have reports from others where use of ncursesw gives them nice looking
>ASCII symbols in text mode and colours.
>I do not have ncursesw myself so no possibility to test.
>
WFM.
Jan Engelhardt
--