I found the bug: #ifdef ICU #include <utf8transliterator.h> 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 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