Makefile file does not work for Borland C++ 6.0 -----------------------------------------------
Key: XERCESC-1346 URL: http://issues.apache.org/jira/browse/XERCESC-1346 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment: Win32, Borland C++ Builder 6.0, Update 4 Reporter: Wojciech Seliga Priority: Minor Due to syntax error in XercesLilb.mak makefile for Borland (Projects/Win32/BCB6/Xerces-all/XercesLib) it's is not possible to compile Xerces 2.6.0 from command line using Borland make tool. My findings: 1. line: ..\..\..\..\..\Build\Win32\BCB6\obj\IdentityConstraintHandler.obj" is wrong - unecessary (and invalid) quotation mark (") is placed at the end - should be removed. 2. Many obj files are not listed, which causes linking to fail. Missing fiels are: ..\..\..\..\..\Build\Win32\BCB6\obj\XTemplateSerializer.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\XSerializeEngine.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\XProtoType.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\XMLGrammarDescription.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\XMLAttDefList.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\XMLRefInfo.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\DTDEntityDecl.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\SynchronizedStringPool.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\Grammar.obj \ ..\..\..\..\..\Build\Win32\BCB6\obj\MemoryManagerArrayImpl.obj \ Modifying makefile accoring to what I wrote, is sufficient to compile and link XercesLib.dll I can provide you with working makefile if you wish. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]