Error occured while installing sdcv on cygwin

发布于 2022-07-26 09:59:51 字数 1809 浏览 9 评论 0

I'm new to unix.I got stumbed while trying to install sdcv through the cygwin terminal.
Ionly downloaded the sdcv-0.4.2.tar.bz2 file(I didn't download/installstardict. Does sdcv depend on stardict?). and extract it under the samedirectory. Let's say ~/project/sdcv dir. firstly, I typed ./configure,make. An error occured saying "Couldn't find MMAP" in cygwin. I solvedit by replace the statement "AC_FUNC_MMAP" with "AC_CHECK_FUNCS(mmap)".Then I configured again, the log says:
[
checking for mmap... yes
checking for zlibVersion in -lz... yes
./configure: line 6755: SDCV_CHECK_READLINE: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SDCV... yes
checking for LIB_STARDICT... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/uk/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating tests/Makefile
config.status: creating tests/stardict-test_dict-2.4.2/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
]

Can some help and share some experience of installing sdcv succefully on cygwin?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文