警告:本教程比较危险,请确认自己要做什么,再操作。出现问题,概不负责!!!!
遇到问题:error: reference to unresolved using declaration typedef uintptr_t __type_name_t;
遇到问题:error: no member named ‘int8_t’ in the global namespace
原因,可能是从源码安装make install的时候默认覆盖了/usr/local/下的内容导致出现冲突。
解决方法
rm -rf /usr/local/include/*
然后缺失的文件再用
dkpg --search filename
(从本地已经装的包搜索)或者apt-file find xxx
(从源里面搜索)搜索包然后用apt装回来