yocto编译时报错"fontconfig-2.12.1/src/fcmatch.c:324:63: error: ‘PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function); did you mean ‘PRI_WIDTH_STRONG’?"
时间:2020-05-29 20:26:03
收藏:0
阅读:172
答: 打上以下补丁即可修复
$ wget https://patchwork.openembedded.org/patch/146107/mbox/ -O mbox && git am mbox --reject
参考资料:
https://patchwork.openembedded.org/patch/146107/
原文:https://www.cnblogs.com/dakewei/p/12989266.html
评论(0)