Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Plugins Compile Error
ollydbg:
I forgot to mention, I use TDM-MinGW 4.3.3 :D.
idblew:
The error stems from tinyxml.h (see code snippet below):
#ifdef TIXML_USE_STL
#include <string>
#include <iostream>
#include <sstream>
#define TIXML_STRING std::string
#else
#include "tinystr.h"
#define TIXML_STRING TiXmlString
#endif
The affected plugins are:
src\plugins\contrib\byogames\byogames.cbp
src\plugins\contrib\codesnippets\codesnippets.cbp
Jenna:
I just tested it with C::B's 8.02 release and the included gcc 3.4.5 and indeed I get the errors.
There must be a change in gcc's strategy for searching include-files between 3.x and 4.x.
I readded the search-paths in trunk (svn r5490).
idblew:
Just tested SVN r5490
Confirmed working - thanks Jens
Navigation
[0] Message Index
[*] Previous page
Go to full version