编译cgal-python

时间:2011-07-30 12:07:16

标签: c++ python macos cgal

我尝试构建cgal-python并出现以下错误(只是一个片段):

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 directory

MacOS Lion上标准C库的头文件在哪里?

1 个答案:

答案 0 :(得分:1)

我将XCode升级到4.1,现在上述错误消失了。