libqtlua-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libqtlua-list] Installation blocked by lua_pushnil and lua_objlen


From: Chris
Subject: Re: [Libqtlua-list] Installation blocked by lua_pushnil and lua_objlen
Date: Mon, 13 Feb 2012 17:44:34 -0600

Woops, I didn't realize we weren't sending to the list anymore. As my previous message shows, I can't get the configure script to stop complaining about lua.h not having lua_pushnil in it.  It does, but not one without arguments.  When I had Lua 5.0 I tried removing that portion of the configure script, and that made it work.  But then make complained about lua_objlen not being declared.  Eventually I upgraded to Lua 5.1 and the lua_pushnil error persists; I'm hoping I don't need to hack the configure script again?

In ALL things, strive for ><>,
Chris


On Sat, Feb 11, 2012 at 11:11 PM, Chris <address@hidden> wrote:
Alright, I'm back - had something I needed to do.

$ ../configure --with-lua-inc-dir=/usr/include/lua5.1 --with-lua-lib=/usr/lib/i386-linux-gnu/liblua5.1.so
...
checking for lua_pushnil in -l/usr/lib/i386-linux-gnu/liblua5.1.so... no
configure: error: can not find /usr/lib/i386-linux-gnu/liblua5.1.so library; try --with-lua* arguments


In ALL things, strive for ><>,
Chris


On Sat, Feb 11, 2012 at 10:36 AM, Chris <address@hidden> wrote:
I got the .deb (from both Ubuntu and Debian in case Ubuntu's was messed up), unpacked it, and was about to copy that file over, when I noticed that it was already there.  I ran the find command again - it still didn't show up. I ran find /usr -name 'liblua5.1.*' and then it showed up.

$ find /usr -name 'liblua5.1.*'
/usr/lib/debug/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0
/usr/lib/i386-linux-gnu/liblua5.1.a
/usr/lib/i386-linux-gnu/liblua5.1.so
/usr/lib/i386-linux-gnu/liblua5.1.so.0.0.0
/usr/lib/i386-linux-gnu/liblua5.1.so.0


In ALL things, strive for ><>,
Chris


On Sat, Feb 11, 2012 at 9:39 AM, Konstantin Tokarev <address@hidden> wrote:
Obviously you need /usr/lib/i386-linux-gnu/liblua5.1.so

--
Regards,
Konstantin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]