- 博客(7)
- 资源 (2)
- 收藏
- 关注
原创 Folly cmake编译错误。
RegularExpression::compile(): Nested *?+.RegularExpression::compile(): Error in compile.CMake Error at CMake/FollyFunctions.cmake:95 (if): if given arguments: "D:/workspace/c++/opensource/folly-v2021.11.01.00/folly/Benchmark.cpp" "MATCHES" "^D:/wo...
2021-11-15 15:18:55
565
原创 ndk r16b (clang-5.0.3) -std=c++1z use boost.type_traits.is_function‘s cxx_11.hpp error!
具体报错:boost/type_traits/detail/is_function_cxx_11.hpp:80:11: error: class template partial specialization contains a template parameter that cannot be deduced; this partial specialization will never be used [-Wunusable-partial-specialization] str...
2021-03-10 19:58:32
245
原创 C11标准的sscanf_s函数用法
函数原型: intsscanf_s(constchar*restrictbuffer,constchar*restrictformat, ...); 实际调用的时候如果需要解析字符串的话,需要在buffer后面跟上buffer长度而不是在最后跟buffer长度。e.g:if (::sscanf_s(item.asCString(), "%s:" _I64FMT_, bitRate, sizeof(bitRate), &dlTime) == 2) //...
2021-02-08 11:29:06
1032
原创 vs2019 报错 error MSB6006: “CL.exe“ exited with code -1073740940.
vs2019使用c++11/14/17一些新特性时有时候会报错。解决方案:项目属性 -> C/C++ -> browse information 选项卡 把 Enable Browse Information 选项由(Yes/FR)调整为(No)。
2021-02-01 10:46:18
1468
原创 fatal error C1073: Internal error involving incremental compilation
vs2017升级至vs2019 编译出错!解决方案:Rebuild。
2020-12-14 18:03:10
706
2
原创 ndk-r20b 编译 armv7报错 error:requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
解决方案:./configure --with-pic ...编译过程中添加--with-pic选项就可以了。
2020-12-14 15:03:34
842
原创 that c-ares is good and recent enough... no error: c-ares library defective or too old
解决方案:c-ares/lib/pkgconfig/libcares.pc 文件 prefix指向的路径不正确,可能是从别处拷贝或移动过来的,把路径修正一下,问题解决。
2020-11-25 10:48:52
685
汇编语言---基于x86处理器 高清扫描 PDF
2019-01-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人