Open krummrey opened 2 years ago
interesting, never tried on M1 yet. but from the error log, I think it is include path issue. And actually boost was not required if you only want to build GUI version. it is totally fine to comment out CLI part in cmakelist.txt
I've tried to find a way to set the path right. Cmake looks for it in:
-- Boost_FOUND: TRUE
-- Boost_INCLUDE_DIRS: /opt/homebrew/include
There is a link to the "real" loacation.
I tried to override the path and used
SET(Boost_INCLUDE_DIRS PATHS /opt/homebrew/Cellar/boost/1.78.0_1/include)
and the output is
-- Boost_FOUND: TRUE
-- Boost_INCLUDE_DIRS: PATHS;/opt/homebrew/Cellar/boost/1.78.0_1/include/
It still fails with
fatal error: 'boost/program_options.hpp' file not found
even though the file is right there.
I did get the GUI to compile, no errors show. However it only renders black squares. Screenshot Saving the output is possible. So it kinda works, just no display in the GUI.
Hi, I'd love to try it out, but the supplied binary doesn't seem to work and the build process fails even though I have boost installed.
Monterey 12.1
boost 1.76.0 is already installed and up-to-date.