Sameer Oak wrote:
I'm building xerces-c-src_2_3_0 libraries. I'm using Borland C++ 5.5.1
compiler and Windows 98 OS.
Earlier, I faced problem in compiling, the errors were regarding overloaded
operator delete in class MemoryManager. I picked a the hpp and cpp files
under utils from CVS.

The compilation went through with whole lot of warnings.

During the linking process, I'm facing the following problems:
You can get full source tree from CVS and modify file Projects\Win32\BCC.551\Xerces-all\XercesLib\XercesLib.mak:
- add following files to OBJFILES
$(TARGETPATH)\obj\MemoryManagerArrayImpl.obj \
$(TARGETPATH)\obj\XSerializeEngine.obj \
$(TARGETPATH)\obj\XProtoType.obj \
$(TARGETPATH)\obj\ValidationContextImpl.obj \
$(TARGETPATH)\obj\XMLRefInfo.obj \
$(TARGETPATH)\obj\XMLAttDefList.obj \
$(TARGETPATH)\obj\XTemplateSerializer.obj \
$(TARGETPATH)\obj\XMLGrammarDescription.obj \
$(TARGETPATH)\obj\Grammar.obj \
$(TARGETPATH)\obj\SynchronizedStringPool.obj \
$(TARGETPATH)\obj\XSModel.obj \
$(TARGETPATH)\obj\XSObject.obj \
$(TARGETPATH)\obj\XSNamespaceItem.obj \
$(TARGETPATH)\obj\XSAnnotation.obj \
$(TARGETPATH)\obj\XSElementDeclaration.obj \
$(TARGETPATH)\obj\XSSimpleTypeDefinition.obj \
$(TARGETPATH)\obj\XSComplexTypeDefinition.obj \
$(TARGETPATH)\obj\XSAttributeGroupDefinition.obj \
$(TARGETPATH)\obj\XSNotationDeclaration.obj \
$(TARGETPATH)\obj\XSAttributeDeclaration.obj \
$(TARGETPATH)\obj\XSIDCDefinition.obj \
$(TARGETPATH)\obj\XSAttributeUse.obj \
$(TARGETPATH)\obj\XSTypeDefinition.obj \
$(TARGETPATH)\obj\XSMultiValueFacet.obj \
$(TARGETPATH)\obj\XSFacet.obj \
$(TARGETPATH)\obj\XSWildcard.obj \
$(TARGETPATH)\obj\DTDEntityDecl.obj \
$(TARGETPATH)\obj\XMLDTDDescription.obj \
$(TARGETPATH)\obj\XMLSchemaDescription.obj \
- add ..\..\..\..\..\src\xercesc\framework\psvi to PATHCPP
- add ..\..\..\..\..\src\xercesc\framework\psvi to INCLUDEPATH
After that you can successfully build library and run tests.


Good luck !
        Vitaly


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to