* compiling dosemy 1.1.2
@ 2002-07-28 1:55 reapern66
2002-07-28 7:19 ` compiling dosemu 1.1.2 Riley Williams
0 siblings, 1 reply; 2+ messages in thread
From: reapern66 @ 2002-07-28 1:55 UTC (permalink / raw)
To: linux-msdos
I get the below error when i compile dosemu under debian 2.2r3, whats lex
anyhow??
----------------------------------------------------------------------------
-----------------------------------------------
bison -y -v -do parser.c parser.y
gcc -c -D_GNU_SOURCE -O2 -fomit-frame-pointer -MD -mcpu=i586 -fno-strict-a
liasing -DGCC_VERSION_CODE=2095 -DASM_PEDANTIC -DGLIBC_VERSION_CODE=2002 -D_
XOPEN_SOURCE -pipe -DUSING_NET -Wall -I/tmp/dosemu-1.1.2/src/plugin/keybo
ard/include -I/tmp/dosemu-1.1.2/src/include -I/tmp/dosemu-1.1.2/src/dosext/d
pmi -I/tmp/dosemu-1.1.2/src/include/slang -DYYPURE -o parser.o parser.c
lex -i lexer.l
/bin/bash: lex: command not found
make[2]: *** [lex.yy.c] Error 127
make[2]: Leaving directory `/tmp/dosemu-1.1.2/src/base/init'
make[1]: *** [base/init] Error 2
make[1]: Leaving directory `/tmp/dosemu-1.1.2/src'
make: *** [default] Error 2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: compiling dosemu 1.1.2
2002-07-28 1:55 compiling dosemy 1.1.2 reapern66
@ 2002-07-28 7:19 ` Riley Williams
0 siblings, 0 replies; 2+ messages in thread
From: Riley Williams @ 2002-07-28 7:19 UTC (permalink / raw)
To: reapern66; +Cc: linux-msdos
Hi.
> I get the below error when i compile dosemu under debian 2.2r3,
> whats lex anyhow??
>
> ----------------------------------------------------------------------------
> bison -y -v -do parser.c parser.y
> gcc -c -D_GNU_SOURCE -O2 -fomit-frame-pointer -MD -mcpu=i586 \
> -fno-strict-aliasing -DGCC_VERSION_CODE=2095 -DASM_PEDANTIC \
> -DGLIBC_VERSION_CODE=2002 -D_XOPEN_SOURCE -pipe -DUSING_NET \
> -Wall -I/tmp/dosemu-1.1.2/src/plugin/keyboard/include \
> -I/tmp/dosemu-1.1.2/src/include \
> -I/tmp/dosemu-1.1.2/src/dosext/dpmi \
> -I/tmp/dosemu-1.1.2/src/include/slang -DYYPURE \
> -o parser.o parser.c
> lex -i lexer.l
> /bin/bash: lex: command not found
> make[2]: *** [lex.yy.c] Error 127
> make[2]: Leaving directory `/tmp/dosemu-1.1.2/src/base/init'
> make[1]: *** [base/init] Error 2
> make[1]: Leaving directory `/tmp/dosemu-1.1.2/src'
> make: *** [default] Error 2
lex is a lexical analyser generator, which takes a definition of a
language to be understood, and generates very efficient C code to
understand that language. It's used extensively by dosemu so you will
need to install it on your system.
The package you want is called flex rather than lex and you want
whatever the latest flex*.deb package is. I don't yet use Debian so I'm
not au fait with the version numbers.
Best wishes from Riley.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-28 7:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-28 1:55 compiling dosemy 1.1.2 reapern66
2002-07-28 7:19 ` compiling dosemu 1.1.2 Riley Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox