can you also try to build like this and report?

```
mkdir -p build && cd build
#cmake -DUSE_CPP_PACKAGE=ON -DUSE_CUDA=OFF -DUSE_OPENMP=OFF -DUSE_OPENCV=ON 
-DCMAKE_BUILD_TYPE=Debug ..
cmake\
    -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
    -DCMAKE_C_COMPILER_LAUNCHER=ccache \
    -DUSE_CPP_PACKAGE=ON\
    -DUSE_CUDA=OFF\
    -DUSE_OPENMP=OFF\
    -DUSE_OPENCV=ON\
    -DCMAKE_BUILD_TYPE=Debug\
    -GNinja ..
ninja -v
```
You need to install ninja, ccache and cmake first with brew.

[ Full content available at: 
https://github.com/apache/incubator-mxnet/issues/12727 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to