#1656 configure probelm with multiple Lua versions on Arch
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
OpSys-Linux
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
What steps will reproduce the problem?
1. `pacman -S lua lua5.3`
2. `./configure --lua-version=5.3`
What is the expected output?
Checking if Lua header version matches that of the interpreter... yes
What do you see instead?
Checking if Lua header version matches that of the interpreter... no
What version of the product are you using?
trunk
On what operating system?
Arch Linux
Please provide any additional information below.
/usr/include/lua.h is for Lua 5.4, and if found the script does not look elsewhere
includes for other Lua versions live in e.g. /usr/include/lua5.3/lua.h
What steps will reproduce the problem? 1. `pacman -S lua lua5.3` 2. `./configure --lua-version=5.3` What is the expected output? Checking if Lua header version matches that of the interpreter... yes What do you see instead? Checking if Lua header version matches that of the interpreter... no What version of the product are you using? trunk On what operating system? Arch Linux Please provide any additional information below. /usr/include/lua.h is for Lua 5.4, and if found the script does not look elsewhere includes for other Lua versions live in e.g. /usr/include/lua5.3/lua.h
Alpine Linux appears to have a similar thing.