LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Compiling and installing e17 on Slackware ARM 14 on Raspberry pi, hung on Lua (https://www.linuxquestions.org/questions/slackware-14/compiling-and-installing-e17-on-slackware-arm-14-on-raspberry-pi-hung-on-lua-4175437906/)

Henesy 11-20-2012 12:28 AM

Compiling and installing e17 on Slackware ARM 14 on Raspberry pi, hung on Lua
 
So I've successfully compiled all of e17's stuff until now. The current package is edje-1.7.1 and it asks for Lua. I installed Lua following the online instructions and then double checked that all the files were in place (as far as I could tell). I ran into a few folders with empty contents, which disturbed me.

For Lua:
Code:

$ make linux
$ make linux install

For edje I don't get past "$ ./autogen.sh" which spits out this every time:

Code:

checking for LUA... no
checking for LUA... no
checking for LUA... no
checking for LUA... no
checking whether lua_newstate() is in liblua... checking for lua_newstate in -llua... no
no
configure: error: Cannot find lua library. Be sure that you have installed it and set CFLAGS and LDFLAGS correctly

I recalled that for e17 the instructions recommended "&& ldconfig" at the end after "make install". Should I have done that with Lua (looking at LDFLAGS)?

Thoughts, ideas?


All times are GMT -5. The time now is 06:51 AM.