<p dir="ltr">Hi Gilles,</p>
<p dir="ltr">On Mar 19, 2016 11:16, "Gilles Sabourin" <<a href="mailto:gilles.sabourin@free.fr">gilles.sabourin@free.fr</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> Feel free to explain how you can detect anything other than luac 32 bits<br>
> components in a 32 bits virtual machine (openSUSE) ...<br>
><br>
> FYI, lua 5.1 / 5.2 are both installed in that VM.<br>
><br>
> Regards,<br>
> Gilles</p>
<p dir="ltr">The build system itself does not know if it is building for a 32 or 64 bit host. What the failing test does do is check if the copy of Lua it found is capable of handling 32 or 64 bit integers. Support for 64 bit integers in Lua isĀ  new feature for Lua 5.3+, so now the test in configure needs to be fixed to address that.</p>
<p dir="ltr">With that said, if you are not using the Lua 5.3 from contribs, your system should not be running that test in the first place. Are you possibly missing the .pc files for 5.1 and/or 5.2?</p>
<p dir="ltr">-- Sean McG.</p>