【发布时间】:2011-08-17 10:22:11
【问题描述】:
我已关注此guide,但是当我尝试执行“make update-po”时,出现以下错误:
make: *** No rule to make target `update-po'. Stop.
你知道怎么解决吗?
【问题讨论】:
标签: makefile gettext autotools
我已关注此guide,但是当我尝试执行“make update-po”时,出现以下错误:
make: *** No rule to make target `update-po'. Stop.
你知道怎么解决吗?
【问题讨论】:
标签: makefile gettext autotools
当您运行configure 时,它是否会在其长长的输出列表中的某处告诉您自然语言支持 (NLS) 是“启用”还是“禁用”?如果禁用,则 makefile 规则也不会输出。
【讨论】: