lua-users home
lua-l archive

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


Hi,

Jim Mellander wrote:
> ERROR: jit.opt disabled: /usr/local/share/lua/5.1/jit/opt_lib.lua:190: 
> attempt to perform arithmetic on field 'INLINE_IDX' (a nil value)

Well, there's a reason why luajit_install.html has a section
called "Upgrading From Previous Versions". :-)

It seems you are using the LuaJIT 1.1.0 executable with the
LuaJIT 1.0.3 jit.* library files. Be sure to delete the files
from the old version (all instances in the Lua search path!) and
install the new ones.

Starting with LuaJIT 1.1.0 the library files actually complain
loudly if they are used with the wrong version. ;-)

Bye,
     Mike