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 Dave Connet <co...@entelos.com> on 2002/07/24 19:59:05 UTC

Xercesc 2.0.0 vc7 project file is broken

I just pulled the xerces-c-src2_0_0.zip and tried to compile this under VC7
- it failed. (Under vc6, it was fine.)

Running diffs between the vc6 and vc7 projects reveals the following:
In vc7, not 6:
..\..\..\..\..\src\xercesc\dom\DOMBuilderFilter.hpp

In vc6, not 7:
..\..\..\..\..\src\xercesc\internal\IANAEncodings.hpp
..\..\..\..\..\src\xercesc\util\EncodingValidator.cpp
..\..\..\..\..\src\xercesc\util\EncodingValidator.hpp

Obviously, the missing .hpp don't really matter, but the cpp certainly does!
Applying the following diff fixes the build.

====
187a188,193
>
RelativePath="..\..\..\..\..\src\xercesc\util\EncodingValidator.cpp">
>                       </File>
>                       <File
>
RelativePath="..\..\..\..\..\src\xercesc\util\EncodingValidator.hpp">
>                       </File>
>                       <File

Dave Connet

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org