首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何通过cygwin安装htmldoc?

如何通过cygwin安装htmldoc?
EN

Unix & Linux用户
提问于 2015-01-31 05:49:24
回答 1查看 198关注 0票数 2

我已经在我的PC上通过cygwin安装了所有带有gcc的软件包,并且运行了./configure./configure ENTER,没有任何错误,但是现在运行make之后,我收到了错误:

代码语言:javascript
复制
Compiling http-addrlist.c...
http-addrlist.c: In function ‘httpAddrConnect’:
http-addrlist.c:59:5: error: ‘errno’ undeclared (first use in this function)
     errno = EINVAL;
     ^
http-addrlist.c:59:5: note: each undeclared identifier is reported only once for each function it appears in
http-addrlist.c:59:13: error: ‘EINVAL’ undeclared (first use in this function)
     errno = EINVAL;
             ^
../Makedefs:76: recipe for target 'http-addrlist.o' failed
make[1]: *** [http-addrlist.o] Error 1
EN

回答 1

Unix & Linux用户

发布于 2015-10-20 13:00:52

它是错误的源代码;您必须调试它或使用https://github.com/fareoffice/htmldoc存储库。

如果您在Debian或Ubuntu上,甚至可以使用命令apt-get install htmldoc

票数 -1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/182152

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档