[Doxygen-users] xapian library building from source
Brought to you by:
dimitri
From: Chris C. <cch...@fo...> - 2014-02-17 10:27:36
|
I am trying to build doxygen 1.8.5 from source on a windows machine. I have the following installed Flex, bison, python and QTtools When I compile it under Visual Studio Express 2008 I get the following errors. It seems like doxysearch needs The xapian.h. Any idea how to resolve this issue. I would have thought it would have been bundled. Any help you can give me would be very much appreciated Chris >------ Build started: Project: doxysearch, Configuration: Debug Win32 ------ 1>Compiling... 1>doxysearch.cpp 2>------ Build started: Project: doxywizard, Configuration: Debug Win32 ------ 2>RCC ..\addon\doxywizard\doxywizard.qrc 2>The system cannot find the path specified. 2>Project : error PRJ0019: A tool returned an error code from "RCC ..\addon\doxywizard\doxywizard.qrc" 2>Project : warning PRJ0018 : The following environment variables were not found: 2>$(QT_DIR) 2>Build log was saved at "file://c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\obj\BuildLog.htm<file:///c:\Documents%20and%20Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\obj\BuildLog.htm>" 2>doxywizard - 1 error(s), 0 warning(s) 1>c:\documents and settings\cchalmers\desktop\doxygen-1.8.5\addon\doxysearch\doxysearch.cpp(28) : fatal error C1083: Cannot open include file: 'xapian.h': No such file or directory 1>Build log was saved at "file://c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm<file:///c:\Documents%20and%20Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm>" 1>doxysearch - 1 error(s), 0 warning(s) 3>------ Build started: Project: doxyindexer, Configuration: Debug Win32 ------ 3>Compiling... 3>doxyindexer.cpp 4>------ Build started: Project: Doxygen, Configuration: Debug Win32 ------ 4>Doxygen : warning PRJ0009 : Build log could not be opened for writing. 4>Make sure that the file is not open by another process and is not write-protected. 4>Performing Pre-Build Event... 3>c:\documents and settings\cchalmers\desktop\doxygen-1.8.5\addon\doxysearch\doxyindexer.cpp(31) : fatal error C1083: Cannot open include file: 'xapian.h': No such file or directory 3>Project : warning PRJ0018 : The following environment variables were not found: 3>$(XAPIAN_DIR) 3>Build log was saved at "file://c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm<file:///c:\Documents%20and%20Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm>" 3>doxyindexer - 1 error(s), 0 warning(s) 4>'/' is not recognized as an internal or external command, 4>operable program or batch file. 4>'/' is not recognized as an internal or external command, 4>operable program or batch file. 4>Executing Lex for c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\src\/scanner.cpp ... 4>flex: can't open and 4>Project : error PRJ0019: A tool returned an error code from "Executing Lex for c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\src\/scanner.cpp ..." 4>Build log was saved at "file://c:\Documents and Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm<file:///c:\Documents%20and%20Settings\cchalmers\Desktop\doxygen-1.8.5\winbuild\Debug\BuildLog.htm>" 4>Doxygen - 1 error(s), 1 warning(s) ========== Build: 0 succeeded, 4 failed, 1 up-to-date, 0 skipped ========== |