You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile on OSX following the installation instruction and running into the following error when running make in the build directory.
...
[ 50%] Building CXX object CMakeFiles/pguresvt.dir/src/lib-PGURE-SVT.cpp.o
/Users/grr/pgure-svt-0.3.3/src/lib-PGURE-SVT.cpp:57:10: fatal error: 'omp.h'
file not found
#include <omp.h>
^
1 error generated.
...
I'm not an expert in compiling, but have gathered that OSX is using clang and not gcc for compiling, but I'm not exactly sure how to get around this issue.
The text was updated successfully, but these errors were encountered:
I am trying to compile on OSX following the installation instruction and running into the following error when running
make
in the build directory....
...
I'm not an expert in compiling, but have gathered that OSX is using clang and not gcc for compiling, but I'm not exactly sure how to get around this issue.
The text was updated successfully, but these errors were encountered: