[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT and LuaLanes
- From: Laurent Poujoulat <laurent.poujoulat@...>
- Date: Thu, 16 Dec 2010 15:36:50 +0100
OK,
as adviced, I tried Lanes 2.0.9 with LuaJIT 2, beta 5.
It fails within the require "lanes", inside init_keepers() function as this:
LuaJIT 2.0.0-beta5 -- Copyright (C) 2005-2010 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE4.1 fold cse dce fwd dse narrow loop abc fuse
> require "lanes"
Unable to initialize: luaL_loadbuffer() failed
stack traceback:
[C]: ?
[C]: in function 'require'
.\lanes.lua:44: in main chunk
[C]: in function 'require'
stdin:1: in main chunk
[C]: ?
It seems the luaL_loadbuffer() cannot load the embedded precompiled code
chunk.
Any Idea ?