Hi,
 
I just downloaded the latest ver. of Dev86 and Microwin. I built Dev86, installed it, and then moved on to try out Microwin. I tried to compile it, but I got an error complaining that two include files, linuxmt/time.h and linuxmt/posix_types.h could not be found. I went into /usr/bcc/include/linuxmt, and no, the files were not there. So I went into winmain.c and commented out the two include lines. Then I tried compiling and I got this error.
 
bcc -0 -ansi -I/usr/bcc/include -DELKS=1 -DUNIX=1 -Dconst= -Dvolatile= -DGS_NONETWORK=1 -DFASTMOVE=1   -c winmain.c -o winmain.o
winmain.c:93.12: error: fd_set undeclared
winmain.c:93.12: error: need ';'
winmain.c:93.13: error: rfds undeclared
winmain.c:94.4: error: bad expression
winmain.c:94.7: error: need ';'
winmain.c:94.8: error: e undeclared
winmain.c:95.7: error: bad expression
winmain.c:95.15: error: need ';'
winmain.c:95.18: error: timeval undeclared
winmain.c:95.18: error: need ';'
winmain.c:95.19: error: to undeclared
winmain.c:107.10: error: undefined structure element
Does anyone have any ideas about what I'm doing wrong, and can anyone give me any suggestions as to how to make this thing work?
 
Thanks,
Joseph Dunn

Reply via email to