/xbmc/xbmc/music/tags/TagLoaderTagLib.cpp:426: undefined reference to `TagLib::S
#1
I just downloaded the latest version of XBMC and attempted to compile (which worked last month). Now I'm getting

/xbmc/xbmc/music/tags/TagLoaderTagLib.cpp:426: undefined reference to `TagLib::String::operator!=(TagLib::String const&) const'

Compiling on Ubuntu 12.04, and I've read both the README.ubuntu and README.linux. I've also attempted to replace tablib1x8 according to the readme

For <= 12.04

We need a new version of taglib than what is available. We supply a Makefile in
lib/taglib to make it easy to install into /usr/local.

# make -C lib/taglib
# sudo make -C lib/taglib install

Stil get the error
Reply
#2
make V=1 and see what it tries to link to.

it might be picking up the old lib.. it *NEEDS* the new library, it will NOT work with the system one.

make sure to remove the -dev for the system lib.
Reply
#3
Thoughts?

Ubuntu Command Line Listing with TabLib Errors:

http://pastebin.com/embed_js.php?i=sQEB1VU8
Reply
#4
Use PASTEBIN.COM!!
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#5
(2013-05-20, 16:51)Martijn Wrote: Use PASTEBIN.COM!!

ummm ok.. sorry, never heard of PASTBIN.COM and not sure what that has to do with this thread.
Reply
#6
(2013-05-20, 16:57)dkardell Wrote:
(2013-05-20, 16:51)Martijn Wrote: Use PASTEBIN.COM!!

ummm ok.. sorry, never heard of PASTBIN.COM and not sure what that has to do with this thread.

remove that log junk you posted on the forum and use pastebin.com.
Read: http://wiki.xbmc.org/index.php?title=For...es#Posting
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#7
(2013-05-20, 17:03)Martijn Wrote:
(2013-05-20, 16:57)dkardell Wrote:
(2013-05-20, 16:51)Martijn Wrote: Use PASTEBIN.COM!!

ummm ok.. sorry, never heard of PASTBIN.COM and not sure what that has to do with this thread.

remove that log junk you posted on the forum and use pastebin.com.
Read: http://wiki.xbmc.org/index.php?title=For...es#Posting

Updated the post. Didn't know about pastebin, docs say that is to be used for debug.log from XBMC but I now see how that could also mean command line compile listing. Thanks Smile
Reply
#8
wrong libtag again. I remember this is not the first time you ask this.
Reply
#9
(2013-05-20, 20:18)wsnipex Wrote: wrong libtag again. I remember this is not the first time you ask this.

I understand its the wrong libtag. What am I missing?
Reply
#10
Really need help on this.. I'm running up against a deadline.. Any help would really be appreciated.
Reply
#11
remove taglib from your system and build the one from our tree if you have a deadline - thats all i can tell you.

make -C lib/taglib && make && sudo make install
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
#12
Thanks Memphiz for the suggestion, however as I posted in my first post, I've already done this, several times (make -C lib/taglib & make & sudo make install)


How do I tell what taglib it is using vs the one I've built and installed with and more importantly how do I correctly "remove taglib from my system"



Thank you Smile

--- UPDATE

Ok so i've removed the directory taglib from /usr/local/include/taglib and /usr/include/taglib.

I've then (from the $HOME/xbmc directory) issued the make -C lib/taglib followed by make

Here is the commanline ouptut in pastbin

http://pastebin.com/embed_js.php?i=zBVPbyUv

thank you for any and all help Smile
Reply
#13
did you try: git clean -xfd?
then bootstrap, configure, make again


if that still fails:
dpkg -l | grep libtag | pastebinit
Reply
#14
Here is this output

http://pastebin.com/raw.php?i=fmcpLuHs
Reply
#15
I don't see you doing what I told you above.
Reply

Logout Mark Read Team Forum Stats Members Help
/xbmc/xbmc/music/tags/TagLoaderTagLib.cpp:426: undefined reference to `TagLib::S0