v17 KODI Compiler problems
#1
Hello;

I try to compile kodi in my raspberry, and I follow this instructions:

https://github.com/xbmc/xbmc/blob/master...aspberrypi

When I do

make -C tools/depends/target/xbmc

I get this error, I try to solve, but I don't

Quote:checking for PULSE... no
== PulseAudio support disabled. ==
checking for main in -lavahi-common... yes
checking for main in -lavahi-client... yes
checking for embedded_mDNSInit in -lmDNSEmbedded... no
configure: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
configure: == X11 enabled. ==
checking for X11... no
configure: error: Could not find a required library. Please see the README for your platform.
Makefile:34: recipe for target '../../../..//libkodi.so' failed
make: *** [../../../..//libkodi.so] Error 1
make: Leaving directory '/home/volumio/xbmc/tools/depends/target/xbmc'

Thanks for help.
Reply
#2
hello another time;

I put CONFIG_EXTRA options directly in Makefile in tools/depends/target/xbmc directory, I begin to compile the last fase of kodi .

I cross my fingers.
Reply
#3
I don't have enough memory in final process, I can't link kodi.bin

Any ideas?
Reply
#4
Add memory or swap?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
./configure --disable-x11 --with-platform=raspberry-pi2
Reply

Logout Mark Read Team Forum Stats Members Help
KODI Compiler problems0