GNU gettext 工具未找到编译错误

发布于 2024-10-23 00:31:10 字数 188 浏览 5 评论 0原文

我正在ubuntu linux中编译linphone源代码。 并得到以下错误:

找不到 GNU gettext 工具#intltool 需要

我怀疑 intltool 未安装或 GNU 工具状况不佳。我不知道 哪里可以下载安装软件。

如果有人给我答案,我将不胜感激。

I was compiling linphone source code in ubuntu linux.
And got the following error:

GNU gettext tool not found #required for intltool

I doubt that intltool is not installed or
GNU tool is not in good condition. I don't know
where can I download the software for install.

I'll be appreciated if someone got me an answer.

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

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

发布评论

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

评论(2

薄暮涼年 2024-10-30 00:31:10

您可以像这样使用 apt 存储库:

apt-get update
apt-get upgrade
apt-get install gettext libgettextpo-dev

并且您可以使用 apt-cache 查看可用的完整 gettext 目标:

apt-cache search gettext | grep gettext

You can use apt repository like this :

apt-get update
apt-get upgrade
apt-get install gettext libgettextpo-dev

and you can take a look for full gettext targets available using apt-cache :

apt-cache search gettext | grep gettext
情丝乱 2024-10-30 00:31:10

无论如何,

我已经找到出路了。

我可以在这里下载 GNU gettext 工具:

http://www.icewalkers.com /Linux/Software/513960/gettext.html

我自己解决了这个问题。

Thks anyway,

I 'd already found the way out .

I can donlowad the GNU gettext tools down here:

http://www.icewalkers.com/Linux/Software/513960/gettext.html

And I solve the problem myself.

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