Kodi Community Forum
Linux Compilation error while compiling xbmc-11.1 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Linux Compilation error while compiling xbmc-11.1 (/showthread.php?tid=139957)



Compilation error while compiling xbmc-11.1 - Bhanu Singh - 2012-09-07

Hi All,

I'm trying to compile xbmc-11.0 with poky. Configuration info is given below:

OE Build Configuration:
BB_VERSION = "1.11.0"
METADATA_BRANCH = "bernard-cur"
METADATA_REVISION = "1f2e1abbe2726ea6fc83e83b644ce7ee32a54fa2"
TARGET_ARCH = "i586"
TARGET_OS = "linux"
MACHINE = "fishriver"
DISTRO = "poky"
DISTRO_VERSION = "1.0"
TARGET_FPU = ""

I got the following compile time error:

DVDStateSerializer.cpp: In static member function 'static bool CDVDStateSerializer:Big GrinVDToXMLState(std:Confusedtring&, const dvd_state_t*)':
| DVDStateSerializer.cpp:207:13: error: no match for 'operator<<' in 'stream << xmlDoc'

I looked into file DVDStateSerializer.cpp +207

std:Confusedtringstream stream;
stream << xmlDoc;
xmlstate = stream.str();

It seems that it's getting fail to get data from xmlDoc object. I'm unable to resolve the error, so please help me to fix this.

Thanks in advance



RE: Compilation error while compiling xbmc-11.1 - Memphiz - 2012-09-07

Where did you get 11.1 code from? (there is no 11.1 version nor do we have a branch of that...)


RE: Compilation error while compiling xbmc-11.1 - Bhanu Singh - 2012-09-10

Sorry for the typing mistake, it's XBMC-11.0.


RE: Compilation error while compiling xbmc-11.1 - spiff - 2012-09-10

your libtinyxml is built without support for stl.