Re: [sword-devel] ICU in CVS

2002-07-15 Thread Martin Gruner
> I'm leaving for Dallas tomorrow morning, but sincerely hope that I will > have some time eventually to update icu-sword to ICU 2.1 and release it a > little more officially (as in with a tarball/zip rather than just via > CVS). Chris, best wishes and blessings for you move! Maybe we can meet i

Re: [sword-devel] ICU in CVS

2002-07-15 Thread Chris Little
It's supposed to be (was intended to be, though I don't recall if there was an upstream reason for it) _ICU_ rather than ICU. It was ICU formerly, but changed around the time I updated us to ICU 2.0. I'm leaving for Dallas tomorrow morning, but sincerely hope that I will have some time eventu

Re: [sword-devel] ICU in CVS

2002-07-15 Thread Martin Gruner
Troy, this might be caused by usrinst.sh. It now appends --with-icu per default, and since you do not have ICU the build fails. Either you revert the file, or call configure by hand. Martin > Hey guys, just tried the latest stuff. I am not using ICU. I'm still > getting: > > g++ -DUSE_AUTO

Re: [sword-devel] ICU in CVS

2002-07-15 Thread Daniel Glassey
I'll change them all to _ICU_ later or you can diy (it's much easier to grep for _ICU_ to see where it has been used, also it's what biblecs uses). It was my error in swmgr not to change it, and then missing the error with #else. Moral of the tale - always recompile and test before you chec

Re: [sword-devel] ICU in CVS

2002-07-14 Thread Troy A. Griffitts
Hey guys, just tried the latest stuff. I am not using ICU. I'm still getting: g++ -DUSE_AUTOTOOLS -DUNIX -D_ICU_ -I. -I. -I.. -I../include -g -O0 -Werror -c ../src/modules/filters/utf8transliterator.cpp -MT utf8transliterator.lo -MD -MP -MF .deps/utf8transliterator.TPlo In file included from

Re: [sword-devel] ICU in CVS

2002-07-14 Thread Joachim Ansorg
I fixed the define of -DICU. In the cpp files ICU is used, but the Makefiles used -D_ICU_. I changed the makefiles to use -DICU. Joachim > > I'm trying to use ICU in BibleTime, but compiling this test program gives > > me undefined refernces to SWMgr::isICU. > > Don't forget to "make install",

Re: [sword-devel] ICU in CVS

2002-07-14 Thread Joachim Ansorg
I found the bug: #ifdef ICU #include bool SWMgr::isICU = true; #else //<--- this was else !!! bool SWMgr::isICU = false; #endif I committed the fix. Joachim > I'm trying to use ICU in BibleTime, but compiling this test program gives > > me undefined refernces to SWMgr::isICU. > > Don't

Re: [sword-devel] ICU in CVS

2002-07-14 Thread Martin Gruner
> I'm trying to use ICU in BibleTime, but compiling this test program gives > me undefined refernces to SWMgr::isICU. Don't forget to "make install", if that should be the problem. BT (which utilizes isICU) compiles and runs fine here. Hope I understood the problem. Martin

Re: [sword-devel] ICU in CVS

2002-07-13 Thread Joachim Ansorg
I'm trying to use ICU in BibleTime, but compiling this test program gives me undefined refernces to SWMgr::isICU. #include int main(int argc, char* argv[]) { cout << "isICU is equal to " << SWMgr::isICU << endl; } Does somebody know how to fix this? Joachim

Re: [sword-devel] ICU in CVS

2002-07-13 Thread Daniel Glassey
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 furth

[sword-devel] ICU in CVS

2002-07-12 Thread Joachim Ansorg
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: 109: Malayalam-Tamil 110: Malayalam-Telugu 111: Malayalam-Kannada 112: Any-Null 113: Any-Lower 114: Any-Upper 115: