|
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