make bootcd failed: (error: {standard input}: Assembler messages:
{standard input}:3677: Warning: Ignoring changed section attributes for .text
{standard input}: Assembler messages:
{standard input}:4296: Warning: Ignoring changed section attributes for .text
{standard input}: Assembler messages:
{standard input}:4296: Warning: Ignoring changed section attributes for .text
{standard input}: Assembler messages:
{standard input}:55: Warning: Ignoring changed section attributes for .text
In file included from subsys\system\ibrowser\/ibrowser.h:201,
                 from subsys\system\ibrowser\precomp.h:31:
subsys\system\ibrowser\/utility/xmlstorage.h:41:19: expat.h: No such file or directory
In file included from subsys\system\ibrowser\/ibrowser.h:201,
                 from subsys\system\ibrowser\precomp.h:31:
subsys\system\ibrowser\/utility/xmlstorage.h:341: error: expected `,' or `...' before '*' token
subsys\system\ibrowser\/utility/xmlstorage.h:342: error: ISO C++ forbids declaration of `XML_Char' with no type
subsys\system\ibrowser\/utility/xmlstorage.h: In constructor `XMLStorage::String_from_XML_Char::String_from_XML_Char(int)':
subsys\system\ibrowser\/utility/xmlstorage.h:343: error: `str' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:343: error: (Each undeclared identifier is reported only once for each function it appears in.)
subsys\system\ibrowser\/utility/xmlstorage.h: At global scope:
subsys\system\ibrowser\/utility/xmlstorage.h:1521: error: `XML_Status' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1538: error: `XML_Error' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1543: error: `XML_Parser' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1551: error: `XMLCALL' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1552: error: `XMLCALL' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1553: error: `XMLCALL' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h:1554: error: `XMLCALL' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h: In constructor `XMLStorage::XMLReaderBase::XMLReaderBase(XMLStorage::XMLNode*)':
subsys\system\ibrowser\/utility/xmlstorage.h:1506: error: class `XMLStorage::XMLReaderBase' does not have any field named `_parser'
subsys\system\ibrowser\/utility/xmlstorage.h:1506: error: `XML_ParserCreate' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1508: error: `_parser' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1508: error: `XML_SetUserData' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1509: error: `XML_XmlDeclHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1509: error: `XML_SetXmlDeclHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1510: error: `XML_StartElementHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1510: error: `XML_EndElementHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1510: error: `XML_SetElementHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1511: error: `XML_DefaultHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1511: error: `XML_SetDefaultHandler' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h: In destructor `virtual XMLStorage::XMLReaderBase::~XMLReaderBase()':
subsys\system\ibrowser\/utility/xmlstorage.h:1518: error: `_parser' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1518: error: `XML_ParserFree' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h: In member function `std::string XMLStorage::XMLReaderBase::get_position() const':
subsys\system\ibrowser\/utility/xmlstorage.h:1527: error: `_parser' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1527: error: `XML_GetCurrentLineNumber' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1528: error: `XML_GetCurrentColumnNumber' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h: At global scope:
subsys\system\ibrowser\/utility/xmlstorage.h:1713: error: `XML_Error' does not name a type
subsys\system\ibrowser\/utility/xmlstorage.h: In constructor `XMLStorage::XMLDoc::XMLDoc()':
subsys\system\ibrowser\/utility/xmlstorage.h:1613: error: class `XMLStorage::XMLDoc' does not have any field named `_last_error'
subsys\system\ibrowser\/utility/xmlstorage.h:1613: error: `XML_ERROR_NONE' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h: In constructor `XMLStorage::XMLDoc::XMLDoc(const TCHAR*)':
subsys\system\ibrowser\/utility/xmlstorage.h:1619: error: class `XMLStorage::XMLDoc' does not have any field named `_last_error'
subsys\system\ibrowser\/utility/xmlstorage.h:1619: error: `XML_ERROR_NONE' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h: In member function `bool XMLStorage::XMLDoc::read(XMLStorage::XMLReaderBase&)':
subsys\system\ibrowser\/utility/xmlstorage.h:1647: error: `XML_Status' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1647: error: expected `;' before "status"
subsys\system\ibrowser\/utility/xmlstorage.h:1651: error: `status' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1651: error: `XML_STATUS_ERROR' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1656: error: `_last_error' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1656: error: 'struct XMLStorage::XMLReaderBase' has no member named 'get_error_code'
subsys\system\ibrowser\/utility/xmlstorage.h: In member function `bool XMLStorage::XMLDoc::read(XMLStorage::XMLReaderBase&, const std::string&)':
subsys\system\ibrowser\/utility/xmlstorage.h:1665: error: `XML_Status' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1665: error: expected `;' before "status"
subsys\system\ibrowser\/utility/xmlstorage.h:1669: error: `status' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1669: error: `XML_STATUS_ERROR' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1674: error: `_last_error' undeclared (first use this function)
subsys\system\ibrowser\/utility/xmlstorage.h:1674: error: 'struct XMLStorage::XMLReaderBase' has no member named 'get_error_code'
In file included from subsys\system\explorer\/globals.h:29,
                 from subsys\system\explorer\precomp.h:33:
subsys\system\explorer\/utility/xmlstorage.h:41:19: expat.h: No such file or directory
In file included from subsys\system\explorer\/globals.h:29,
                 from subsys\system\explorer\precomp.h:33:
subsys\system\explorer\/utility/xmlstorage.h:341: error: expected `,' or `...' before '*' token
subsys\system\explorer\/utility/xmlstorage.h:342: error: ISO C++ forbids declaration of `XML_Char' with no type
subsys\system\explorer\/utility/xmlstorage.h: In constructor `XMLStorage::String_from_XML_Char::String_from_XML_Char(int)':
subsys\system\explorer\/utility/xmlstorage.h:343: error: `str' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:343: error: (Each undeclared identifier is reported only once for each function it appears in.)
subsys\system\explorer\/utility/xmlstorage.h: At global scope:
subsys\system\explorer\/utility/xmlstorage.h:1521: error: `XML_Status' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1538: error: `XML_Error' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1543: error: `XML_Parser' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1551: error: `XMLCALL' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1552: error: `XMLCALL' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1553: error: `XMLCALL' does not name a type
subsys\system\explorer\/utility/xmlstorage.h:1554: error: `XMLCALL' does not name a type
subsys\system\explorer\/utility/xmlstorage.h: In constructor `XMLStorage::XMLReaderBase::XMLReaderBase(XMLStorage::XMLNode*)':
subsys\system\explorer\/utility/xmlstorage.h:1506: error: class `XMLStorage::XMLReaderBase' does not have any field named `_parser'
subsys\system\explorer\/utility/xmlstorage.h:1506: error: `XML_ParserCreate' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1508: error: `_parser' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1508: error: `XML_SetUserData' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1509: error: `XML_XmlDeclHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1509: error: `XML_SetXmlDeclHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1510: error: `XML_StartElementHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1510: error: `XML_EndElementHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1510: error: `XML_SetElementHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1511: error: `XML_DefaultHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1511: error: `XML_SetDefaultHandler' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h: In destructor `virtual XMLStorage::XMLReaderBase::~XMLReaderBase()':
subsys\system\explorer\/utility/xmlstorage.h:1518: error: `_parser' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1518: error: `XML_ParserFree' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h: In member function `std::string XMLStorage::XMLReaderBase::get_position() const':
subsys\system\explorer\/utility/xmlstorage.h:1527: error: `_parser' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1527: error: `XML_GetCurrentLineNumber' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1528: error: `XML_GetCurrentColumnNumber' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h: At global scope:
subsys\system\explorer\/utility/xmlstorage.h:1713: error: `XML_Error' does not name a type
subsys\system\explorer\/utility/xmlstorage.h: In constructor `XMLStorage::XMLDoc::XMLDoc()':
subsys\system\explorer\/utility/xmlstorage.h:1613: error: class `XMLStorage::XMLDoc' does not have any field named `_last_error'
subsys\system\explorer\/utility/xmlstorage.h:1613: error: `XML_ERROR_NONE' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h: In constructor `XMLStorage::XMLDoc::XMLDoc(const TCHAR*)':
subsys\system\explorer\/utility/xmlstorage.h:1619: error: class `XMLStorage::XMLDoc' does not have any field named `_last_error'
subsys\system\explorer\/utility/xmlstorage.h:1619: error: `XML_ERROR_NONE' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h: In member function `bool XMLStorage::XMLDoc::read(XMLStorage::XMLReaderBase&)':
subsys\system\explorer\/utility/xmlstorage.h:1647: error: `XML_Status' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1647: error: expected `;' before "status"
subsys\system\explorer\/utility/xmlstorage.h:1651: error: `status' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1651: error: `XML_STATUS_ERROR' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1656: error: `_last_error' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1656: error: 'struct XMLStorage::XMLReaderBase' has no member named 'get_error_code'
subsys\system\explorer\/utility/xmlstorage.h: In member function `bool XMLStorage::XMLDoc::read(XMLStorage::XMLReaderBase&, const std::string&)':
subsys\system\explorer\/utility/xmlstorage.h:1665: error: `XML_Status' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1665: error: expected `;' before "status"
subsys\system\explorer\/utility/xmlstorage.h:1669: error: `status' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1669: error: `XML_STATUS_ERROR' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1674: error: `_last_error' undeclared (first use this function)
subsys\system\explorer\/utility/xmlstorage.h:1674: error: 'struct XMLStorage::XMLReaderBase' has no member named 'get_error_code'
mingw32-make: *** [subsys\system\ibrowser\precomp.h.gch] Error 1
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [subsys\system\explorer\precomp.h.gch] Error 1
) Reading build files...done
Detecting compiler...detected (gcc)
Detecting netwide assembler...detected (nasm)
Detecting compiler -pipe support...detected
Detecting compiler pre-compiled header support...detected
Processing modules...done
Creating directories...done
Unpacking WINE resources...done
Generating test support code...done
Generating proxy makefiles...done
Checking automatic dependencies...done
<br>