From owner-freebsd-hackers Fri Sep 3 16:17:15 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from behemoth.lehub.com (behemoth.lehub.com [209.24.238.69]) by hub.freebsd.org (Postfix) with ESMTP id 852C715755 for ; Fri, 3 Sep 1999 16:16:30 -0700 (PDT) (envelope-from shibumi@lehub.com) Received: from miranda.lehub.com (miranda.lehub.com [209.24.238.77]) by behemoth.lehub.com (8.9.3/8.9.3) with ESMTP id QAA23300 for ; Fri, 3 Sep 1999 16:18:03 -0700 (PDT) (envelope-from shibumi@lehub.com) Received: from localhost (localhost [127.0.0.1]) by miranda.lehub.com (8.9.3/8.9.3) with ESMTP id QAA06350 for ; Fri, 3 Sep 1999 16:16:15 -0700 (PDT) (envelope-from shibumi@lehub.com) Message-Id: <199909032316.QAA06350@miranda.lehub.com> X-Mailer: exmh version 2.1.0 04/14/1999 To: freebsd-hackers@freebsd.org Subject: APM build problem in -STABLE? Reply-To: shibumi@lehub.com X-Disclaimer: Unless otherwise noted below, this is not a policy statement X-Url: http://www.shockwave.org/~shibumi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Sep 1999 16:16:15 -0700 From: "Kenton A. Hoover" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After a recent makeworld, I needed to build a new kernel. This is what I've been getting after the make: [snip] miranda /sys/compile/TP600 % make cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/apm/apm.c ../../i386/apm/apm.c:88: field `event_list' has incomplete type ../../i386/apm/apm.c: In function `apm_record_event': ../../i386/apm/apm.c:965: dereferencing pointer to incomplete type ../../i386/apm/apm.c:966: dereferencing pointer to incomplete type ../../i386/apm/apm.c: In function `apmioctl': ../../i386/apm/apm.c:1347: `APMIO_NEXTEVENT' undeclared (first use this function) ../../i386/apm/apm.c:1347: (Each undeclared identifier is reported only once ../../i386/apm/apm.c:1347: for each function it appears in.) ../../i386/apm/apm.c:1354: dereferencing pointer to incomplete type ../../i386/apm/apm.c:1358: `APMIO_REJECTLASTREQ' undeclared (first use this function) ../../i386/apm/apm.c:1363: warning: unreachable code at beginning of switch statement *** Error code 1 Stop. Something get mangled somewhere? | Kenton A. Hoover | shibumi@marchordie.org | | Private Citizen | | | San Francisco, California | | |===================== http://www.shockwave.org/~shibumi ====================| | T O D A Y ' S A F F I R M A T I O N | | There is no love, no good, no happiness and no future -- | | all these are just illusions. | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message