You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Nikita Sawant <ni...@netscape.com> on 2000/12/07 02:30:07 UTC

Building Xerces1.2 on Windows NT

Hi,

I am trying to build Xerces1.2 on Windows NT SP5 using MSVC 6.0 SP3.

I encountered the following problem :

--------------------Configuration: xml4com - Win32
Debug--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)
--------------------Configuration: xml4com - Win32 Unicode
Debug--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)
--------------------Configuration: xml4com - Win32 Release
MinSize--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)
--------------------Configuration: xml4com - Win32 Release
MinDependency--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)
--------------------Configuration: xml4com - Win32 Unicode Release
MinSize--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)
--------------------Configuration: xml4com - Win32 Unicode Release
MinDependency--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing D:\Nikita\Xerces\xerces-c\src\com\xml4com.idl
xml4com.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\apps\Microsoft\VisualStudio6.0\VC98\INCLUDE\wtypes.idl
wtypes.idl
midl : command line error MIDL1001 : cannot open input file xmldom.idl
Error executing midl.exe.

xerces-com.dll - 1 error(s), 0 warning(s)


-----------------------------------------------------------------------------------------------------------------------

Is there a patch for xmldom.idl ?? Where do I get this file ?

Please let me know if I am missing something here.

Thanks,
Nikita