Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!tut!funic!santra!cs.hut.fi!visti From: visti@cs.hut.fi (Hannu Visti) Newsgroups: comp.sys.sgi Subject: compiling tty-oriented software Message-ID: Date: 12 Jul 90 11:07:33 GMT Sender: news@santra.uucp (Cnews - USENET news system) Organization: Helsinki University of Technology, Finland Lines: 18 I have had problems when compiling several programs for 4D/25 running IRIX 3.2.1. The programs are originally written for BSD, but this far that hasn't caused any problems. I get from at least three different programs the following error: ccom: Error: ./header.h, line ..: unknown size struct sgttyb params; I have the -I/usr/include/bsd-option for cc. So: Is IRIS unable to handle this type of tty-control, or do I have to include something, or somehow customize the source? sgttyb seems to be only used in /usr/include/curses.h. I tried to include that also, but it didn't help. /hv