在Cygwin下编译fish shell?

发布于 2024-07-23 14:04:11 字数 243 浏览 5 评论 0原文

有谁能够在Cygwin下正确编译fish吗? 我发现这篇文章关于修改configure.ac 但我遇到了各种各样的错误。 通常的配置、制作、安装对我来说不起作用,也许我在这里做错了什么...... 有人可以指导我如何编译它吗?

Has anyone been able to correctly compile fish under Cygwin? I found this post about modifying configure.ac but I'm getting all sorts of errors. The usual configure, make, make install isn't working for me, maybe I'm doing something wrong here...
Can someone please walk me through how to get it to compile?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等风来 2024-07-30 14:04:11

修改 configure.ac 后,您可能需要重新运行 autoconf 以创建新的 configure 脚本。 如果不执行此操作,您仍然会运行源下载附带的原始 configure 脚本,因此您对 configure.ac 所做的更改将无效。

After modifying configure.ac you may need to rerun autoconf to create a new configure script. Without doing this, you're still running the original configure script that comes with the source download, so changes you made to configure.ac will have no effect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文