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
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to