<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello! I have a problem with compile <b>filo</b>. I have a <b>LinuX
      Mandriva 2011 (i586)</b> distr. I used the standard Parameter. And
    I do series of commands:<span class="Apple-style-span" style="color:
      rgb(51, 51, 51); font-family: arial,sans-serif; font-size: 24px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; background-color: rgb(245, 245,
      245);"><span class="hps"></span><span
        class="Apple-converted-space"></span><span class="hps"></span><span
        class="Apple-converted-space"></span><span class="hps"><br>
        <br>
      </span></span><small><small><small><small><small><small><small><small><small><small><small><small><small><span
                                class="Apple-style-span" style="color:
                                rgb(51, 51, 51); font-family:
                                arial,sans-serif; font-size: 24px;
                                font-style: normal; font-variant:
                                normal; font-weight: normal;
                                letter-spacing: normal; line-height:
                                normal; orphans: 2; text-indent: 0px;
                                text-transform: none; white-space:
                                normal; widows: 2; word-spacing: 0px;
                                background-color: rgb(245, 245, 245);"><span
                                  class="hps"></span></span></small></small></small></small></small></small></small></small></small></small></small></small></small>$
    svn co svn://coreboot.org/filo/trunk/filo filo<br>
    Checked out revision 143.<br>
    $ cd filo<br>
    $ make menuconfig<br>
    <br>
    <br>
    <br>
    $ make<br>
    building libpayload.<br>
    make[1]: Вход в каталог
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
    make[1]: Выход из каталога
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
    make[1]: Вход в каталог
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
    Config.in:112:warning: defaults for choice values not supported<br>
    *<br>
    * libpayload Configuration<br>
    *<br>
    *<br>
    * Generic Options<br>
    *<br>
    Experimental Options (EXPERIMENTAL) [N/y/?] n<br>
    Obsolete Options (OBSOLETE) [N/y/?] n<br>
    Developer Options (DEVELOPER) [N/y/?] n<br>
    *<br>
    * Architecture Options<br>
    *<br>
    Target Architecture<br>
    > 1. x86 (TARGET_I386)<br>
      2. PowerPC (TARGET_POWERPC)<br>
    choice[1-2]: 1<br>
    Only consider RAM entries in memory map for further processing
    (MEMMAP_RAM_ONLY) [N/y] n<br>
    Multiboot header support (MULTIBOOT) [Y/n] y<br>
    *<br>
    * Standard Libraries<br>
    *<br>
    Enable C library support (LIBC) [Y/n] y<br>
    Build a curses library (CURSES) [Y/n] y<br>
      Curses implementation<br>
        1. Tinycurses (TINYCURSES)<br>
      > 2. PDCurses (PDCURSES)<br>
      choice[1-2]: 2<br>
    CBFS support (CBFS) [Y/n/?] y<br>
    LZMA decoder (LZMA) [Y/n/?] y<br>
    *<br>
    * Console Options<br>
    *<br>
    See output on the serial port console (SERIAL_CONSOLE) [Y/n] y<br>
      I/O base for the serial port (default 0x3f8) (SERIAL_IOBASE)
    [0x3f8] 0x3f8<br>
      Override the serial console baud rate (SERIAL_SET_SPEED) [N/y] n<br>
      Use plain ASCII characters for ACS (SERIAL_ACS_FALLBACK) [N/y/?] n<br>
    See output on a video console (VIDEO_CONSOLE) [Y/n] y<br>
      VGA video console driver (VGA_VIDEO_CONSOLE) [Y/n] y<br>
      Geode LX video console driver (GEODELX_VIDEO_CONSOLE) [N/y] n<br>
        coreboot video console driver (COREBOOT_VIDEO_CONSOLE) [N/y/?] n<br>
    Allow input from a PC keyboard (PC_KEYBOARD) [Y/n] y<br>
      English (US) keyboard layout (PC_KEYBOARD_LAYOUT_US) [Y/n] y<br>
      German keyboard layout (PC_KEYBOARD_LAYOUT_DE) [N/y] n<br>
    *<br>
    * Drivers<br>
    *<br>
    Support for PCI devices (PCI) [Y/n] y<br>
    Support for reading/writing NVRAM bytes (NVRAM) [Y/n] y<br>
    Extended RTC ports are 0x74/0x75 (RTC_PORT_EXTENDED_VIA) [N/y/?] n<br>
    Support for PC speaker (SPEAKER) [Y/n] y<br>
    USB Support (USB) [N/y] n<br>
    #<br>
    # configuration written to .config<br>
    #<br>
    make[1]: Выход из каталога
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
    make[1]: Вход в каталог
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
        CC         libpci/libpci.libpci.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libpci.a<br>
        CC         arch/i386/main.libc.o<br>
        CC         arch/i386/sysinfo.libc.o<br>
        CC         arch/i386/timer.libc.o<br>
        CC         arch/i386/coreboot.libc.o<br>
        CC         arch/i386/util.libc.o<br>
        CC         arch/i386/exec.libc.o<br>
        CC         arch/i386/virtual.libc.o<br>
        CC         arch/i386/multiboot.libc.o<br>
        CC         crypto/sha1.libc.o<br>
        CC         libc/malloc.libc.o<br>
        CC         libc/printf.libc.o<br>
        CC         libc/console.libc.o<br>
        CC         libc/string.libc.o<br>
        CC         libc/memory.libc.o<br>
        CC         libc/ctype.libc.o<br>
        CC         libc/ipchecksum.libc.o<br>
        CC         libc/lib.libc.o<br>
        CC         libc/rand.libc.o<br>
        CC         libc/time.libc.o<br>
        CC         libc/exec.libc.o<br>
        CC         libc/readline.libc.o<br>
        CC         libc/getopt_long.libc.o<br>
        CC         libc/sysinfo.libc.o<br>
        CC         libc/args.libc.o<br>
        CC         libc/strings.libc.o<br>
        CC         libc/strlcpy.libc.o<br>
        CC         libc/qsort.libc.o<br>
        CC         drivers/pci.libc.o<br>
        CC         drivers/speaker.libc.o<br>
        CC         drivers/serial.libc.o<br>
        CC         drivers/keyboard.libc.o<br>
        CC         drivers/nvram.libc.o<br>
        CC         drivers/options.libc.o<br>
        CC         drivers/video/video.libc.o<br>
        CC         drivers/video/vga.libc.o<br>
        CC         drivers/hid.libc.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libc.a<br>
        CC         curses/pdcurses-backend/pdcdisp.libcurses.o<br>
        CC         curses/pdcurses-backend/pdcgetsc.libcurses.o<br>
        CC         curses/pdcurses-backend/pdckbd.libcurses.o<br>
        CC         curses/pdcurses-backend/pdcscrn.libcurses.o<br>
        CC         curses/pdcurses-backend/pdcsetsc.libcurses.o<br>
    curses/pdcurses-backend/pdcsetsc.c: В функции «PDC_curs_set»:<br>
    curses/pdcurses-backend/pdcsetsc.c:17:9: предупреждение: неявная
    декларация функции «serial_cursor_enable»
    [-Wimplicit-function-declaration]<br>
    curses/pdcurses-backend/pdcsetsc.c:22:9: предупреждение: неявная
    декларация функции «video_console_cursor_enable»
    [-Wimplicit-function-declaration]<br>
        CC         curses/pdcurses-backend/pdcutil.libcurses.o<br>
    curses/pdcurses-backend/pdcutil.c:30:6: предупреждение: no previous
    prototype for «curses_enable_serial» [-Wmissing-prototypes]<br>
    curses/pdcurses-backend/pdcutil.c:35:6: предупреждение: no previous
    prototype for «curses_enable_vga» [-Wmissing-prototypes]<br>
    curses/pdcurses-backend/pdcutil.c:40:5: предупреждение: декларация
    функции не является прототипом [-Wstrict-prototypes]<br>
    curses/pdcurses-backend/pdcutil.c:45:5: предупреждение: декларация
    функции не является прототипом [-Wstrict-prototypes]<br>
        CC         curses/PDCurses-3.4/pdcurses/addch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/move.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/overlay.libcurses.o<br>
    curses/PDCurses-3.4/pdcurses/overlay.c: В функции «_copy_win»:<br>
    curses/PDCurses-3.4/pdcurses/overlay.c:51:39: предупреждение:
    декларация «overlay» перекрывает глобальную декларацию [-Wshadow]<br>
    curses/PDCurses-3.4/curses.h:1014:9: предупреждение: shadowed
    declaration is here [-Wshadow]<br>
    curses/PDCurses-3.4/pdcurses/overlay.c: В функции «copywin»:<br>
    curses/PDCurses-3.4/pdcurses/overlay.c:231:65: предупреждение:
    декларация «overlay» перекрывает глобальную декларацию [-Wshadow]<br>
    curses/PDCurses-3.4/pdcurses/overlay.c:116:5: предупреждение:
    shadowed declaration is here [-Wshadow]<br>
        CC         curses/PDCurses-3.4/pdcurses/refresh.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/terminfo.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/window.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/util.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/inopts.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/addstr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/keyname.libcurses.o<br>
    curses/PDCurses-3.4/pdcurses/keyname.c: В функции «keyname»:<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:100:9: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:101:5: предупреждение:
    initialization discards «const» qualifier from pointer target type
    [по умолчанию включена]<br>
    curses/PDCurses-3.4/pdcurses/keyname.c:108:5: предупреждение: return
    discards «const» qualifier from pointer target type [по умолчанию
    включена]<br>
        CC         curses/PDCurses-3.4/pdcurses/instr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/clear.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/addchstr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/kernel.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/pad.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/insstr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/border.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/getyx.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/getstr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/getch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/termattr.libcurses.o<br>
    curses/PDCurses-3.4/pdcurses/termattr.c: В функции «termname»:<br>
    curses/PDCurses-3.4/pdcurses/termattr.c:142:5: предупреждение:
    return discards «const» qualifier from pointer target type [по
    умолчанию включена]<br>
        CC         curses/PDCurses-3.4/pdcurses/outopts.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/color.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/deleteln.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/initscr.libcurses.o<br>
    curses/PDCurses-3.4/pdcurses/initscr.c:111:9: предупреждение: no
    previous prototype for «Xinitscr» [-Wmissing-prototypes]<br>
        CC         curses/PDCurses-3.4/pdcurses/slk.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/delch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/touch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/mouse.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/scanw.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/scroll.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/printw.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/bkgd.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/inch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/attr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/insch.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/inchstr.libcurses.o<br>
        CC         curses/PDCurses-3.4/pdcurses/beep.libcurses.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libcurses.a<br>
        CC         curses/menu/m_req_name.libmenu.o<br>
        CC         curses/menu/m_item_nam.libmenu.o<br>
        CC         curses/menu/m_pad.libmenu.o<br>
        CC         curses/menu/m_cursor.libmenu.o<br>
        CC         curses/menu/m_item_new.libmenu.o<br>
        CC         curses/menu/m_attribs.libmenu.o<br>
        CC         curses/menu/m_item_opt.libmenu.o<br>
        CC         curses/menu/m_format.libmenu.o<br>
        CC         curses/menu/m_post.libmenu.o<br>
        CC         curses/menu/m_userptr.libmenu.o<br>
        CC         curses/menu/m_item_cur.libmenu.o<br>
        CC         curses/menu/m_driver.libmenu.o<br>
        CC         curses/menu/m_sub.libmenu.o<br>
        CC         curses/menu/m_win.libmenu.o<br>
        CC         curses/menu/m_global.libmenu.o<br>
        CC         curses/menu/m_item_vis.libmenu.o<br>
        CC         curses/menu/m_new.libmenu.o<br>
        CC         curses/menu/m_scale.libmenu.o<br>
        CC         curses/menu/m_spacing.libmenu.o<br>
        CC         curses/menu/m_opts.libmenu.o<br>
        CC         curses/menu/m_pattern.libmenu.o<br>
        CC         curses/menu/m_item_val.libmenu.o<br>
        CC         curses/menu/m_hook.libmenu.o<br>
        CC         curses/menu/m_item_use.libmenu.o<br>
        CC         curses/menu/m_items.libmenu.o<br>
        CC         curses/menu/m_item_top.libmenu.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libmenu.a<br>
        CC         curses/form/frm_page.libform.o<br>
        CC         curses/form/frm_opts.libform.o<br>
        CC         curses/form/frm_def.libform.o<br>
        CC         curses/form/frm_req_name.libform.o<br>
        CC         curses/form/fty_alpha.libform.o<br>
        CC         curses/form/frm_driver.libform.o<br>
        CC         curses/form/fld_user.libform.o<br>
        CC         curses/form/frm_win.libform.o<br>
        CC         curses/form/fld_newftyp.libform.o<br>
        CC         curses/form/fld_stat.libform.o<br>
        CC         curses/form/fld_pad.libform.o<br>
        CC         curses/form/fld_current.libform.o<br>
        CC         curses/form/frm_post.libform.o<br>
        CC         curses/form/fty_generic.libform.o<br>
        CC         curses/form/fld_page.libform.o<br>
        CC         curses/form/frm_hook.libform.o<br>
        CC         curses/form/frm_scale.libform.o<br>
        CC         curses/form/fty_int.libform.o<br>
        CC         curses/form/fty_alnum.libform.o<br>
        CC         curses/form/frm_cursor.libform.o<br>
        CC         curses/form/fld_link.libform.o<br>
        CC         curses/form/fld_arg.libform.o<br>
        CC         curses/form/fld_move.libform.o<br>
        CC         curses/form/fld_def.libform.o<br>
        CC         curses/form/fld_type.libform.o<br>
        CC         curses/form/fld_max.libform.o<br>
        CC         curses/form/fld_ftlink.libform.o<br>
        CC         curses/form/fld_ftchoice.libform.o<br>
        CC         curses/form/fld_info.libform.o<br>
        CC         curses/form/frm_user.libform.o<br>
        CC         curses/form/frm_sub.libform.o<br>
        CC         curses/form/fty_enum.libform.o<br>
        CC         curses/form/frm_data.libform.o<br>
        CC         curses/form/fld_opts.libform.o<br>
        CC         curses/form/fld_attr.libform.o<br>
        CC         curses/form/fld_dup.libform.o<br>
        CC         curses/form/fld_just.libform.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libform.a<br>
        CC         curses/PDCurses-3.4/pdcurses/panel.libpanel.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libpanel.a<br>
        CC         libcbfs/cbfs.libcbfs.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libcbfs.a<br>
        CC         liblzma/lzma.liblzma.o<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/liblzma.a<br>
        AR        
    /home/denis/.Programs/coreboot/payloads/filo/build/libpayload.a<br>
        CC         arch/i386/head.head.o.o<br>
        CP        
    /home/denis/.Programs/coreboot/payloads/filo/build/head.o<br>
        INSTALL   
    /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/lib<br>
        INSTALL   
    /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/include<br>
        INSTALL   
    /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/bin<br>
    make[1]: Выход из каталога
    `/home/denis/.Programs/coreboot/payloads/libpayload'<br>
      CC      build/i386/context.o<br>
    Assembler messages:<br>
    Fatal error: can't create
    /home/denis/.Programs/coreboot/payloads/filo/build/i386/context.o:
    No such file or directory<br>
    make: ***
    [/home/denis/.Programs/coreboot/payloads/filo/build/i386/context.o]
    Error 2<br>
    <br>
    But when I do:<br>
    <br>
    mkdir /home/denis/.Programs/coreboot/payloads/filo/build/i386/<br>
    [denis@Station filo (master)]$ make<br>
    Found Libpayload
/home/denis/.Programs/coreboot/payloads/filo/build/libpayload/lib/libpayload.a.<br>
      CC      build/i386/context.o<br>
      AS      build/i386/switch.S.o<br>
      CC      build/i386/segment.o<br>
      CC      build/i386/timer.o<br>
      CC      build/i386/sys_info.o<br>
      CC      build/i386/linux_load.o<br>
    /home/denis/.Programs/coreboot/payloads/filo/i386/linux_load.c:752:5:
    ошибка: expected identifier or «(» before numeric constant<br>
    make: ***
    [/home/denis/.Programs/coreboot/payloads/filo/build/i386/linux_load.o]
    Error 1<br>
    <span class="Apple-style-span" style="color: rgb(51, 51, 51);
      font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica,
      Arial, sans-serif; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 18px; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect:
      none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
      0px; background-color: rgb(225, 235, 242); "></span><span
      class="Apple-style-span" style="color: rgb(51, 51, 51);
      font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica,
      Arial, sans-serif; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 18px; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect:
      none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
      0px; background-color: rgb(225, 235, 242); "></span><br>
    And now I ask you to help me understand what I'm doing wrong. Thank
    you for taking the time to read this message. Sorry for my bad
    english.<br>
    <br>
    <span class="Apple-style-span" style="color: rgb(51, 51, 51);
      font-family: arial, sans-serif; font-size: 24px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect:
      none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
      0px; background-color: rgb(245, 245, 245); "><span class="hps"></span></span>
  </body>
</html>