lua-users home
lua-l archive

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


On Wed, Jun 11, 2008 at 5:06 PM, Fabio Mascarenhas <mascarenhas@acm.org> wrote:
> Hi, Ignacio,
>
> Where is your xavante.exe? Put it in the same place as lua5.1.exe
> (probably c:\LuaRocks\0.5.2) and it should work. I am trying to
> convince Hisham to make the LuaRocks binaries' dir and "scripts" dir
> the same, so other executables can work without setting LUA_PATH too.

The problem is that if scripts go inside the versioned LuaRocks dir,
they go away when the user installs a new version and deletes the old
one. For Lua command-line scripts, the scripts dir is designed to
store .bat launchers which set the proper variables to make the
package path work; installing .exes using LuaRocks is really a
stretch, but I see it has its uses -- perhaps a similar approach is
possible for .exes?

-- Hisham