0

I correctly installed all the libraries using homebrew and no matter what I do I still can't get my executable to compile. I managed to link multiprecision but as soon as I go to compile, I get:

fatal error: 'boost/multiprecision/detail/standalone_config.hpp' file not found
#include <boost/multiprecision/detail/standalone_config.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
clang: error: unsupported option '-fopenmp'

Any ideas?

jimbob97
  • 61
  • 5
  • those 2 things are unrelated, you have a missing include and whatever -fopenmp is trying to do... it might be a framework, you might need to find out what is trying to do -fopenmp and change that to -framework openmp – Grady Player Sep 20 '22 at 20:19

0 Answers0