简体   繁体   中英

compile cgal-python

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/include/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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM