From: cjw1@ukc.ac.uk (C.J.Wells) Subject: Re: DOSEMU 0.47 Problems!? Date: 4 Feb 1993 13:57:43 GMT
In article <6745@falcon.ukc.ac.uk> I wrote :
>Has anyone successfully compiled Dosemu47? My system compiles dos.c
>fine, but when it gets to termio.c I get:
>--------------------------------------------------
>cc -O6 -c termio.c -o termio.o
>termio.c: In function `OpenKeyboard':
>termio.c:425: storage size of `chkbuf' isn't known
>make: *** [termio.o] Error 1
>--------------------------------------------------
Well, in fact it was due to a missing <sys/stat.h> in termio.h. some
GCC 2.2.2 include file automagically included it for you anyway, but not
for 2.3.3.
I hope this helps others out there who've been tearing out their hair.
Many thanks of course to Robert Sanders (gt8134b@prism.gatech.edu) for pointing
this out, and for the great work he's doing.
See you all in MSDOS channel!
Chris.