DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17215>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17215 Build fails on xml4com project (VC6 compiler) Summary: Build fails on xml4com project (VC6 compiler) Product: Xerces-C++ Version: 2.2.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The build failed on several files with references to the same source lines. Here is a snippet of the compiler output: Compiling... Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. cl /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\src" /I "..\..\..\..\..\src\xerc esc\com" /D "_DEBUG" /D "_MBCS" /D "_ATL_DEBUG_INTERFACES" /D "_ATL_DEBUG_QI" / D "_ATL_DEBUG_REFCOUNT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "DEVENV_VCPP" /D "XML_SING LEDLL" /D "XML_USE_WIN32_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /Fp"..\..\..\ ..\..\Build\Win32\xml4com\Debug/xerces- com.pch" /Yu"stdafx.h" /Fo"..\..\..\..\..\Build\Win32 \xml4com\Debug/" /Fd"..\..\..\..\..\Build\Win32\xml4com\Debug/" /FD /GZ /c ... more errore ... XMLDOMXMLDecl.cpp d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\xmldomxmldecl.cpp(60) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h(115) : error C2146: syntax error : missing ';' before identifier 'get_DOM_Node' d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h (191) : see reference to class template instantiation 'IXMLDOMNodeImpl<T,piid,plibid,wMajor,wMinor,tihclass>' being compiled d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h(115) : error C2433: 'DOM_Node' : 'virtual' not permitted on data declarations d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h (191) : see reference to class template instantiation 'IXMLDOMNodeImpl<T,piid,plibid,wMajor,wMinor,tihclass>' being compiled d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h(115) : error C2501: 'DOM_Node' : missing storage-class or type specifiers d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h (191) : see reference to class template instantiation 'IXMLDOMNodeImpl<T,piid,plibid,wMajor,wMinor,tihclass>' being compiled d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h(115) : error C2253: 'get_DOM_Node' : pure specifier only applies to virtual function - specifier ignored d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\ixmldomnodeimpl.h (191) : see reference to class template instantiation 'IXMLDOMNodeImpl<T,piid,plibid,wMajor,wMinor,tihclass>' being compiled d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\xmldomnodelist.h(91) : error C2065: 'DOM_NodeList' : undeclared identifier d:\xerces\src\xerces-c-src2_2_0\src\xercesc\com\xmldomnodelist.h(93) : fatal error C1903: unable to recover from previous error(s); stopping compilation .... more errors ... Generating Code... Error executing cl.exe. xerces-com.dll - 81 error(s), 15 warning(s) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
