I am trying to build Open Pose on Mac Mojave . I followed the installation and installed prerequisites by running the scripts inside the repo. I configured and generated files using CMAKE but when I run make -j nproc I get an error. Look at image below.

You might select multiple topics, delete the rest:
Latest Version
General configuration:
3rd-party software:
cmake --version in Ubuntu):If GPU mode issue:
If Python API:

It's hidden in the instructions
You may also have to apply the following patch if you have the latest OSX 10.14. It can be done as follows:
cd 3rdparty/caffe; git apply ../../scripts/osx/mac_opencl_patch.txt
@soulslicer Thank you for the reply. Applying the patch fixed my issue.
Most helpful comment
It's hidden in the instructions