On Ubuntu, the following commands work fine with LuaRocks 2.2.2, but
not with this rc

```
$ ./configure --lua-version=5.1 --lua-suffix=5.1 --versioned-rocks-dir
Looking for Lua... lua5.1 found in $PATH: /usr/bin/lua5.1
Checking Lua interpreter... lua5.1 not found (looked in /usr/bin/lua5.1)
You may want to use the flag --with-lua or --with-lua-bin. See --help.

configure failed.

$ ./configure --lua-version=5.2 --lua-suffix=5.2 --versioned-rocks-dir
Looking for Lua... lua5.2 found in $PATH: /usr/bin/lua5.2
Checking Lua interpreter... lua5.2 not found (looked in /usr/bin/lua5.2)
You may want to use the flag --with-lua or --with-lua-bin. See --help.

configure failed.
```

Looking --> found
Checking --> not found

François


2015-12-05 19:45 GMT+01:00 Hisham <h...@hisham.hm>:
> Hello LuaRockers!
>
> We are just about ready to release LuaRocks 2.2.3, so I'd like to give
> the luarocks-developers list a quick preview before we make a more
> widespread announcement on lua-l, so here is a release candidate:
>
> http://luarocks.org/releases/luarocks-2.2.3-rc1.tar.gz
> http://luarocks.org/releases/luarocks-2.2.3-rc1-win32.zip
>
> Those of you on Unix who are running LuaRocks as a rock can install it using:
>
>    luarocks install --server=http://luarocks.org/dev luarocks 2.2.3rc1
>
> What's new since 2.2.2:
>
> * Windows: major redesign of the install tree structure
> * Windows: Auto setup of MSVC environments
> * Improve error messages when tools are not installed
> * CMake: generate 64-bit builds when appropriate
> * Improve check of location of config files
> * MacOSX: set MACOSX_DEPLOYMENT_TARGET using env
> * Remove --extensions flag; use rockspec_format instead
> * New `luarocks config` command to query configuration
> * Improved UI for messages when external deps are missing
> * Unix: Robustness improvement in configure script
> * Plus tweaks and bugfixes. See the changelog for details.
>
> This release features new commits by myself, Peter Melnichenko, Thijs
> Schreijer, Ignacio Burgueño, Ruslan Kiianchuk, Peter Jas, Philipp
> Janda, @xpol, @tst2005. The luarocks.org server is maintained by Leaf
> Corcoran. We thank everyone who sent comments, submitted bug reports
> and contributed rockspecs to the repository!
>
> As always, all kind of feedback is greatly appreciated.
>
> Thank you, enjoy!
>
> ------------------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
> _______________________________________________
> Luarocks-developers mailing list
> Luarocks-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/luarocks-developers

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to