error: no member named ‘int8_t‘ in the global namespace
警告:本教程比较危险,请确认自己要做什么,再操作。出现问题,概不负责!!!!
遇到问题: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/下的内容导致出现冲突。解决方法
1rm -rf /usr/local/include/*
然后缺失的文件再用dk
12345678910111213configure terminalno access-list 100access-list 100 permit ip any host 139.155.65.168 access-list 100 permit ip any host 1.14.109.79access-list 100 permit ip any host 1.14.108.193 access-list 100 permit ip 10.30.17.0 0.0.0.255 10.30.17.0 0.0.0.255 access-list 100 deny ip any anyI