You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by ThomasC <th...@mcs.ch> on 2007/08/31 12:26:06 UTC

compile errors with latest svn trunk revision (msvc 2005)

Hi,

I downloaded the latest svn trunk revision for xerces and xalan. I could
compile xerces successfully with msvc2005. XERCESROOT env is set. I try to
compile xalan, but the following errors occur:


Error	1	error C2259: 'xalanc_1_10::XalanSourceTreeContentHandler' : cannot
instantiate abstract class
p:\xalan\src\xalanc\xalantransformer\XalanDefaultDocumentBuilder.hpp	95	
Error	2	error C2259: 'xalanc_1_10::XalanSourceTreeContentHandler' : cannot
instantiate abstract class
p:\xalan\src\xalanc\xalantransformer\XalanDefaultDocumentBuilder.hpp	95	
Error	3	error C2259: 'xalanc_1_10::StylesheetHandler' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XSLT\XSLTEngineImpl.cpp	426	
Error	4	error C2259: 'xalanc_1_10::StylesheetHandler' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XSLT\XSLTEngineImpl.cpp	808	
Error	5	error C2259: 'xalanc_1_10::StylesheetHandler' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XSLT\XSLTEngineImpl.cpp	897	
Error	6	error C2259: 'xalanc_1_10::FormatterStringLengthCounter' : cannot
instantiate abstract class	p:\xalan\src\xalanc\XSLT\XResultTreeFrag.cpp	224	
Error	9	error C2259: 'xalanc_1_10::StylesheetHandler' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XSLT\StylesheetHandler.cpp	1360	
Error	10	error C2259:
'xalanc_1_10::StylesheetExecutionContextDefault::FormatterToTextDOMString' :
cannot instantiate abstract class
p:\xalan\src\xalanc\Include\XalanObjectCache.hpp	74	
Error	11	error C2259: 'xalanc_1_10::FormatterListenerAdapater' : cannot
instantiate abstract class	p:\xalan\src\xalanc\XSLT\ElemValueOf.cpp	280	
Error	12	error C2259: 'xalanc_1_10::XalanSourceTreeContentHandler' : cannot
instantiate abstract class
p:\xalan\src\xalanc\XalanSourceTree\XalanSourceTreeParserLiaison.cpp	634	
Error	22	error C2259:
'xalanc_1_10::FormatterToXMLUnicode<UnicodeWriter,ConstantsType,CharPredicate,IndentHandler,XMLVersion>'
: cannot instantiate abstract class
p:\xalan\src\xalanc\XMLSupport\FormatterToXMLUnicode.hpp	127	
Error	24	error C2259: 'xalanc_1_10::FormatterToXML' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XMLSupport\FormatterToXML.cpp	348	
Error	25	error C2259: 'xalanc_1_10::FormatterToText' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XMLSupport\FormatterToText.cpp	113	
Error	26	error C2259: 'xalanc_1_10::FormatterToHTML' : cannot instantiate
abstract class	p:\xalan\src\xalanc\XMLSupport\FormatterToHTML.cpp	124	
Error	29	error C2259: 'xalanc_1_10::FormatterStringLengthCounter' : cannot
instantiate abstract class	p:\xalan\src\xalanc\XPath\XPath.cpp	2754	
Error	30	error C2259: 'xalanc_1_10::FormatterStringLengthCounter' : cannot
instantiate abstract class	p:\xalan\src\xalanc\XPath\XPath.cpp	2771	
Error	33	error C2259: 'xalanc_1_10::FormatterStringLengthCounter' : cannot
instantiate abstract class	p:\xalan\src\xalanc\XPath\XNodeSetBase.cpp	186



Is there a solution?
-- 
View this message in context: http://www.nabble.com/compile-errors-with-latest-svn-trunk-revision-%28msvc-2005%29-tf4359394.html#a12424050
Sent from the Xalan - C - Users mailing list archive at Nabble.com.


Re: compile errors with latest svn trunk revision (msvc 2005)

Posted by David Bertoni <db...@apache.org>.
ThomasC wrote:
> Hi,
> 
> I downloaded the latest svn trunk revision for xerces and xalan. I could
> compile xerces successfully with msvc2005. XERCESROOT env is set. I try to
> compile xalan, but the following errors occur:
This question was just answered last week.  You should take a look at the 
archives for more information.  In particular, there's a patch available:

http://issues.apache.org/jira/browse/XALANC-652

Dave