temp.macosx-10.6-x86_64-3.5/pcl/_pcl_180.o command line to use the libc++ standard library instead
[-Wstdlibcxx-not-found顺便说一下,我的python版本是3.5.4,我的Mac版本是macOS Mo
我尝试将一个现有的项目从qmake移到qbs,到目前为止一切都很好,但是我不能链接到MacOS上的那个项目中的google测试静态库,而在windows上它工作得很好。在MacOS上我得到了:-1: error: symbol(s) not found for architecture x86_64
import qbs
StaticLibrary
int argc, const char * argv[]) std::thread t(thread_test);}
我正试图在macOSSierra上用Xcode编译它。如果我将此设置切换到libc++ (LLVM C++ standard library with C++11 support),则可以编译。但我的目标是以某种方式使用libstdc++而不是libc++编译它。有可能吗?你能给我提个建议吗?