Are you sure you don't just need to redo the config?

I've just installed the still broken liblua5.5-dev, fixed lua5.5.pc manually 
and then installed luarocks.
```
$ luarocks --lua-version=5.5 config variables.LUA_INCDIR /usr/include/lua5.5
$ luarocks --lua-version=5.5 config variables.LUA_INCDIR_OK true
$ luarocks --lua-version=5.5 config | grep INC
   LUA_INCDIR = "/usr/include/lua5.5",
   LUA_INCDIR_OK = "true",
```
Doing the equivalent with 5.4, I get
```
$ luarocks --lua-version=5.4 config | grep INC                  
   LUA_INCDIR = "/usr/include/lua5.4",
   LUA_INCDIR_OK = "true",

```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2160601

Title:
  Luarocks fails to make lua5.5 variables LUA_INCDIR and LUA_INCDIR_OK

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.5/+bug/2160601/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to