Re: [Doxygen-users] Installing doxygen 1.8.6 with Xapian search engine
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-03-04 18:03:35
|
Hi Nasir, I see a similar question on stack exchange ( http://stackoverflow.com/questions/21997908/doxygen -build-failing-with-undefined-reference-to-libiconv-close-libiconv). and also in this list. I dont see a reference to the (non standard) library path (/work/cara/common/testTools/ libiconv/1.14/lib) in your link line I tried it on a RHEL system and there the iconv is coming from glibc (by head version 2.2.5), on cygwin the -liconv is explicitly added to the link line (in the configuration step in src/doxygen.pro.in). Albert On Tue, Mar 4, 2014 at 8:39 AM, Nasir Kadiri <nas...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to > Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and > the > freedom to use Git, Perforce or both. Make the move to Perforce. > > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |