Hi

I have some automated testing on Travis-Ci using code I took from Alexey
Melnichuk
https://github.com/moteus

Currently I'm testing using LR 2.1.1. I'd like to upgrade, but the
./configure step gives me an error.

This is with LR 2.1.1

 ./configure --lua-version=5.1 --lua-suffix=5.1
--with-lua-include="/usr/include/lua5.1"

 Looking for Lua... lua5.1 found in $PATH: /usr/bin
Checking Lua includes... lua.h found in /usr/include/lua5.1/lua.h
wget found at /usr/bin
md5sum found at /usr/bin
Configuring for system... Linux
Configuring for architecture... x86_64
Using unversioned rocks dir: /usr/local/lib/luarocks/rocks
Writing configuration...

Installation prefix: /usr/local
LuaRocks configuration directory: /usr/local/etc/luarocks
Using Lua from: /usr

Done configuring.
- Type 'make build' and 'make install':
  to install to /usr/local as usual.
- Type 'make bootstrap':
  to install LuaRocks in /usr/local as a rock.


This is with LR 2.1.2.
./configure --lua-version=5.1 --lua-suffix=5.1
--with-lua-include="/usr/include/lua5.1"
lua5.1 not found in $PATH.
You may want to use the flags --with-lua and/or --lua-suffix. See --help.

configure failed.

It tells me to use --with-lua, but it seems to me that it won't work as I
need, for instance with all these combinations:
https://github.com/ignacio/LuaOAuth/blob/master/.travis.yml#L6

Does anybody have a working test matrix like that, using LR 2.1.2 ?

Regards,
Ignacio
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to