Re: Precompile my Lua Library Code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Precompile my Lua Library Code
- From: "Mark Edgar" <medgar123@...>
- Date: 2007年4月30日 12:08:29 -0700
On 4/29/07, Edward Mitchell <emitchell@ieee.org> wrote:
I built the 5.1 version of the compile, lua.exe (using lua.c, print.c and
the lualib as mentioned in the INSTALL) but when I issue the line:
lua bin2c.lua +test1.lua
You built the compiler, not the interpreter. The interpreter requires
lua.c not luac.c nor print.c. Note there are two files which contain
main(): lua.c and luac.c.
-Mark
- References:
- Precompile my Lua Library Code, Edward Mitchell
- Re: Precompile my Lua Library Code, Mark Edgar
- Re: Precompile my Lua Library Code, Edward Mitchell
- Re: Precompile my Lua Library Code, Luiz Henrique de Figueiredo
- Re: Precompile my Lua Library Code, Edward Mitchell
- Re: Precompile my Lua Library Code, Mark Edgar
- Re: Precompile my Lua Library Code, Edward Mitchell
- Re: Precompile my Lua Library Code, Mark Edgar
- Re: Precompile my Lua Library Code, Luiz Henrique de Figueiredo
- Re: Precompile my Lua Library Code, Edward Mitchell