Path: utzoo!attcan!uunet!aplcen!samsung!cs.utexas.edu!asuvax!anasaz!dilvish From: dilvish@anasaz.UUCP (Dilvish the Damned) Newsgroups: comp.sources.games.bugs Subject: Re: Yet another GB3 question. Summary: Curses is what you need Message-ID: <2389@anasaz.UUCP> Date: 7 Jun 90 10:42:42 GMT References: <1990Jun5.193736.20718@dg-rtp.dg.com> Reply-To: dilvish@anasaz.UUCP (Dilvish the Damned) Followup-To: comp.sources.games.bugs Distribution: na Organization: Anasazi, Inc. Lines: 15 In article <1990Jun5.193736.20718@dg-rtp.dg.com> murphy@holstein.rtp.dg.com (John Murphy) writes: >You guys with compilation errors are lucky. I keep having the following >trouble >in making the program. 1. FNDELAY not declared, 2. CBREAK, ECHO not declared. >I assume these are legal unix, but I'm not compatable. any suggestions on code >to replace these "functions" with, or what they are in the first place?? > >-murphy. You need to add the curses library. CBREAK() and ECHO() are curses routines just add -lcurses to your compilation line. I don't know what FNDELAY is but it may be curses also. Dilvish the Damned