Error occured while installing sdcv on cygwin
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论