Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!mtune!codas!usfvax2!chips From: chips@usfvax2.UUCP (Chip Salzenberg) Newsgroups: comp.sys.ibm.pc Subject: Re: YATCB (Yet Another Turbo C Bug) Message-ID: <813@usfvax2.UUCP> Date: Wed, 5-Aug-87 10:09:48 EDT Article-I.D.: usfvax2.813 Posted: Wed Aug 5 10:09:48 1987 Date-Received: Sat, 8-Aug-87 05:37:28 EDT References: <74@b.gp.cs.cmu.edu> Organization: AT Engineering, Tampa, FL Lines: 26 Summary: Config files may be out of sync In article <74@b.gp.cs.cmu.edu>, ralf@b.gp.cs.cmu.edu.UUCP writes: > I was (trying to) recompile NetHack in the integrated environment, and found > the following bug: > if the maximum number of warnings is set to greater than 127, the > first warning will immediately be followed by the error > "Too many warnings". > [Looks like someone used signed char instead of unsigned char...] Try setting max warnings to zero; that might mean "don't stop at all". > I also found a discrepancy between TC and TCC--NetHack got compile-time errors > in the integrated environment but not from TCC! The integrated environment > complained about old-style function declarations [...] This may be because you have changed warning flags in the integrated environment (TCCONFIG.TC) but not for the command line compiler (TURBOC.CFG). Try running "CNVTCFG TCCONFIG.TC TURBOC.CFG", then edit TURBOC.CFG since the converter always seems to mess up slightly. :-) > "I do not fear computers. I fear the lack of them..." -- Isaac Asimov I like this quote. -- Chip Salzenberg UUCP: "uunet!ateng!chip" or "chips@usfvax2.UUCP" A.T. Engineering, Tampa Fidonet: 137/42 CIS: 73717,366 "Use the Source, Luke!" My opinions do not necessarily agree with anything.