Open jomo666 opened 8 years ago
@jomo666 Can you reproduce this on a Linux or BSD system? I'm wondering if that warning about (Lua.o) was built for newer OSX version (10.11)
has something to do with it!
Unfortunately i have only OS X and also i'm only an beginner, so can't help much with the problem tracking.
Fortunately, I managed an working Lua::API installation, so will try use it, instead of the Inline::Lua.
The (Lua.o) was built for newer OSX version (10.11)
message is harmless, any other build process throws it (like my working Inline::C or Lua::API or Javascript::Duktape and many other (working) XS modules).
Thank you for your interest anyway - and sorry for the lack of my knowledge to help more. :)
I have installed
lua
using the luaenv, e.g. got:So, tried install as
The
make
somewhat worksbut the
make test
fails fully, with theWould be nice to have more detailed instructions how to specify the exact
INC
andLIBS
and how to install the module. :)PS: I have an working
Inline::C
installation.