Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!elbereth!rutgers!lll-crg!seismo!sundc!oktext!occrsh!occrsh.UUCP!labsms.UUCP!authorplaceholder From: lmm@labsms.UUCP Newsgroups: net.sources.bugs Subject: Re: Need HELP! with SysV & [hack|larn|p Message-ID: <1700001@labsms.UUCP> Date: Fri, 17-Oct-86 09:51:00 EDT Article-I.D.: labsms.1700001 Posted: Fri Oct 17 09:51:00 1986 Date-Received: Tue, 21-Oct-86 22:31:26 EDT References: <663@adelie.UUCP> Lines: 46 Nf-ID: #R:adelie.UUCP:-66300:labsms.UUCP:1700001:000:1084 Nf-From: labsms.UUCP!lmm Oct 17 08:51:00 1986 hello fellow hack1.03 fan. I also have a 3B2, and had similar problems. This is what I did to fix it. go into config.h and look for this line: typedef char schar; and change it into: typedef short int schar; The 3B2 does not understand signed character types which is unfortunate. There seems to be lots of things written which depend on it. (ex: the search game) I also changed the line which said: typedef unsigned char uchar; into: typedef unsigned short int uchar; I dont think this change was necessary however. I also added the following to my .profile ... HACKOPTIONS=time,nonull,endgame:own/20 top scorers export HACKOPTIONS the 'nonull' option helps keep the screen from getting messed up when you throw something. Let me know if this works Larry McWilliams AT&T Technologies Oklahoma City ihnp4!labsms!lmm P.S. I have never received the source to larn 12.0 or to phant 2.0 I wish someone would be kind enouph to send them to me. Unfortunately the only uucp path I know to my machine is through ihnp4 and I hear that it is kind of unreliable sometimes.