login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
3
Re: [PATCH] ncurses based config
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alejandro Riveira
Subject:
Re: [PATCH] ncurses based config
Date: Wednesday, September 3, 2008 - 1:29 pm
El Wed, 3 Sep 2008 13:02:42 -0700 (PDT) "Randy.Dunlap" <rdunlap@xenotime.net> escribió:
quoted text
> On Wed, 3 Sep 2008, Bartlomiej Zolnierkiewicz wrote: > > > > > Hi, > > > > On Wednesday 03 September 2008, Nir Tzachar wrote: > > > This patch was inspired by the kernel projects page, where an ncurses > > > replacement for menuconfig was mentioned (by Sam Ravnborg). > > > > > > Building on menuconfig, this patch implements a more modern look interface using > > > ncurses and ncurses' satellite libraries (menu, panel, form). The implementation > > > does not depend on lxdialog, which is currently distributed with the kernel. > > > > > > The only change outside of nconf.c is due to a name clash: both ncurses and > > > lkc.h define a fucntion named menu_init(). I changed the internal version's > > > name. > > > > > > Please consider the patch for merging. Comments are appreciated. > > > > Could you please tell what kernel version is it against? > > It applies cleanly to 2.6.27-rc5-git4 FWIW. > > > I'm getting the following error on make nconfig (and also on make menuconfig > > which works fine without this patch) with the current Linus' tree: > > > > HOSTCC scripts/kconfig/conf.o > > HOSTCC scripts/kconfig/kxgettext.o > > HOSTCC scripts/kconfig/nconf.o > > HOSTCC scripts/kconfig/zconf.tab.o > > scripts/kconfig/zconf.tab.c: In function ÿÿconf_parseÿÿ: > > scripts/kconfig/zconf.tab.c:2258: warning: implicit declaration of function ÿÿmenu_initÿÿ > > HOSTLD scripts/kconfig/nconf > > scripts/kconfig/nconf arch/x86/Kconfig > > make[1]: *** [nconfig] Segmentation fault > > make: *** [nconfig] Error 2 > > Need to change all /menu_init/ in zconf.tab.c* to /_menu_init/.
Tried it
quoted text
> > Need to strip trailing whitespace on new source code lines. > > I'm seeing cyan (?) foreground on black background. Is that the colors > that were planned?
much nicer colors here (ubuntu)
http://img177.imageshack.us/my.php?image=pantallazonm7.png
quoted text
> > Instructions are dark blue on black -- cannot read them. >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] ncurses based config
, Nir Tzachar
, (Wed Sep 3, 12:11 pm)
Re: [PATCH] ncurses based config
, Bartlomiej Zolnierki ...
, (Wed Sep 3, 12:38 pm)
Re: [PATCH] ncurses based config
, Randy.Dunlap
, (Wed Sep 3, 1:02 pm)
Re: [PATCH] ncurses based config
, Randy.Dunlap
, (Wed Sep 3, 1:03 pm)
Re: [PATCH] ncurses based config
, Bartlomiej Zolnierki ...
, (Wed Sep 3, 1:18 pm)
Re: [PATCH] ncurses based config
, Alejandro Riveira
, (Wed Sep 3, 1:29 pm)
Re: [PATCH] ncurses based config
, KOSAKI Motohiro
, (Wed Sep 3, 9:22 pm)
Re: [PATCH] ncurses based config
, Alejandro Riveira
, (Thu Sep 4, 3:36 am)
Re: [PATCH] ncurses based config
, Bartlomiej Zolnierki ...
, (Thu Sep 4, 8:02 am)
[PATCH] ncurses based config V2
, Nir Tzachar
, (Fri Sep 5, 1:27 am)
Re: [PATCH] ncurses based config V2
, Alejandro Riveira
, (Fri Sep 5, 6:49 am)
Re: [PATCH] ncurses based config V2
, Willy Tarreau
, (Fri Sep 5, 12:59 pm)
Re: [PATCH] ncurses based config V2
, Nir Tzachar
, (Fri Sep 5, 10:41 pm)
Re: [PATCH] ncurses based config V2
, Willy Tarreau
, (Sun Sep 14, 3:52 am)
Re: [PATCH] ncurses based config V2
, Nir Tzachar
, (Wed Sep 17, 4:58 am)
Re: [PATCH] ncurses based config V2
, Sam Ravnborg
, (Mon Nov 24, 11:44 am)
Re: [PATCH] ncurses based config V2
, Roman Zippel
, (Mon Nov 24, 7:33 pm)
Re: [PATCH] ncurses based config V2
, Nir Tzachar
, (Tue Nov 25, 1:01 am)
Re: [PATCH] ncurses based config V2
, Nir Tzachar
, (Tue Nov 25, 1:04 am)
Re: [PATCH] ncurses based config V2
, Sam Ravnborg
, (Tue Nov 25, 1:11 am)
Re: [PATCH] ncurses based config V2
, Nir Tzachar
, (Tue Nov 25, 5:35 am)
Re: [PATCH] ncurses based config V2
, Roman Zippel
, (Tue Nov 25, 9:02 am)
sss
, Nir Tzachar
, (Sat Nov 29, 2:40 pm)
[PATCH] nconfig V3
, Nir Tzachar
, (Sat Nov 29, 2:40 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate