Score:2

Problems compiling Kodi

au flag

Well I´m pretty new on systems, but i wanted to start compiling my own programs instead of using the oficial repos. The thing is that I try to compile my own Kodi, so I followed the oficial documentation and the Linux Build Guide. The problem starts on this second stage, when i reach the 3.1 Build missing dependencies, with the next command

sudo make -C tools/depends/target/wayland-protocols PREFIX=/usr/local

When i type this comman I get the next error

make: *** [makefile:39: native] error 127

I´ve been trying to catch what I´m doing wrong but I cant find nothing. Btw my OS is Ubuntu 20.4 Desktop with latest updates and upgrades

David avatar
cn flag
There is no such version as Ubuntu 20.4 A good start would be actually know the version number of the OS.
Fst0 avatar
au flag
@David The version numbers is 20.04.3 LTS
Score:0
zw flag

You have to enable the Source Code repositories (deb-src in /etc/apt/sources.list) from Software & Updates applications, then get build dependencies for packaged Kodi version by using command below:

sudo apt-get update
sudo apt-get build-dep kodi

and then proceed with long compilation. On the final stage use checkinstall by sudo checkinstall to create your own deb-package for installation instead of sudo make install which will lower future system manageability.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.