RE: [OpenSTA-devel] Re: Issue in building opensta from source - xmlparser.h errors
Brought to you by:
dansut
|
From: Kamal, S. \(Cognizant\) <Swa...@co...> - 2005-10-20 14:58:50
|
Thanks a lot Dan :) The error was in the order I was giving the path.Had specified Visual= Studio include path above the platform SDK path.Corrected it. Also I had not installed the Internet SDK. That solved the problem.Also i updated to ostaw32-1-4-3. Its building better now .. hope to get it running by tomorrow. Thanks again, Swathy -----Original Message----- From: ope...@li... [mailto:ope...@li...]On Behalf Of Daniel Sutcliffe Sent: Wednesday, October 19, 2005 9:35 PM To: ope...@li... Subject: [OpenSTA-devel] Re: Issue in building opensta from source - xmlparser.h errors 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 >=0D > 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 --=0D Daniel Sutcliffe <Da...@Op...> OpenSTA part-time caretaker - http://OpenSTA.org/ ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ OpenSTA-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opensta-devel This e-mail and any files transmitted with it are for the sole use of the= intended recipient(s) and may contain confidential and privileged= information. If you are not the intended recipient, please contact the sender by reply= e-mail and destroy all copies of the original message.=0D Any unauthorised review, use, disclosure, dissemination, forwarding,= printing or copying of this email or any action taken in reliance on this= e-mail is strictly=0D prohibited and may be unlawful. Visit us at http://www.cognizant.com |