Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!ptsfa!pacbell!pbhacker!tlh From: tlh@pbhacker.UUCP (Lee Hounshell) Newsgroups: comp.sys.att Subject: Re: compiler error in term.h Message-ID: <106@pbhacker.UUCP> Date: 25 Feb 88 01:42:26 GMT References: <696@chutepc.UUCP> Reply-To: tlh@pbhacker.UUCP (PUT YOUR NAME HERE) Organization: Pacific * Bell, San Ramon, CA Lines: 15 Keywords: UNIXpc, 3.51 In article <696@chutepc.UUCP> chute@chutepc.UUCP (Chris Chute MD) writes: > [problem with compiling the rolodex program] > >The complait (on file clear.c) is as follows: >"/usr/include/term.h", line 725: syntax error >"/usr/include/term.h", line 725: cannot recover from earlier errors: goodbye! > >Any thoughts? Sure, the problem is that you need the definition of SGTTY which is found in /usr/include/curses.h! All you need to do to make the clear.c program (the one with the offending message) do a #include before you do a #include Once you add the new line, everything will compile fine. Lee Hounshell