lua-users home
lua-l archive

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


Check the parameters that you are passing to the C compiler to see if
you are passing -DNDEBUG, defining NDEBUG is necessary to turn off
asserts and cover this bug.

--
Fabio Mascarenhas


On Wed, Feb 16, 2011 at 11:08 AM, Andre Arpin <arpin@kingston.net> wrote:
>>
>> All tests are supposed to pass, so you still have a problem with your
>> setup. Maybe it is related to
>> http://lua-users.org/lists/lua-l/2011-02/msg00090.html, what is the
>> error message?
>>
>> --
>> Fabio Mascarenhas
>>
>
>
> Debug/Release mode:
>
> Assertion failed: op[start - 1].i.code == IChoice && dest(op, start - 1) == i
> + 1, file e:\programs\lpeg-0.10.1\lpeg.c, line 792
>
>
> I disable optimization on lua5.1.dll, lua.exe and lpeg.dll in release mode and
> got the same error.
>
> Andre
>
>
>
>
>