Unable to build on Raspbian
#1
Hi!
I set up a Raspbian system on my RPI. But I am not able to build
XBMC on it, not even configuring.
Code:
checking for main in -lgpg-error... no
configure: error: Could not find a required library.
libgpg-error and the -dev package is present. However it seems not
to be found by the configure script.
Are the modifications presented here still necessary?
http://www.raspbian.org/RaspbianXBMC
First I tried without any modifications, only ./bootstrap and
Code:
./configure --with-platform=raspberry-pi --disable-gl --enable-gles
--disable-vaapi --disable-vdpau
I tried it with the modifications and got the same error as above.
However I checked out the main branch, not xbmc-rbp.
Reply
#2
You're trying to compile XBMC on the R-Pi itself? I hear that takes a loooooooooooooooooooong time to finish. Which doesn't answer your question, but I just thought I would mention it (I'm a bit of a compile noob).
Reply
#3
Yes, I wanna compile it pin the pi itself. I don't want to set up
a toolchain. It could compile overnight. But I wonder, why
libgpg-error is not found.
Reply
#4
Post your config.log, it will hopefully explain exactly what is going on. "checking for xxx ... no" is never the whole truth.
Reply
#5
(2012-12-24, 14:34)Ned Scott Wrote: You're trying to compile XBMC on the R-Pi itself? I hear that takes a loooooooooooooooooooong time to finish. Which doesn't answer your question, but I just thought I would mention it (I'm a bit of a compile noob).

About 12 hours or so to be exact Smile

That said, I somehow lost the ability to compile it on the newest Raspbian Sad

checking for main in -ldl... no
configure: error: Could not find a required library. Please see the README for your platform.

http://pastebin.com/J1darA1u

sigh. this gets so annoying at times
Main Rig [Scorpius] - Core i7 2600k @ 5Ghz. 16 Gig DDR3 1600. 1x HD 6990 1x HD 4870 Hackintosh [Chiana] - Core i5 @ 3.8Ghz. 12 Gig DDR3 Linux [Moya] - Core2 Duo E8200 - 2 Gigs DDR2 800 WHS [Zhaan] - DualCore [email protected] - 4 Gigs DDR2 800 VMC [Jothee] Core2 Quad @ 2.8Ghz 4 Gigs DDR2 800 VMC [Aeryn] Core2 E8400 @ 3.0Ghz 2 Gigs DDR2 800 2TB Server [Talyn] Core2 Quad Q6600 @ 3.0Ghz - 8 Gigs DDR2 1066 FileServer [Crichton] P4 650 3.4GHz - 2 Gigs DDR
Reply
#6
Hi guys,
I know is an old post , but I have the same error:

checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for main in -lgpg-error... no
configure: error: Could not find a required library. Please see the README for your platform.


And if I execute: "sudo apt-get install libgpg-error-dev" the result is:

Reading package lists... Done
Building dependency tree
Reading state information... Done
libgpg-error-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Somebody knows how to fix this?
Please let me know.

Thank you
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to build on Raspbian1