[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-16 Thread Kurt Wall
On Monday 12 December 2005 06:20 am, Petr Baudis wrote: Dear diary, on Mon, Dec 12, 2005 at 04:18:26AM CET, I got a letter where Kurt Wall [EMAIL PROTECTED] said that... [...] + submenu-data = (void *) !submenu-data; Shouldn't this be: submenu-data = (void *) (long) !submenu

[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-12 Thread Kurt Wall
On Sunday 11 December 2005 07:46 pm, Petr Baudis wrote: After three years, the zombie walks again! This patch (against the latest git tree) cleans up interaction between kconfig's mconf (menuconfig frontend) and lxdialog. Its commandline interface disappears in this patch, instead a .so is

[kbuild-devel] Re: [PATCH]Fix menuconfig error message

2005-07-04 Thread Kurt Wall
On Mon, Jul 04, 2005 at 05:16:32PM +0200, David Weinehall wrote: On Mon, Jul 04, 2005 at 09:57:00AM -0400, Kurt Wall wrote: If you try to run `make menuconfig' on a system that lacks ncurses development libs, you get an error message telling you to install ncurses-devel. Some popular

[kbuild-devel] [PATCH]Fix menuconfig error message

2005-07-04 Thread Kurt Wall
a silly typo conflating RPM-based systems with Debian derivatives and adds the name of the Debian package to install. MAINTAINERS doesn't list a maintainer for menuconfig or lxdialog, so I sent this to lkml, kbuild-devel, and to the kconfig maintainer. Signed-off-by: Kurt Wall [EMAIL PROTECTED