Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!ucsfcgl!pixar!whorfin From: whorfin@pixar.UUCP Newsgroups: comp.sources.bugs Subject: Re: Help with WARP! Message-ID: <863@pixar.UUCP> Date: Mon, 22-Jun-87 14:16:17 EDT Article-I.D.: pixar.863 Posted: Mon Jun 22 14:16:17 1987 Date-Received: Wed, 24-Jun-87 06:28:48 EDT References: <6499@dartvax.UUCP> Reply-To: whorfin@pixar.UUCP (Rick Sayre) Organization: Pixar -- Marin County, California Lines: 12 Keywords: warp "bug" fix Summary: Warp redefine fix In article <6499@dartvax.UUCP> vizard@dartvax.UUCP (Todd Krein) writes: > When I go to compile 'intrp.c', I get an error from the >assembler, '_hostname redefined'. Any Clue? I'm on BSD. > > Todd Krein > vizard@dartvax I had the same problem (on Sun3, BSD). The assembler barfed with a redefine problem (hostname is defined in intrp.c _and_ intrp.h). To fix it, edit intrp.c. Either remove or comment out the declarations of hostname (lines 25 and 36). That should fix it. Rick Sayre {sun|ucbvax}!pixar!whorfin