Re: build lua 1.1
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: build lua 1.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2022年6月19日 18:03:33 -0300
Using the lua-all package, I had to add these two lines to y.tab.c
build Lua 1.1 using "Apple clang version 12.0.0 (clang-1200032.29)":
int yylex ();
int yyparse();