1.下载bison,地址见上篇文件,我用的是2.4.1-setup.exe
2.下载flex,地址见上篇文件,我用的是flex-2.5.4a-1.exe
3.下载python,我用的是2.7版本
4.将前面三个软件安装后,将其安装后目录下的bin都添加到系统给的path路径中,将python的根目录增加到系统的path目录
5.使用vs2012打开doxgen的源代码,目录下有个winbuild,找到Doxygen.sln
4>------ 已启动生成: 项目: doxyindexer, 配置: Debug Win32 ------ 1> Executing Version ... 3> Executing Lex for G:\doxygen-1.8.7\src\commentscan.l ... 2> doxysearch.cpp 4> doxyindexer.cpp 1> Executing Settings ... 3> Executing Lex for G:\doxygen-1.8.7\src\config.l ... 2>g:\doxygen-1.8.7\addon\doxysearch\doxysearch.cpp(28): fatal error C1083: 无法打开包括文件:“xapian.h”: No such file or directory 3> Executing Lex for G:\doxygen-1.8.7\src\constexp.l ... 1> Executing Unistd ... 4>g:\doxygen-1.8.7\addon\doxysearch\doxyindexer.cpp(31): fatal error C1083: 无法打开包括文件:“xapian.h”: No such file or directory 3> Executing Lex for G:\doxygen-1.8.7\src\declinfo.l ... 1> Executing configgen for doxywizard ... 3> Executing Lex for G:\doxygen-1.8.7\src\defargs.l ... 3> Executing Lex for G:\doxygen-1.8.7\src\doctokenizer.l ... 1> doxywizard.cpp 3> Executing Lex for G:\doxygen-1.8.7\src\fortrancode.l ... 3> Executing Lex for G:\doxygen-1.8.7\src\fortranscanner.l ... 1>C:\Qt\Qt5.2.1\5.2.1\msvc2012\include\QtGui/qopengl.h(82): fatal error C1083: 无法打开包括文件:“GLES2/gl2.h”: No such file or directory 1> expert.cpp 1>C:\Qt\Qt5.2.1\5.2.1\msvc2012\include\QtGui/qopengl.h(82): fatal error C1083: 无法打开包括文件:“GLES2/gl2.h”: No such file or directory 1> inputbool.cpp 3> Executing Lex for G:\doxygen-1.8.7\src\pre.l ... 1>g:\doxygen-1.8.7\addon\doxywizard\helplabel.h(4): fatal error C1083: 无法打开包括文件:“QLabel”: No such file or directory
6.在网上找了下,原来还需要xapian_doxygen_win.zip,所以google了一下,还真有这个东西,下载地址:
http://www.filewatcher.com/m/xapian_doxygen_win.zip.52870769-0.html
7.下载xapian_doxygen_win.zip,将其解压,可以看到这个是已经编译过了的,下面有debug和release编译过的静态库,
设置环境变量XAPIAN_DIR,只想其解压的根目录。
8.继续编译,发现还是出现了很多的编译错误,原来是因为xapian_doxygen_win库是2008编译出来的静态库,而我用的是vs2012在编译。
9.只能返回到xapian中,首先编译xapian的静态库了。可以参见我博客中编译xapian的文章,xapian编译也是很麻烦的
用vs2012编译doxygen-1.8.7,布布扣,bubuko.com
时间: 2024-10-10 09:23:01