I was successful on a linux box in the past at doing this but I completely spaced on it (should have saved the notes....I digress) and I forgot how.
Anyway - I am trying to compile Kodi from scratch (I know maddening) and they use TinyXML
I can "make" the package, it gets to 100% and then it fails....I am compiling now, I will add a pastebin once it completes but it looks like TinyXML is not being used as a library or it is missing functions. I enabled STL....but still no dice.
Any advice would be greatly appreciated.
Last edit: voncloft 2020-08-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was successful on a linux box in the past at doing this but I completely spaced on it (should have saved the notes....I digress) and I forgot how.
Anyway - I am trying to compile Kodi from scratch (I know maddening) and they use TinyXML
I can "make" the package, it gets to 100% and then it fails....I am compiling now, I will add a pastebin once it completes but it looks like TinyXML is not being used as a library or it is missing functions. I enabled STL....but still no dice.
Any advice would be greatly appreciated.
Last edit: voncloft 2020-08-19
CXBMCTinyXML: error: undefined reference to 'TiXmlDocument
I get a bunch of errors saying something along the lines of:
CXBMCTinyXML: error: undefined reference to 'TiXmlDocument
Any idea?