Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ames!vsi1!altos!megadon!clp From: wuxing@compsys.mu.edu (Xing Wu) Newsgroups: comp.unix Subject: Re: Compiling less73 on 6386 Message-ID: <2201@megadon.UUCP> Date: 13 Oct 90 08:28:06 GMT Sender: clp@megadon.UUCP Organization: Marquette University - Milwaukee, Wisconsin Lines: 19 Approved: clp@megadon.UUCP In-Reply-To: <2145@megadon.UUCP> Cc: [the beginning of this was chopped off, so I don't know what you wrote before here] >a later version, I'd be grateful) on a 6386 with the "Standard C >DEvelopment Environment" R5.0/3, and am running into a problem in >screen.c. >Specifically, since I've defined TERMIO in the makefile, it expects to >find the definition of the structure "winsize" somewhere (ioctl.h, >maybe?) but it isn't there. Could someone provide that definition for >me, or perhaps point me in a better direction for that routine? I've put less up on about 7 different architectures; it required hacking on the 386 unix's and the Mac AUX systems. As I recall, there was a problem in the file screen.c, and I think it was with winsize. What I did was just #ifdef'ed the offending portions of the code out (or otherwise hacked it until it compiled). No, I don't have the patched source handy. It's at work, with no easy way to get it to here.