开发者

compile cgal-python

开发者 https://www.devze.com 2023-03-23 19:39 出处:网络
I tried to build cgal-python and had the following errors (just a snippet): In file included from /opt/local/include/boost/config.hpp:40,

I tried to build cgal-python and had the following errors (just a snippet):

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/inc开发者_Python百科lude/boost/config/select_stdlib_config.hpp:17:19: error: cstddef: No such     file or directory

Where are the header files of standard C library on MacOS Lion?


I upgraded XCode to 4.1 and now the above errors are gone.

0

精彩评论

暂无评论...
验证码 换一张
取 消