lua-users home
lua-l archive

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


> 
> 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