Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 exptools 1/6/84; site ihuxp.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!ihuxp!wbpesch From: wbpesch@ihuxp.UUCP (Walt Pesch) Newsgroups: net.games.hack Subject: The Solution for 3B2 make Message-ID: <985@ihuxp.UUCP> Date: Wed, 23-Jan-85 22:14:25 EST Article-I.D.: ihuxp.985 Posted: Wed Jan 23 22:14:25 1985 Date-Received: Thu, 24-Jan-85 19:31:14 EST Organization: AT&T Bell Labs, Naperville, IL Lines: 15 There ended being two differant problems found: - The file makedefs doesn't exit with an exit value but just falls through. Therefor, make thiks that it did not successfully finish. This is corrected by adding a line to makedefs.c right before exit: exit(0); Credit for this goes to clyde!jona (Jon Allingham) - The config.h for a 3B does not like the three definitions of char in typedefs. When these are replaced by defining them as "short int", the makelev() problem goes away. Credit for this solution is shared between ihopb!spear and clyde!jona.