Thanks for testing!
Can you give it another try with latest version because I reworked the detection of the lua version in the Makefile, adding support for lua 5.3 and 5.4, just to be sure still works fine for 5.1.
I also noticed that there is a sed fixup on pkg-config output for liblua5.1, not sure if it is still needed, can you give the output of:
pkg-config --cflags lua5.1
pkg-config --cflags lua5.1 | sed -e "s/\\/'/" -e "s/\\"/"'/"
Cheers, Daniel
On 23.01.22 19:57, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
I just pushed a commit for it. Should fix it.
Yes, the warning is gone.
Thanks, Juha