lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 9 Oct 2006 11:46:09 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Roger While <simrw@...-basis.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: menuconfig bust in 2.6.19rc1-git5

On Mon, Oct 09, 2006 at 09:30:06AM +0200, Roger While wrote:
> > make menuconfig
> HOSTCC  scripts/basic/fixdep
> HOSTCC  scripts/basic/docproc
> HOSTCC  scripts/kconfig/conf.o
> HOSTCC  scripts/kconfig/kxgettext.o
> HOSTCC  scripts/kconfig/lxdialog/checklist.o
> In file included from scripts/kconfig/lxdialog/checklist.c:24:
> scripts/kconfig/lxdialog/dialog.h:96: error: syntax error before "chtype"
> scripts/kconfig/lxdialog/dialog.h:96: warning: no semicolon at end of 
> struct or union

This looks like some type is missing.
I do not expect to be within reach of my linux box the next week - du you have
the possibility to try a few thing to sort it out?

Take a look at line 96 (and one or two lines before) and check what type
is used there. Then try to find out in which header file
it is supposed to be defined and include this header file in dialog.h.

This should keep you going again.

It may also be that you need to install a later version of ncurses to get it operational.

	Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists