lua-users home
lua-l archive

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


Hisham wrote:
Hi,

Announcing release 0.5.1 of LuaRocks, the system for deployment and
management of Lua modules.



Hi Hisham. I have an issue with the Windows installer.
I use
install /FORCECONFIG
because I want the repository to be at the default location (c:\luarocks\rocks)

However, the generated config.lua is:

rocks_servers = {
   [[http://luarocks.luaforge.net/rocks]]
}
rocks_trees = {
   home..[[/luarocks]],
   [[C:\LuaRocks]]
}

home..[[/luarocks]] should not be added when using FORCECONFIG.

When I try to use it I get:
lua5.1: .\luarocks\config.lua:5: attempt to concatenate global 'home' (a nil value)


Regards,
Ignacio Burgueño