Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!apple!usc!arich.usc.edu!fmiller From: fmiller@arich.usc.edu (Frank 'Scruffy' Miller) Newsgroups: comp.sources.games.bugs Subject: Re: nethack3 (semi-problem w/ do_wear.c) Keywords: nh3, unpacking source, extra newline, do_wear.c Message-ID: <18836@usc.edu> Date: 27 Jul 89 19:31:20 GMT References: <43@peyote.cactus.org> Sender: news@usc.edu Reply-To: fmiller@arich.usc.edu (Frank 'Scruffy' Miller) Organization: University Computing Services, U.S.C. Lines: 13 In article <43@peyote.cactus.org> johnk@peyote.cactus.org (John Knutson) writes: >Last night I set nethack to compile. This morning there was a message in >my mailbox telling me that the make had terminated with do_wear.c at line >1338. I checked out the file and this is what i saw: > otmp = (struc >t obj *) 0; > >Can I correctly assume it's supposed to be "otmp = (struft obj *) 0;"? I had the same problem, did the aforementioned correction, and compiled away proper. Frank