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 e120281 <me...@hotmail.com> on 2008/04/25 13:52:29 UTC

xalan with vs 2005sp1

I am using vs2005sp1.
I have read that people get build errors with the latest release versions of
xerces and xalan.
So I checked out the repository heads of xerces and xalan. I achieve to
build xerces.
But during xalan build I get
error C2259: 'xalanc_1_10::XalanDummyMemoryManager' : cannot instantiate
abstract class
.....\xalan\src\xalanc\PlatformSupport\XalanMemoryManagement.cpp

what am I suppose to do to build xerces and xalan with vs2005.

-- 
View this message in context: http://www.nabble.com/xalan-with-vs-2005sp1-tp16894954p16894954.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.


Re: xalan with vs 2005sp1

Posted by David Bertoni <db...@apache.org>.
e120281 wrote:
> I am using vs2005sp1.
> I have read that people get build errors with the latest release versions of
> xerces and xalan.
> So I checked out the repository heads of xerces and xalan. I achieve to
> build xerces.
> But during xalan build I get
> error C2259: 'xalanc_1_10::XalanDummyMemoryManager' : cannot instantiate
> abstract class
> .....\xalan\src\xalanc\PlatformSupport\XalanMemoryManagement.cpp
> 
> what am I suppose to do to build xerces and xalan with vs2005.
That's not a VS 2005 error -- it's the result of an incompatible change 
in Xerces-C.  I will be committing a fix later today.

Dave