lua-users home
lua-l archive

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


Mark,

Finally I was able to my VS.NET version to perform.   I've now got the 
correct combination and "lua.exe bin2c.lua +test1.lua" spits out the byte 
code.

Thanks for sticking with me :)

Ed


"Mark Edgar" <medgar123@gmail.com> wrote in message 
news:8e98b3970704301208w72f49a77p81c31ca537d20641@mail.gmail.com...
> 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
>