Hisham <h <at> hisham.hm> writes: > > Hi there, > > Here's the first release candidate of LuaRocks 2.1.0, which features > bugfixes and new features. > My install commands: >.\install /F /P g:\lua\LuaRocksGW /TREE g:\lua\LuaRocksGW\rocks /SCRIPTS g:\lua\LuaRocksGW\Scripts /MW /LV 5.1 /BIN %LUA_DIR% /LIB %LUA_DIR%\lib /INC %LUA_DIR%\include >.\install /F /P g:\lua\LuaRocksGW-5.2 /TREE g:\lua\LuaRocksGW-5.2\rocks /SCRIPTS g:\lua\LuaRocksGW-5.2\Scripts /MW /LV 5.2 /BIN %LUA_DIR_5_2% /LIB %LUA_DIR_5_2%\lib /INC %LUA_DIR_5_2%\include
1. install script do not call `get_runtime` if specify BIN/LIB/INC (line 343) and i get `attempt to concatenate nil value`. 2. I think there no much sense define -lMSVCR100 because of result dll links with msvcrt.dll and msvcr100.dll. 3. To install modules for lua 5.2 that compiles without LUA_COMPAT_MODULE flag i use this trick - in luarocks.bat i use lua5.1.exe - in cfg.lua i set `lua_version="5.2"` 4. Offer set LUA_PATH_5_2/LUA_CPATH_5_2 after install when use /LV 5.2 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers