从 eclipse autotools 插件执行 automake

发布于 2024-10-04 05:41:55 字数 261 浏览 6 评论 0原文

我最近安装了 eclipse 的 autotools 插件。我为每个源子目录制作了 Makefile.am。我还在configure.ac 文件中包含了AM_INIT_MAKEFILE 宏。该插件确实使用autoreconf -i。问题是,每当我尝试构建时都会收到错误消息,
config.status:错误:找不到输入文件:'Makefile.in'
这表明 automake 从未运行过。有什么想法吗?

I recently installed the autotools plugin for eclipse. I made the Makefile.am for each source subdirectory. I also included the AM_INIT_MAKEFILE macro in the configure.ac file. The plugin DOES use autoreconf -i. The problem is that I get an error anytime I try to build that says,
config.status: error: cannot find input file: 'Makefile.in'
Which indicates that automake was never ran. Any ideas?

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

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

发布评论

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

评论(1

短暂陪伴 2024-10-11 05:41:55

我犯了一个初学者的错误。我没有添加 automake 实际运行和制作 Makefile.in 所需的额外文件。另外,要运行任何自动工具(aclocal、automake、autoheader 等),请转到 Project->Invoke Autotools->Invoke(自动工具的名称)

I made a beginner's mistake. I didn't add the extra files automake needs to actually function and make the Makefile.in. Also to run any autotool (aclocal, automake, autoheader, etc.) go to Project->Invoke Autotools->Invoke (name of autotool)

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