Guys, I'm planning a new release soon (hopefully until the end of the week) including improvements for supporting Lua 5.1 and 5.2 in parallel on Unix (this shouldn't take actual code changes, but more infrastructure stuff such as improvements in the configure script, command-line launcher, config defaults). If you have any requests/improvements for the Windows and/or mingw side of things, please send pull requests and I'll merge them in. Actually, if any of you would like to step in as a maintainer of the Windows side of things, let me know and I'll add direct commit access.
Thanks! -- Hisham http://hisham.hm/ On 3 April 2013 11:08, steve donovan <[email protected]> wrote: > On Wed, Apr 3, 2013 at 3:49 PM, Thijs Schreijer <[email protected]> > wrote: >> >> What would the correct setting in the config file be? > > > This works for me: > > variables = { > MSVCRT = 'm', -- stop us linking against msvc80 > } > > It seems that -lm is fine with mingw, although not needed. There's no > option to have no library. > >> >> > when you're only installing Lua first time... > > > Ah, but the user would definitely need _some_ Lua to even run LuaRocks. It > would be a lot easier to do more careful checks in a Lua script. (batchfiles > give me a headache) > > steve d. > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Luarocks-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/luarocks-developers > ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
