You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Dave Connet <co...@entelos.com> on 2000/09/29 00:39:03 UTC

XSLT.dll fails to link

I pulled the current source from CVS (xml-xalan_20000928161545.tar.gz)

XSLT,TestXPath fail to link as they still reference
XercesPlatformSupport.lib which no longer exists. The fix is a simple one of
removing the .lib from the linker options in both debug and release.

TestXSLT fails to compile because it has a dependency on ICUBridge in the
.dsw which it doesn't need. Just remove the depencency.

ICUBridge fails to compile:
	D:\XML\apache\xml-xalan\c\src\ICUBridge\ICUBridge.cpp(72) : fatal
error C1083: Cannot open include file: 'unicode/coll.h': No such file or
directory
	
D:\XML\apache\xml-xalan\c\src\ICUBridge\ICUBridgeCollationCompareFunctor.cpp
(67) : fatal error C1083: Cannot open include file: 'unicode/coll.h': No
such file or directory
	
D:\XML\apache\xml-xalan\c\src\ICUBridge\ICUXalanNumberFormatProxy.cpp(66) :
fatal error C1083: Cannot open include file: 'unicode/dcfmtsym.h': No such
file or directory

Dave Connet
mailto:connet@entelos.com
Entelos, Inc.