ralphy wrote: 
> > 
Code:
--------------------
  >   > https://github.com/ralph-irving/squeezeplay/tree/master/src/lua-5.1.5
--------------------
> > 
> 
> You can use subversion to just download the 5.1.5 as the squeezeplay
> git repo is quite large.
> 
> > 
Code:
--------------------
  >   > svn co 
https://github.com/ralph-irving/squeezeplay.git/trunk/src/lua-5.1.5
--------------------
> > 
> 
> Build lua-5.1.5 and install in /usr/local
> 

I installed subversion, then fetched lua-5.1.5, then ran 'make linux'. 
It didn't complete though - stopped with this error:

Code:
--------------------
    LINUX -c -o lua.o lua.c
  In file included from lua.h:16:0,
  from lua.c:15:
  luaconf.h:309:10: fatal error: readline/readline.h: No such file or directory
  #include <readline/readline.h>
  ^~~~~~~~~~~~~~~~~~~~~
  compilation terminated.
  Makefile:70: recipe for target 'lua.o' failed
  make[2]: *** [lua.o] Error 1
  make[2]: Leaving directory '/root/lua-5.1.5/src'
  Makefile:111: recipe for target 'linux' failed
  make[1]: *** [linux] Error 2
  make[1]: Leaving directory '/root/lua-5.1.5/src'
  Makefile:56: recipe for target 'linux' failed
  make: *** [linux] Error 2
  
--------------------


So then I cloned the full squeezeplay repository, and had a quick look
for 'readline', but couldn't find it.  Is it put in the 'readline'
folder by a prior part of the Squeezeplay build process perhaps?


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to