Linux Error when building Kodi on Armbian
#1
Hi,

I am trying to build Kodi Javris on Armbian on Banana Pi M1+ following tutorial from Banana Pi Cookbook, but after I ran make, by the very end I got an error:

Code:
CPP     xbmc/BackgroundInfoLoader.o
CPP     xbmc/ContextMenuItem.o
In file included from /usr/include/boost/mpl/aux_/value_wknd.hpp:17:0,
                 from /usr/include/boost/mpl/if.hpp:17,
                 from /usr/include/boost/lexical_cast.hpp:37,
                 from ContextMenuItem.cpp:30:
/usr/include/boost/mpl/aux_/static_cast.hpp:17:48: fatal error: boost/mpl/aux_/config/workaround.hpp: No such file or directory
#include <boost/mpl/aux_/config/workaround.hpp>
                                                ^
compilation terminated.
/home/myky/xbmc/Makefile.include:97: recipe for target 'ContextMenuItem.o' failed
make[1]: *** [ContextMenuItem.o] Error 1
Makefile:420: recipe for target 'xbmc/xbmc.a' failed
make: *** [xbmc/xbmc.a] Error 2

What might it be? I did not have any issues before when following this tutorial, but making installation caused something like that. Also, I searched a little bit, but no similar threads anywhere. Any ideas?
Reply

Logout Mark Read Team Forum Stats Members Help
Error when building Kodi on Armbian0