On Sun, 27 Oct 2002 01:59:47 -0400 (EDT) Bart Oldeman <[EMAIL PROTECTED]> wrote:
> it's available at > http://www.dosemu.org/testing When compiling with plugin_keyboard instead of plugin_kbd_unicode I get error: ... gcc -c -D_GNU_SOURCE -O2 -fomit-frame-pointer -MD -mcpu=i586 -fno-strict-aliasing -DGCC_VERSION_CODE=3002 -DASM_PEDANTIC -DGLIBC_VERSION_CODE=2002 -D_XOPEN_SOURCE -pipe -DUSING_NET -Wall -I/usr/src/RPM/BUILD/dosemu-1.1.3/src/plugin/keyboard/include -I/usr/src/RPM/BUILD/dosemu-1.1.3/src/include -I/usr/src/RPM/BUILD/dosemu-1.1.3/src/dosext/dpmi -I/usr/include/slang -I/usr/X11R6/include -DYYPURE -o lex.yy.o lex.yy.c lexer.l: In function `real_yylex': lexer.l:489: `KEYB_TR' undeclared (first use in this function) lexer.l:489: (Each undeclared identifier is reported only once lexer.l:489: for each function it appears in.) make[2]: *** [lex.yy.o] Error 1 make[2]: Leaving directory `/usr/src/RPM/BUILD/dosemu-1.1.3/src/base/init' make[1]: *** [base/init] Error 2 make[1]: Leaving directory `/usr/src/RPM/BUILD/dosemu-1.1.3/src' make: *** [default] Error 2 Should KEYB_TR be defined in some other place too, or I have to use plugin_kbd_unicode ? Or I can safely remove next part from lexer.l.in ? --- tr MAY_BE { yylval->i_value = KEYB_TR; return(KEYB_LAYOUT); } -- Grigory Batalov. - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
