Closed vatanparast closed 4 years ago
Apparently I am using a header which is not available on macOS. I will fix that tomorrow. Just to be sure, could you tell me which version of macOS you are using?
Thanks for reporting Fabian
Thanks for a quick feedback. I am using High Sierra 10.13.6.
I should mention that the first error on make
was:
matrix.cxx:25:10: fatal error: 'boost/spirit/home/x3.hpp' file not found
include <boost/spirit/home/x3.hpp
After a bit search I noticed that I need boost, so installed boost via Homebrew, then I got the above error.
Thanks, Mohammad
Oh, yes. I should add boost to the requirements in the Readme. When I have time I should remove it as a dependency.
It took a bit of fighting with macOS but the latest code in the repo should now compile properly. Thanks again for reporting.
It worked. Thanks!
Hi, while trying to compile on macOS, I encounter this error. Any idea of the cause?
Thanks