From owner-freebsd-current Fri Aug 15 10:43:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA08329 for current-outgoing; Fri, 15 Aug 1997 10:43:18 -0700 (PDT) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA08320 for ; Fri, 15 Aug 1997 10:43:13 -0700 (PDT) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id MAA12686; Fri, 15 Aug 1997 12:58:09 -0500 (CDT) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id MAA09901; Fri, 15 Aug 1997 12:44:23 -0500 Message-ID: <19970815124422.25599@right.PCS> Date: Fri, 15 Aug 1997 12:44:22 -0500 From: Jonathan Lemon To: "Thomas D. Dean" Cc: current@FreeBSD.ORG Subject: Re: Make Broke in lkm/vm86 References: <33F488F1.167EB0E7@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <33F488F1.167EB0E7@ix.netcom.com>; from Thomas D. Dean on Aug 08, 1997 at 09:50:57AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Aug 08, 1997 at 09:50:57AM -0700, Thomas D. Dean wrote: > Make fails in lkm/vm86. > > One noticable difference in vm86 make output and, say, > nfs make output is the warning about the obj directory. > > 'Warning: Object directory not changed from original /usr/src/lkm/vm86' I'll look into this. I'm going to remove it as an LKM, so this should go away. > ---- make (cc) seems to not like a lot of things about vm86 > looks like some mis-direction, a problem in definitions. > [ ... ] > > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:387: `VM86_GET_VME' > undeclared (first use this function) > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:388: storage size of `sa' > isn't known > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c: In function `vm86_load': > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:412: `vm86_emulate' > undeclared (first use this function) > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:413: `vm86_sysarch' > undeclared (first use this function) > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c: In function `vm86_unload': > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:421: `vm86_emulate' > undeclared (first use this function) > /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:422: `vm86_sysarch' > undeclared (first use this function) > *** Error code 1 This looks like a problem with the header files; my guess is that it's not picking up the new include file. -- Jonathan