On Mon, Aug 03, 2020 at 02:31:11PM -0700, Tom Spindler (moof) wrote:
> On Mon, Aug 03, 2020 at 10:59:04PM +0200, Herbert J. Skuhra wrote:
> > This breaks the build (amd64) on FreeBSD and GNU/Linux:
> >
> > aslcompilerlex.l: In function 'AslCompilerlex':
> > aslcompilerlex.l:589:22: error: 'PARSEOP_REGIONSPACE_PRM' undeclared (first
> > use in this function); did you mean 'PARSEOP_REGIONSPACE_PCC'?
> > "FFixedHW" { count (0); return
> > (PARSEOP_REGIONSPACE_FFIXEDHW); }
> > ^~~~~~~~~~~~~~~~~~~~~~~
> > PARSEOP_REGIONSPACE_PCC
> > aslcompilerlex.l:589:22: note: each undeclared identifier is reported only
> > once for each function it appears in
> > *** [aslcompilerlex.o] Error code 1
>
> It failed for me in the same way on NetBSD until I cleared out my
> ..../src/external/bsd/acpica/ obj directory; try that.
Yes, false alarm. Sorry!
I was sure I had already tried that.
Thanks.
--
Herbert