[comp.windows.x] QVSS without Ultrix?

chris@ondine.UUCP (Christian Valcke) (12/06/88)

we have a vaxstation II with monochrome QVSS display running MtXinu's
version of 4.3BSD.
When doing the install, the compilation of "server/ddx/dec/qvss/qvss_io.c"
fails miserably. From the code, it seems Ultrix OS is a prerequisite?

Has anyone run into the same problem? Any fixes?
Thanks,

ARPA:		chris@ee.ucla.edu
UUCP:		{trwrb,ucla-cs}!ucla-an!chris
Christian Valcke, PhD
UCLA Dept. of Anesthesiology BH-511; LA, CA 90024   (213)206-8891

rpd@CS.CMU.EDU (Richard Draves) (12/06/88)

Yeah, I had problems with include files in ddx/vax when building R3 on Mach for
Vaxen.  I just used Ultrix include files for those directories.  (One convenient
aspect of AFS (the Andrew File System) is that over in the andrew.cmu.edu cell
there are full trees of vendor software.)  There were some very minor include
problems on RTs (use <sys/tablet.h> instead of <sys/tbioctl.h> and Suns (use
<fcntl.h> instead of <sys/fcntl.h>).

Rich