yocto编译时报错"fontconfig-2.12.1/src/fcmatch.c:324:63: error: ‘PRI_CHAR_WIDTH_STRONG' undeclar
Posted dakewei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yocto编译时报错"fontconfig-2.12.1/src/fcmatch.c:324:63: error: ‘PRI_CHAR_WIDTH_STRONG' undeclar相关的知识,希望对你有一定的参考价值。
答: 打上以下补丁即可修复
$ wget https://patchwork.openembedded.org/patch/146107/mbox/ -O mbox && git am mbox --reject
参考资料:
https://patchwork.openembedded.org/patch/146107/
以上是关于yocto编译时报错"fontconfig-2.12.1/src/fcmatch.c:324:63: error: ‘PRI_CHAR_WIDTH_STRONG' undeclar的主要内容,如果未能解决你的问题,请参考以下文章
yocto编译时报错"fatal: the '--set-upstream' option is no longer supported. Please use '-
yocto编译时报错"fatal: the '--set-upstream' option is no longer supported. Please use '-
在vs2010 MFC 项目中使用int i=5;CString str;str.Format("%d",i);编译时报错,提示str.Format参数不对
单片机keil编译代码时报错error C213: left side of asn-op not an lvalue
NDK编译库执行时报dlopen failed: cannot locate symbol "__exidx_end" 解决的方法