[OpenSTA-devel] Re: Issue in building opensta from source - xmlparser.h errors
Brought to you by:
dansut
|
From: Daniel S. <da...@Op...> - 2005-10-19 16:04:57
|
Swathy Kamal wrote: > I am trying to build Opensta from source on windows 2000. I am > using ostaw32-1-4-2. Firstly - Why? 1.4.3 has been released for quite some time and fixes many issues, including some build problems. You do yourself no favors trying to build outdated versions. Ideally get yourself setup with anonymous CVS access - but if that isn't possible then at the very least use the latest source package. > While trying to build xmlrpc files it gives the following error: > Compiling... > CallManager.cpp > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(44) : error C2061: syntax error : identifier 'IXMLDOMNode' > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(54) : error C2143: syntax error : missing ';' before '*' > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(54) : error C2501: 'IXMLDOMNode' : missing storage-class or type specifiers > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(54) : error C2501: 'm_pXMLNode' : missing storage-class or type specifiers > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(68) : error C2143: syntax error : missing ';' before '*' > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(68) : error C2501: 'IXMLDOMDocument' : missing storage-class or type specifiers > D:\OpenSTA\ostaw32-1-4-2\src\Architecture\XMLRelay\xmlrpc\XMLParser.h(68) : error C2501: 'm_pXMLDoc' : missing storage-class or type specifiers > > This error reoccurs wherever "IXMLDOMNode" is being used. My > Visual C++ 6.0 editor doesn't have the definition for IXMLDOMNode. > I ve updated the VC++ with service pack 6 (as recommended in the > pre-requisites for building OpenSTA). But this didn't help IXMLDOMNode is part of the MS XML SDK and not any part of Visual C++. This points to the fact that you have either a problem with the Platform SDK you have installed, or some issue with include PATHs. What is your setup? Are these the only errors you are getting? Hope this helps, /dan -- Daniel Sutcliffe <Da...@Op...> OpenSTA part-time caretaker - http://OpenSTA.org/ |