From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 18 03:18:13 2007 Return-Path: X-Original-To: acpi@freebsd.org Delivered-To: freebsd-acpi@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8420116A46D for ; Mon, 18 Jun 2007 03:18:13 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6B38D13C465 for ; Mon, 18 Jun 2007 03:18:13 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 93511 invoked from network); 18 Jun 2007 00:30:24 -0000 Received: from ppp-71-139-42-13.dsl.snfc21.pacbell.net (HELO ?10.0.0.15?) (nate-mail@71.139.42.13) by root.org with ESMTPA; 18 Jun 2007 00:30:24 -0000 Message-ID: <4675D214.4030901@root.org> Date: Sun, 17 Jun 2007 17:30:12 -0700 From: Nate Lawson User-Agent: Thunderbird 2.0.0.0 (X11/20070511) MIME-Version: 1.0 To: Mike Jakubik References: <4675B49F.1020107@rogers.com> In-Reply-To: <4675B49F.1020107@rogers.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: acpi@freebsd.org Subject: Re: Buildkernel error in acpi_hpet.c X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 03:18:13 -0000 Mike Jakubik wrote: > cc -O2 -fno-strict-aliasing -pipe -march=prescott -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I- > -I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/SPAMTOASTER/opt_global.h -I. -I@ -I@/contrib/altq > -I@/../include -finline-limit=8000 -fno-common > -I/usr/obj/usr/src/sys/SPAMTOASTER -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall > -Wno-format-y2k -Wno-uninitialized -c > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_ec.c > cc -O2 -fno-strict-aliasing -pipe -march=prescott -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I- > -I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/SPAMTOASTER/opt_global.h -I. -I@ -I@/contrib/altq > -I@/../include -finline-limit=8000 -fno-common > -I/usr/obj/usr/src/sys/SPAMTOASTER -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall > -Wno-format-y2k -Wno-uninitialized -c > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c: In > function `acpi_hpet_table_probe': > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: > error: `ACPI_TABLE_HPET' undeclared (first use in this function) > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: > error: (Each undeclared identifier is reported only once > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: > error: for each function it appears in.) > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: > error: `hpet' undeclared (first use in this function) > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:96: > error: `ACPI_SIG_HPET' undeclared (first use in this function) > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:96: > warning: passing arg 3 of `AcpiGetTable' from incompatible pointer type > /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:104: > error: syntax error before ')' token > *** Error code 1 > > Stop in /usr/src/sys/modules/acpi/acpi. > *** Error code 1 Fixed. -- Nate