Re: ARM Cross compilation of the xserver stops with error

2017-03-21 Thread Joerg Sonnenberger
On Sat, Mar 04, 2017 at 05:39:59PM +0100, Mr Dini wrote: > Hi, > > I am trying to create an Xorg addon for my Rpi2, because the default > LibreELEC distribution hasn't got one. I am using an Ubuntu 16.04 LTS > x64 OS as host and the jhbuild for managing the compile. > > But it gives me this: http

Re: ARM Cross compilation of the xserver stops with error

2017-03-20 Thread Mr Dini
Nobody Can help me? ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: ARM Cross compilation of the xserver stops with error

2017-03-05 Thread Mr Dini
Solved! :) Manual edit of libXfont to libXfont2 at the .jhbuildrc did the trick. :) Next error: CCLD xkbcomp /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: warning: libxcb.so.1, needed by /home/pisti/Asztal/Xorg-Pi/storage/.kodi/addons/service.Xorg/root/usr/l

ARM Cross compilation of the xserver stops with error

2017-03-04 Thread Mr Dini
Hi, I am trying to create an Xorg addon for my Rpi2, because the default LibreELEC distribution hasn't got one. I am using an Ubuntu 16.04 LTS x64 OS as host and the jhbuild for managing the compile. But it gives me this: http://pastebin.com/qQbkH245 What Can I do? Many thanks!