ODM install on a Mac OS 14.6.1

I have downloaded the source code for ODM and I am now attempting to install it via the configure_macso.sh script.

I cannot get the script to run without erroring out with the CMAke reporting:

make[3]: *** [all] Error 2
make[2]: *** [opencv/stamp/opencv-build] Error 2
make[1]: *** [CMakeFiles/opencv.dir/all] Error 2

Does anyone have any insight or advise on how to address these errors?

Thank you for your time and energy

My suggestion would be to use docker on macOS.

I wrote the configure_macos.sh script, mostly because at the time I eventually managed to get ODM compiled natively on macOS and wanted to document the process, but it took a lot of tweaking. Homebrew has no versioning support and Apple likes to break things with regular cadence, so I would fully expect things to be broken today (years after the script was written). If you want to venture there, use the script as a guideline and not as an automation.

Or use docker.

thank you for your answer :slight_smile: