[comp.unix.xenix] Bug in XENIX MGR

ingea@IFI.UIO.NO (Inge Arnesen) (02/11/90)

There is a trivial bug in the XENIX patches for MGR: 

Due to the crappy C-compiler supplied with 2.3.2, compilation of the fil
mgr/src/pc-blit/Blit.c is done in several stages. First the file is run
through the preprocessor and later compiled.

In the Makefile, however, the preprocessing is done with the command "cc -P
Blit.c". This should be changed to "cc -DSYSV -P Blit.c", because if SYSV is
not defined, video.h will not be included, which will cause the Hercules
interleaving to be disabled, causing a rather fucked up screen display. Not
including video.h seems to be OK when using VGA.

Have anybody out there got MGR to work with a bus mouse ?


Inge (BoB)  { ingea@ifi.uio.no }
=========================================================================
==   Inge Arnesen, University of Oslo, Norway.                         ==
==                                                                     ==