mingw编译linphone-3.5.2

来源:互联网 发布:臀部脂肪堆积 知乎 编辑:程序博客网 时间:2024/05/18 01:03

参考文章:http://blog.csdn.net/gavinr/article/details/7337606

使用mingw编译linphone-3.5.2 ,在编译过程中遇到错误:‘undefined reference to libintl_printf’


解决办法:

参考linphone目录下的README.mingw,做如下操作:

cd /
unzip ~/intltool_0.40.4-1_win32.zip
unzip <path to gtk bundle zip>
unzip <path to linphone-deps>

#Install GTK+ Outcrop theme, the one used by linphone for distribution.
cd /share/themes
wget http://art.gnome.org/download/themes/gtk2/1122/GTK2-Outcrop.tar.gz
tar -xvzf GTK2-Outcrop.tar.gz

#To get the translations working, remove from C:/MinGW/lib :
libintl.a libintl.la libintl.dll.a