Linux Compilation error while compiling xbmc-11.1
#1
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
Reply
#2
Where did you get 11.1 code from? (there is no 11.1 version nor do we have a branch of that...)
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
#3
Sorry for the typing mistake, it's XBMC-11.0.
Reply
#4
your libtinyxml is built without support for stl.
Reply

Logout Mark Read Team Forum Stats Members Help
Compilation error while compiling xbmc-11.10