Date: Thu, 27 Oct 2005 11:14:15 +0400 From: dawnshade <h-k@mail.ru> To: Nate Lawson <nate@root.org> Cc: freebsd-acpi@FreeBSD.org, freebsd-current@FreeBSD.org, Jung-uk Kim <jkim@FreeBSD.org> Subject: Re[2]: [PATCH] ACPICA 20051021 import Message-ID: <E1EV1xn-000I4g-00.h-k-mail-ru@f25.mail.ru> In-Reply-To: <43607A61.4040504@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message----- From: Nate Lawson <nate@root.org> To: dawnshade <h-k@mail.ru> Date: Wed, 26 Oct 2005 23:57:37 -0700 Subject: Re: [PATCH] ACPICA 20051021 import > > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c: In function `AcpiEvMatchPrwAndGpe': > > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: `METHOD_NAME__PRW' undeclared (first use in this function) > > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: (Each undeclared identifier is reported only once > > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: for each function it appears in.) > > *** Error code 1 > > I haven't tested this yet, but perhaps this is due to obrien's -I > change? Perhaps acpica_prep.sh wasn't run with all the header > substitions enabled since they are commented out currently. Jung-uk, > can you check if includes are not "file.h" but > <sys/contrib/dev/acpica/file.h>? > sorry, you mean check includes in file evgpeblk.c? grep include /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c * Code or modification with rights to further distribute source must include * Code and the date of any change. Licensee must include in that file the * must include a prominent statement that the modification is derived, * include the following Disclaimer and Export Compliance provision in the * portion of the Covered Code, and must include terms to the effect that the #include "acpi.h" #include "acevents.h" #include "acnamesp.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EV1xn-000I4g-00.h-k-mail-ru>