Open dhcode-cpp opened 1 year ago
other build question:
when build pybind on Mac has error like
forward declaration of '_frame' typedef struct _frame PyFrameObject;
use follow: rewrite two header file build/_deps/ext_pybind11-src/include/pybind11/cast.h build/_deps/ext_pybind11-src/include/pybind11/pybind11.h
//#if !defined(PYPY_VERSION)
#if 0
Checklist
master
branch).My Question
build open3d on Mac :
fatal error: 'experimental/filesystem' file not found osx
in "./cpp/open3d/utility/FileSystem.cpp" fix this error :