[ http://issues.apache.org/jira/browse/XALANC-472?page=all ]
     
Dmitry Hayes closed XALANC-472:
-------------------------------

    Resolution: Duplicate

The issue is dublicating and the obsolete tests are removed now from the 
project files

> Test suite not updated
> ----------------------
>
>          Key: XALANC-472
>          URL: http://issues.apache.org/jira/browse/XALANC-472
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: 1.9
>  Environment: Xerces C++ ver 2.6.0 
> ICU 3.2
> Xalan C++ 1.9.0
> MSVC++ 6.0 SP6
> MS-XP SP2. 
>     Reporter: Mayank Banerjee
>     Priority: Minor

>
> Have tried just about _every_ option mentioned on the site,to try and get an 
> error free Xalan Build.
> Here is my system config:
> ========================
> Xerces C++ ver 2.6.0 
>    <Drive:>\Xerces\xerces-c-src_2_6_0   XERCESCROOT  (built and verified)
> ICU 3.2
>    <Drive:>\ICU  ICUROOT (built and verified)
> Xalan C++ 1.9.0
>    <Drive:>\Xalan\xml-xalan
> MSVC++ 6.0 SP5  
>  Include,lib,bin paths for ICU and Xerces set properly in 
>  tools->options->Directories.
> MS-XP SP2. 
> The following projects break with compilation errors(Debug/Release):
> =======================================================================
> xml-xalan\c\Tests\Memory
> xml-xalan\c\Tests\Performance
> xml-xalan\c\Tests\InputSource
> xml-xalan\c\Tests\Extensions
> xml-xalan\c\Tests\Dom2Dom
> xml-xalan\c\Tests\Compare
> xml-xalan\c\src\xalanc\TestXSLT
> xml-xalan\c\Tests\Params
> Note : -   I cross-verified with the official binary distributions for _all_ 
> other  files,those are getting built properly. _ONLY_ the test related 
> projects fail.
> I am attaching the build log for the Win32-debug.IMHO,the "official" test 
> harness needs to be updated.
> --------------------Configuration: Memory - Win32 Debug--------------------
> Compiling...
> Stressmem.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(108) : 
> error C2248: 'XalanFileUtility::XalanFileUtility' : cannot access private 
> member declared in class 'xalanc_1_9::XalanFileUtility'
>         ..\..\src\xalanc/Harness/XalanFileUtility.hpp(423) : see declaration 
> of 'XalanFileUtility::XalanFileUtility'
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(125) : 
> error C2660: 'getDirectoryNames' : function does not take 1 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(128) : 
> error C2660: 'generateUniqRunid' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(133) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(135) : 
> error C2664: '__thiscall 
> xalanc_1_9::XalanXMLFileReporter::xalanc_1_9::XalanXMLFileReporter(const 
> class xalanc_1_9::XalanXMLFileReporter &)' : cannot convert parameter 1 from 
> 'const class xalanc_1_9::XalanDOMString' to 'const class 
> xalanc_1_9::XalanXMLFileReporter &'
>         Reason: cannot convert from 'const class xalanc_1_9::XalanDOMString' 
> to 'const class xalanc_1_9::XalanXMLFileReporter'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(157) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(160) : 
> error C2660: 'getTestFileNames' : function does not take 3 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(174) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(175) : 
> error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(176) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Memory\Stressmem.cpp(177) : 
> error C2660: 'generateFileName' : function does not take 2 parameters
> Error executing cl.exe.
> stressmem.exe - 11 error(s), 7 warning(s)
> --------------------Configuration: Params - Win32 Debug--------------------
> Compiling...
> Params.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(106) : error 
> C2248: 'XalanFileUtility::XalanFileUtility' : cannot access private member 
> declared in class 'xalanc_1_9::XalanFileUtility'
>         ..\..\src\xalanc/Harness/XalanFileUtility.hpp(423) : see declaration 
> of 'XalanFileUtility::XalanFileUtility'
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(120) : error 
> C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define this 
> operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(138) : error 
> C2660: 'generateUniqRunid' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(141) : error 
> C2660: 'getDrive' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(143) : error 
> C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(145) : error 
> C2664: '__thiscall 
> xalanc_1_9::XalanXMLFileReporter::xalanc_1_9::XalanXMLFileReporter(const 
> class xalanc_1_9::XalanXMLFileReporter &)' : cannot convert parameter 1 from 
> 'const class xalanc_1_9::XalanDOMString' to 'const class 
> xalanc_1_9::XalanXMLFileReporter &'
>         Reason: cannot convert from 'const class xalanc_1_9::XalanDOMString' 
> to 'const class xalanc_1_9::XalanXMLFileReporter'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(154) : error 
> C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define this 
> operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(161) : error 
> C2660: 'getTestFileNames' : function does not take 3 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(171) : error 
> C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define this 
> operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(180) : error 
> C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(186) : error 
> C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define this 
> operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(187) : error 
> C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(188) : error 
> C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define this 
> operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Params\Params.cpp(189) : error 
> C2660: 'generateFileName' : function does not take 2 parameters
> Error executing cl.exe.
> Params.exe - 14 error(s), 7 warning(s)
> --------------------Configuration: TestXSLT - Win32 Debug--------------------
> Compiling...
> process.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\vector(249) : warning C4663: C++ language 
> change: to explicitly specialize class template 'vector' use the following 
> syntax:
>         template<> class vector<bool,class std::allocator<unsigned int> > ...
> ..\..\..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to 
> class template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to 
> class template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference 
> to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> ..\..\..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 
> 'XalanVector' : decorated name length exceeded, name was truncated
>         ..\..\..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to 
> class template instantiation 'xalanc_1_9::[EMAIL PROTECTED]@[EMAIL 
> PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
> PROTECTED]@xalanc_1_9@@[EMAIL PROTECTED]@xalanc_1_9@@@2@@[EMAIL PROTECTED]' 
> being compiled
>         ..\..\..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference 
> to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\src\xalanc\TestXSLT\process.cpp(631) 
> : error C2664: '__thiscall 
> xalanc_1_9::FormatterToText::xalanc_1_9::FormatterToText(class 
> xalanc_1_9::Writer &,bool,bool,class xercesc_2_6::MemoryManager &)' : cannot 
> convert parameter 1 from 'class xercesc_2_6::MemoryManager' to 'class 
> xalanc_1_9::Writer &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\src\xalanc\TestXSLT\process.cpp(666) 
> : error C2664: 'FormatterToHTML::FormatterToHTML' : cannot convert parameter 
> 1 from 'class xercesc_2_6::MemoryManager' to 'class xalanc_1_9::Writer &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> Error executing cl.exe.
> TestXSLT.exe - 2 error(s), 14 warning(s)
> --------------------Configuration: compare - Win32 Debug--------------------
> Compiling...
> compare.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(97) : error 
> C2248: 'XalanFileUtility::XalanFileUtility' : cannot access private member 
> declared in class 'xalanc_1_9::XalanFileUtility'
>         ..\..\src\xalanc/Harness/XalanFileUtility.hpp(423) : see declaration 
> of 'XalanFileUtility::XalanFileUtility'
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(130) : 
> error C2660: 'generateUniqRunid' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(132) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(134) : 
> error C2664: '__thiscall 
> xalanc_1_9::XalanXMLFileReporter::xalanc_1_9::XalanXMLFileReporter(const 
> class xalanc_1_9::XalanXMLFileReporter &)' : cannot convert parameter 1 from 
> 'const class xalanc_1_9::XalanDOMString' to 'const class 
> xalanc_1_9::XalanXMLFileReporter &'
>         Reason: cannot convert from 'const class xalanc_1_9::XalanDOMString' 
> to 'const class xalanc_1_9::XalanXMLFileReporter'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(140) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(149) : 
> error C2660: 'getTestFileNames' : function does not take 3 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(157) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(158) : 
> error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(159) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(160) : 
> error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(162) : 
> error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not define 
> this operator or a conversion to a type acceptable to the predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(163) : 
> error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Compare\compare.cpp(172) : 
> error C2664: '__thiscall 
> xalanc_1_9::FormatterToSourceTree::xalanc_1_9::FormatterToSourceTree(class 
> xercesc_2_6::MemoryManager &,class xalanc_1_9::XalanSourceTreeDocument *)' : 
> cannot convert parameter 1 from 'class xalanc_1_9::XalanSourceTreeDocument *' 
> to 'class xercesc_2_6::MemoryManager &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> Error executing cl.exe.
> compare.exe - 13 error(s), 7 warning(s)
> --------------------Configuration: dom2dom - Win32 Debug--------------------
> Compiling...
> dom2dom.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\vector(249) : warning C4663: C++ language 
> change: to explicitly specialize class template 'vector' use the following 
> syntax:
>         template<> class vector<bool,class std::allocator<unsigned int> > ...
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/dom/DOMDocument.hpp(841)
>  : warning C4100: 'systemId' : unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/dom/DOMDocument.hpp(840)
>  : warning C4100: 'publicId' : unreferenced formal parameter
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::[EMAIL PROTECTED]@[EMAIL 
> PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
> PROTECTED]@xalanc_1_9@@[EMAIL PROTECTED]@xalanc_1_9@@@2@@[EMAIL PROTECTED]' 
> being compiled
>         ..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Dom2Dom\dom2dom.cpp(280) : 
> error C2664: '__thiscall 
> xalanc_1_9::XercesParserLiaison::xalanc_1_9::XercesParserLiaison(class 
> xalanc_1_9::XercesDOMSupport &,class xercesc_2_6::MemoryManager &)' : cannot 
> convert parameter 1 from 'class xercesc_2_6::MemoryManager' to 'class 
> xalanc_1_9::XercesDOMSupport &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> Error executing cl.exe.
> Dom2Dom.exe - 1 error(s), 16 warning(s)
> --------------------Configuration: extensions - Win32 
> Debug--------------------
> Compiling...
> extensions.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\vector(249) : warning C4663: C++ language 
> change: to explicitly specialize class template 'vector' use the following 
> syntax:
>         template<> class vector<bool,class std::allocator<unsigned int> > ...
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(110) 
> : error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(112) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(113) 
> : error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(117) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(119) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(145) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(203) 
> : error C2664: 'void __thiscall 
> xalanc_1_9::XalanFileUtility::checkAPIResults(const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,const 
> char *,class xalanc_1_9::XalanXMLFileReporter &,const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,bool)' 
> : cannot convert parameter 1 from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString &'
>         Reason: cannot convert from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(259) 
> : error C2664: 'void __thiscall 
> xalanc_1_9::XalanFileUtility::checkAPIResults(const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,const 
> char *,class xalanc_1_9::XalanXMLFileReporter &,const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,bool)' 
> : cannot convert parameter 1 from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString &'
>         Reason: cannot convert from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(274) 
> : error C2664: 'void __thiscall 
> xalanc_1_9::XalanFileUtility::checkAPIResults(const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,const 
> char *,class xalanc_1_9::XalanXMLFileReporter &,const class 
> xalanc_1_9::XalanDOMString &,const class xalanc_1_9::XalanDOMString &,bool)' 
> : cannot convert parameter 1 from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString &'
>         Reason: cannot convert from 'const char *' to 'const class 
> xalanc_1_9::XalanDOMString'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(334) 
> : error C2248: 'XalanFileUtility::XalanFileUtility' : cannot access private 
> member declared in class 'xalanc_1_9::XalanFileUtility'
>         ..\..\src\xalanc/Harness/XalanFileUtility.hpp(423) : see declaration 
> of 'XalanFileUtility::XalanFileUtility'
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(343) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(358) 
> : error C2660: 'generateUniqRunid' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(361) 
> : error C2660: 'getDrive' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(362) 
> : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(364) 
> : error C2664: '__thiscall 
> xalanc_1_9::XalanXMLFileReporter::xalanc_1_9::XalanXMLFileReporter(const 
> class xalanc_1_9::XalanXMLFileReporter &)' : cannot convert parameter 1 from 
> 'const class xalanc_1_9::XalanDOMString' to 'const class 
> xalanc_1_9::XalanXMLFileReporter &'
>         Reason: cannot convert from 'const class xalanc_1_9::XalanDOMString' 
> to 'const class xalanc_1_9::XalanXMLFileReporter'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(375) 
> : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Extensions\extensions.cpp(382) 
> : error C2660: 'getTestFileNames' : function does not take 3 parameters
> Error executing cl.exe.
> extensions.exe - 17 error(s), 8 warning(s)
> --------------------Configuration: inputsource - Win32 
> Debug--------------------
> Compiling...
> inputsource.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/dom/DOMDocument.hpp(841)
>  : warning C4100: 'systemId' : unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/dom/DOMDocument.hpp(840)
>  : warning C4100: 'publicId' : unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/internal/XSerializeEngine.hpp(780)
>  : warning C4673: throwing 'class xercesc_2_6::XSerializationException' the 
> following types will not be considered at the catch site
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/internal/XSerializeEngine.hpp(780)
>  : warning C4671: 'XSerializationException::XMLException::XMemory' : the copy 
> constructor is inaccessible
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/util/regx/Token.hpp(222)
>  : warning C4673: throwing 'class xercesc_2_6::RuntimeException' the 
> following types will not be considered at the catch site
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/util/regx/Token.hpp(222)
>  : warning C4671: 'RuntimeException::XMLException::XMemory' : the copy 
> constructor is inaccessible
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/framework/psvi/PSVIHandler.hpp(125)
>  : warning C4100: 'elementInfo' : unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/framework/psvi/PSVIHandler.hpp(124)
>  : warning C4100: 'uri' : unreferenced formal parameter
> D:\OpenShare\xml\zips\Xerces\xerces-c-src_2_6_0\src\xercesc/framework/psvi/PSVIHandler.hpp(123)
>  : warning C4100: 'localName' : unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\vector(249) : warning C4663: C++ language 
> change: to explicitly specialize class template 'vector' use the following 
> syntax:
>         template<> class vector<bool,class std::allocator<unsigned int> > ...
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(110)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(139)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(170)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(181)
>  : error C2512: 'XSLTProcessorEnvSupportDefault' : no appropriate default 
> constructor available
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(190)
>  : error C2661: 'XSLTEngineImpl::XSLTEngineImpl' : no overloaded function 
> takes 5 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(202)
>  : error C2660: 
> 'StylesheetConstructionContextDefault::StylesheetConstructionContextDefault' 
> : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(208)
>  : error C2664: '__thiscall 
> xalanc_1_9::StylesheetExecutionContextDefault::xalanc_1_9::StylesheetExecutionContextDefault(class
>  xercesc_2_6::MemoryManager &,class xalanc_1_9::XalanNode *,const class 
> xalanc_1_9::NodeRefListBase *,const class xalanc_1_9::PrefixResolver *)' : 
> cannot convert parameter 1 from 'class xalanc_1_9::XSLTEngineImpl' to 'class 
> xercesc_2_6::MemoryManager &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(266)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(313)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(333)
>  : error C2248: 'XalanFileUtility::XalanFileUtility' : cannot access private 
> member declared in class 'xalanc_1_9::XalanFileUtility'
>         ..\..\src\xalanc/Harness/XalanFileUtility.hpp(423) : see declaration 
> of 'XalanFileUtility::XalanFileUtility'
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(343)
>  : error C2660: 'generateUniqRunid' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(344)
>  : error C2660: 'getDrive' : function does not take 0 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(346)
>  : error C2676: binary '+' : 'const class xalanc_1_9::XalanDOMString' does 
> not define this operator or a conversion to a type acceptable to the 
> predefined operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(348)
>  : error C2664: '__thiscall 
> xalanc_1_9::XalanXMLFileReporter::xalanc_1_9::XalanXMLFileReporter(const 
> class xalanc_1_9::XalanXMLFileReporter &)' : cannot convert parameter 1 from 
> 'const class xalanc_1_9::XalanDOMString' to 'const class 
> xalanc_1_9::XalanXMLFileReporter &'
>         Reason: cannot convert from 'const class xalanc_1_9::XalanDOMString' 
> to 'const class xalanc_1_9::XalanXMLFileReporter'
>         No constructor could take the source type, or constructor overload 
> resolution was ambiguous
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(360)
>  : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(368)
>  : error C2660: 'getTestFileNames' : function does not take 3 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(377)
>  : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(378)
>  : error C2660: 'generateFileName' : function does not take 2 parameters
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(383)
>  : error C2676: binary '+' : 'class xalanc_1_9::XalanDOMString' does not 
> define this operator or a conversion to a type acceptable to the predefined 
> operator
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\InputSource\inputsource.cpp(384)
>  : error C2660: 'generateFileName' : function does not take 2 parameters
> Error executing cl.exe.
> inputsource.exe - 20 error(s), 21 warning(s)
> --------------------Configuration: perf - Win32 Debug--------------------
> Compiling...
> perf.cpp
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language 
> change: to explicitly specialize class template 'codecvt' use the following 
> syntax:
>         template<> class codecvt<unsigned short,char,int> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : 
> signed/unsigned mismatch
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language 
> change: to explicitly specialize class template 'ctype' use the following 
> syntax:
>         template<> class ctype<char> ...
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(552) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\xlocale(554) : warning C4100: '_D' : 
> unreferenced formal parameter
> D:\MSVisualStudio\VC98\INCLUDE\vector(249) : warning C4663: C++ language 
> change: to explicitly specialize class template 'vector' use the following 
> syntax:
>         template<> class vector<bool,class std::allocator<unsigned int> > ...
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XSLT/Stylesheet.hpp(830) : see reference to class 
> template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::XalanMatchPatternData const *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::XalanMatchPatternData const *> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::[EMAIL PROTECTED]@[EMAIL 
> PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL 
> PROTECTED]@xalanc_1_9@@[EMAIL PROTECTED]@xalanc_1_9@@@2@@[EMAIL PROTECTED]' 
> being compiled
>         ..\..\src\xalanc/XSLT/StylesheetRoot.hpp(598) : see reference to 
> class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanQName const *,class xalanc_1_9::XalanVector<class 
> xalanc_1_9::ElemAttributeSet *,struct 
> xalanc_1_9::MemoryManagedConstructionTraits<class 
> xalanc_1_9::ElemAttributeSet *> >,struct xalanc_1_9::XalanMapKeyTraits<class 
> xalanc_1_9::XalanQName const *> >' being compiled
> ..\..\src\xalanc/Include/XalanMap.hpp(214) : warning C4503: 'XalanVector' : 
> decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> ..\..\src\xalanc/Include/XalanVector.hpp(109) : warning C4503: 'XalanVector' 
> : decorated name length exceeded, name was truncated
>         ..\..\src\xalanc/Include/XalanMap.hpp(572) : see reference to class 
> template instantiation 'xalanc_1_9::XalanVector<class ?? :: ?? >' being 
> compiled
>         ..\..\src\xalanc/XPath/XPathEnvSupportDefault.hpp(199) : see 
> reference to class template instantiation 'xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::XalanMap<class 
> xalanc_1_9::XalanDOMString,class xalanc_1_9::Function const *,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >,struct 
> xalanc_1_9::XalanMapKeyTraits<class xalanc_1_9::XalanDOMString> >' being 
> compiled
> D:\OpenShare\xml\zips\Xalan\xml-xalan\c\Tests\Performance\perf.cpp(364) : 
> error C2664: '__thiscall 
> xalanc_1_9::XercesParserLiaison::xalanc_1_9::XercesParserLiaison(class 
> xalanc_1_9::XercesDOMSupport &,class xercesc_2_6::MemoryManager &)' : cannot 
> convert parameter 1 from 'class xercesc_2_6::MemoryManager' to 'class 
> xalanc_1_9::XercesDOMSupport &'
>         A reference that is not to 'const' cannot be bound to a non-lvalue
> Error executing cl.exe.
> perf.exe - 1 error(s), 14 warning(s)

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to