[poky] Compilation error while compiling xbmc-11.1

Sparsh Wid hope sparsh150847 at yahoo.com
Thu Sep 6 21:57:54 PDT 2012


Hi All,

I'm trying to compile xbmc-11.1with 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::DVDToXMLState(std::string&, const dvd_state_t*)':
| DVDStateSerializer.cpp:207:13: error: no match for 'operator<<' in 'stream << xmlDoc'

I looked into file DVDStateSerializer.cpp +207

std::stringstream 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120907/7d735d72/attachment.html>


More information about the poky mailing list