我正在尝试将 P2P 库集成到 iOS 代码中,它包含低级库和类文件。我已经在 Build Settings 中正确设置了所有库和头文件的路径。现在,当我构建库时,出现以下错误:
/pjlib/include/pj/string.h:94:33: Use of undeclared identifier 'strlen'
/pjlib/include/pj/string.h:473:20: Use of undeclared identifier 'memchr'
/pjlib/include/pj/string.h:616:5: Use of undeclared identifier 'memset'
它还给数学函数带来了错误:/External/ASIHTTPRequest/ASIAuthenticationDialog.m:156:83: Use of undeclared identifier 'M_PI'
请给我一些想法应该是什么问题......我正在提供我的构建设置的快照链接。