我试图构建cgal,但出现了以下错误(只是一个片段):
In file included from /opt/local/include/boost/config.hpp:40,
from /opt/local/include/CGAL/config.h:37,
from /opt/local/include/CGAL/basic.h:28,
from Kernel_module.cpp:21,
from All_files_at_once.cpp:1:
/opt/local/include/boost/config/select_stdlib_config.hpp:17:19: error: cstddef: No such file or directoryMacOS Lion上标准C库的头文件在哪里?
发布于 2011-07-31 09:36:05
我将XCode升级到了4.1,现在上面的错误已经消失了。
https://stackoverflow.com/questions/6882999
复制相似问题