hoelzro/inline-lua

Install failed on Macos Big Sur and Lua 5.4.3

bittercoffeetech opened this issue · 1 comments

Lua has installed , and lua -v is work. bug get this:

cpanm (App::cpanminus) 1.7044 on perl 5.034000 built for darwin-2level
Work directory is /Users/Bob/.cpanm/work/1627975998.36624
You have make /usr/bin/make
You have /usr/local/bin/wget
You have /usr/bin/tar: bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.6
You have /usr/bin/unzip
Searching Inline::Lua () on cpanmetadb ...
--> Working on Inline::Lua
Fetching http://www.cpan.org/authors/id/R/RH/RHOELZ/Inline-Lua-0.17.tar.gz
-> OK
Unpacking Inline-Lua-0.17.tar.gz
Entering Inline-Lua-0.17
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.62)
Configuring Inline-Lua-0.17
Running Makefile.PL


Couldn't find a working Lua installation
on this machine. This is required for
this module.

To obtain it, go to
http://www.lua.org/download.html


If Makefile.PL failed to find your Lua installation,
you can specify INC and LIBS flags directly:

perl Makefile.PL INC=-I/usr/include/lua5.1 LIBS=-llua5.1

(You can also specify INC/LIBS using PERL_MM_OPT)
-> N/A
-> FAIL Configure failed for Inline-Lua-0.17. See /Users/Bob/.cpanm/work/1627975998.36624/build.log for details.

@bittercoffeetech Hello, and thanks for the report! I have a few questions before I can help you out:

  • What version of Lua do you have installed?
  • How did you install it?
  • What does lua -v output?