I think Ben's confused things a little more here, I think he thought you
were trying to do a desktop build :).

First clean up in the squeezeplay/src again, using make -f
Makefile.squeezeos clean.

Then you need to install the squeezeplay lua in your local system. So
do (something like):


Code:
--------------------
    
  cd .../squeezeplay/src/lua-5.1.1
  make linux
  sudo make install
  make clean
  
--------------------


This installs luac, which is used to syntax check the lua scripts while
building the firmware. This should be built automatically, patches
welcome!

You should then be able to do 'fakeroot make' in the squeezeos
directory again.

Does that work? If so it would be great if you could update the wiki.
Longer term I am considering using a different build system (rather
than the home grown makefiles). One option is Poky, I'd be interested
if anyone has an alternatives they would recommend.

Richard


-- 
rtitmuss
------------------------------------------------------------------------
rtitmuss's Profile: http://forums.slimdevices.com/member.php?userid=36
View this thread: http://forums.slimdevices.com/showthread.php?t=47339

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive

Reply via email to