[SOLVED]Build error for gotham
#1
I just did a git clone for gotham. I tried to build it, but got library errors:

Code:
/usr/bin/ld: cannot find -lnettle
/usr/bin/ld: cannot find -lhogweed

These libs are installed on my system.

Also, Frodo 12.3 built with no errors.

FWIW: running Fedora 19 x86_64.

Any help appreciated.

ken
Reply
#2
See here: https://bugs.debian.org/cgi-bin/bugrepor...bug=745233 and adapt accordingly.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
(2014-04-29, 07:19)fritsch Wrote: See here: https://bugs.debian.org/cgi-bin/bugrepor...bug=745233 and adapt accordingly.

Thx. I think I understand the problem, but am not sure of how to fix it on fedora.

Anyone know fedora well enough to help?

ken
Reply
#4
(2014-04-29, 16:17)daytooner Wrote: ...
Thx. I think I understand the problem, but am not sure of how to fix it on fedora.

Anyone know fedora well enough to help?

ken

Apparently, for fedora 19, Gotham requires gmp-devel and nettle-devel. These weren't checked for in the configure script, though. Perhaps they should (I did spend a couple of days chasing this down)?

ken
Reply
#5
nope it does not. That's what I linked you in the bugreport. Wrongly build systemlibs, that miss dependencies.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
(2014-04-29, 21:59)fritsch Wrote: nope it does not. That's what I linked you in the bugreport. Wrongly build systemlibs, that miss dependencies.

It probably doesn't solve the real problem, but installing those devel packages did allow Gotham to successfully build. Will it run? Haven't tried it yet. But will let you know.

BTW: do you suggest that the the debian bug be listed as a fedora bug as well?

Thx.

ken
Reply
#7
so installing gmp and nettle headers fixes it for you? Would you mind pastebining your config.log and config.status?
Reply
#8
(2014-04-30, 09:18)wsnipex Wrote: so installing gmp and nettle headers fixes it for you? Would you mind pastebining your config.log and config.status?

here it is:

http://pastebin.com/KPgP8yhz

I have run this build and have had no problems.

ken
Reply
#9
GNUTLS_ALL_LIBS='-lgnutls -lnettle -lhogweed -lpthread -lgmp -ltasn1 -lp11-kit -lz '

how does that look if you have gmp and nettle headers installed(only the libs)?
Reply
#10
should be fixed for Gotham branch. https://github.com/xbmc/xbmc/pull/4642
Master was fixed with the ffmpeg2 merge before.
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED]Build error for gotham0