“make update-po”时出现 Gettext 错误
我已遵循此指南,但是当我尝试执行“make update -po”我收到以下错误:
make: *** No rule to make target `update-po'. Stop.
你知道如何修复它吗?
I have followed this guide, but when I try to do "make update-po" i get following error:
make: *** No rule to make target `update-po'. Stop.
Do you know how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您运行
configure
时,它是否会在其长输出列表中的某个位置告诉您自然语言支持 (NLS) 是“启用”还是“禁用”?如果禁用,则也不会输出 makefile 规则。When you run
configure
, does it tell you somewhere in its long list of output, that natural language support (NLS) is "enabled" or "disabled"? If disabled, then the makefile rules are also not output.