-2

我尝试构建 FBReader 项目(http://code.google.com/p/fbreaderplus/source/checkout)。如何添加 README.build 中描述的库?当我用 cygwin 制作项目时收到这样的消息:

make[2]: Entering directory `/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrar
y/text/src/model'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrary
/text/src/model'
make[2]: Entering directory `/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrar
y/text/src/area'
Compiling ZLTextParagraphBuilder.o ...In file included from ZLTextParagraphBuild
er.cpp:30:0:
ZLTextParagraphBuilder.h:26:29: fatal error: fribidi/fribidi.h: No such file or
directory
compilation terminated.
/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrary/text/../../makefiles/subdir
.mk:14: recipe for target `ZLTextParagraphBuilder.o' failed
make[2]: *** [ZLTextParagraphBuilder.o] Error 1
make[2]: Leaving directory `/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrary
/text/src/area'
Makefile:25: recipe for target `.objects' failed
make[1]: *** [.objects] Error 1
make[1]: Leaving directory `/cygdrive/c/Users/Argentum/Desktop/fbreader/zlibrary
/text'
Makefile:9: recipe for target `all' failed
make: *** [all] Error 1
4

1 回答 1

0

这个错误ZLTextParagraphBuilder.h:26:29: fatal error: fribidi/fribidi.h: No such file or directory告诉你它缺少 fribidi,http: //www.fribidi.org/

我不知道你怎么能通过配置阶段——它不应该检查库的存在吗?

无论如何安装 fribidi 并重试。

高温高压

于 2012-05-20T14:25:28.767 回答