the test is currently hardcoded to look in /usr/local/lib/sword for the files that sword installs from the icu directory. Jut copy those files (*.res) to that location for now.
I'll send a mail to the list later explaining what this is about and how it will work but I'd like to get a bit further with it first. Regards, Daniel On Saturday 13 Jul 2002 12:54 am, you wrote: > Current CVS now compiles again. Thank you! > > > I installed ICU 2.1 in /usr/local from sources and compiled Sword using > --with-icu (usrinst.sh). But if I run tests/tlitmgrtest I get: > > <snipped> > 109: Malayalam-Tamil > 110: Malayalam-Telugu > 111: Malayalam-Kannada > 112: Any-Null > 113: Any-Lower > 114: Any-Upper > 115: Any-Title > 116: Any-Name > 117: Name-Any > 118: Any-Remove > 119: Any-Hex/Unicode > 120: Any-Hex/Java > 121: Any-Hex/C > 122: Any-Hex/XML > 123: Any-Hex/XML10 > 124: Any-Hex/Perl > 125: Any-Hex > 126: Hex-Any/Unicode > 127: Hex-Any/Java > 128: Hex-Any/C > 129: Hex-Any/XML > 130: Hex-Any/XML10 > 131: Hex-Any/Perl > 132: Hex-Any > 133: Any-NFC > 134: Any-NFKC > 135: Any-NFD > 136: Any-NFKD > Failed to get Latin-Gothic > Failed to get BGreek-Greek > joachim:/local/devel/cvs/sword # > > How can I tell ICU to looks for Sword's files? > > Joachim