On Mon, Nov 28, 2011 at 2:21 AM, Daniel Klein
<[email protected]> wrote:
> We've managed it -- LuaRocks with LuaJIT. The shipping bug for remote
> installs (libsleay32.dll not found) notwithstanding, nor a regex bug
> that's now fixed, we added:
>
> IF EXIST %LUA_BINDIR%\luajit.exe (
>            SET LUA_INTERPRETER=%LUA_BINDIR%\luajit.exe
>            GOTO INTERPRETER_IS_SET
>         )
>
> into install.bat and made sure the dll was the correct name, and
> that's it. After that, the proper flags indicating luajit and its
> usual directories is enough to have luarocks do the right thing on
> module make/build/etc.

Good to know! Was that the only necessary change in code or build
scripts? Do you have a diff (or your modified install.bat file) so I
can commit this?

-- Hisham

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to