Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!ucsd!ames!amdahl!pccuts!acs From: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Newsgroups: comp.sys.amiga.tech Subject: Re: Why won't VT100 2.8 compile??? Keywords: vt100 Message-ID: <774@pccuts.pcc.amdahl.com> Date: 29 Mar 89 04:39:25 GMT References: <424a49e8.1285f@maize.engin.umich.edu> Reply-To: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Distribution: na Organization: Amdahl Corporation, Sunnyvale CA Lines: 33 In article <424a49e8.1285f@maize.engin.umich.edu> beh@caen.engin.umich.edu (Bob Hruska) writes: > >I've got Manx 3.6a and I'm trying to compile the source to vt100 2.8, >but it chokes every time on vt100.c and init.c with the following error: > >init.c:24: ERROR 49: multiply defined symbol: ConsoleDevice > >(the same for vt100.c) The problem lies in how Manx chose to define ConsoleDevice. The way that they did it makes it unusable but it's required if you wanna use RawKeyConvert() (I think that's the routine that requires it). What you need to do is to edit functions.h and either 1) comment out the definition and use the one that's in vt100 -- or -- 2) fix the definition in functions.h and comment out the one in vt100. >By the way, Tony, is 2.9 going to be out soon enough that I am wasting my >time with this? Nope, it won't be out for a while yet (like, several months). Sorry for the delay. I wanted to get it out around 09/88 but work and all has gotten in the way. >Bob Hruska University of Michigan Computer Aided Engineering Network (CAEN) > >INTERNET: beh@caen.engin.umich.edu > UUCP: {umix|ucbvax|uunet}!caen.engin.umich.edu!beh -- Tony Sumrall acs@pccuts.pcc.amdahl.com <=> amdahl!pccuts!acs [ Opinions expressed herein are the author's and should not be construed to reflect the views of Amdahl Corp. ]