[Doxygen-users] Installing doxygen 1.8.6 with Xapian search engine
Brought to you by:
dimitri
From: Nasir K. <nas...@gm...> - 2014-03-04 07:39:43
|
Hi, I already installed latest release of doxygen (1.8.6) and I want to use the new feature which is using external search engine in generated HTML documentation. My project is huge and default search engine is very slow. In doxygen we have integrated search indexer and search engine which is based on source search engine library Xapian. I am trying to install Xapian 1.2.17 and needed libraries i.e. Xapain-omega. I can see that installation of those are ok. I configure (./configure) installation of doxygen 1.8.6 and after that try to run make, I get following error: gmake[2]: Entering directory `/prj/cara/common/Nasir_testing/doxygen-1.8.6/addon/doxyapp' g++ -g -o ../../bin/doxyapp ../../objects/doxyapp.o -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpthread -liconv -L/work/cara/common/testTools/xapian-core/1.2.17/lib /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status gmake[2]: *** [../../bin/doxyapp] Error 1 gmake[2]: Leaving directory `/prj/cara/common/Nasir_testing/doxygen-1.8.6/addon/doxyapp' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/prj/cara/common/Nasir_testing/doxygen-1.8.6/addon/doxyapp' make: *** [all] Error 2 I really Don't know why it tries to search for iconv binaries under xapian-core but not from the right location (/work/cara/common/testTools/libiconv/1.14/lib/libiconv.so). Can anybody help on that? Thanks in advance, Nasir |