编译VLC时碰到的gettext问题

cross-compile with Mingw on Linux

编译环境(VMWare + Ubuntu 11.10)

 

碰到下面这个错误

 Entering directory `/root/build/po' rm -f af.gmo && : -c --statistics -o af.gmo af.po mv: cannot stat `t-af.gmo': No such file or directory make[2]: * [af.gmo] Error 1

 

google半天,发现是没有安装gettext导致的,然后随即sudo apt-get install gettext,再make,发现错误还在,难道我的命运这么悲惨???欲哭无泪

 

后来鼓捣了半天,重新bootstrap,重新configure,终于OK。

 

吃一堑长一智,唉,虚惊一场!Thank God!

你可能感兴趣的:(编译VLC时碰到的gettext问题)