Здравствуйте.
очень нужна програма xulsword https://code.google.com/p/xulsword/source/checkout
предлагается автоустановка скриптом, который потом может навредить, поэтому ставлю вручную, смотря в скрипт
https://code.google.com/p/xulsword/source/browse/trunk/build.sh
в зависимостях есть библиотека dev-cpp/clucene, у меня установлена 2.3.3.4
при сборке xulsword выдает ошибку
$./autogen.sh
$./configure --prefix=/usr
...
CLUCENE: no
...
$make
./src/xulsword.cpp: In member function 'int xulsword::search(const char*, const char*, const char*, int, int, bool)':
./src/xulsword.cpp:1444:52: error: 'lucene_utf8towcs' was not declared in this scope
lucene_utf8towcs(wbuff, searchString.c_str(), 5000);
^
make[1]: *** [xulsword.lo] Error 1