Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/external/bsd/acpica/dist



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.



Home | Main Index | Thread Index | Old Index