[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lpeg on window working
- From: Andre Arpin <arpin@...>
- Date: Wed, 16 Feb 2011 13:08:45 +0000 (UTC)
>
> 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