freesouls / face-alignment-at-3000fps

The project is an C++ implementation of Face Alignment at 3000fps via Regressing Local Binary Features
283 stars 145 forks source link

#include <omp.h> On MAC ????? #7

Closed anthonyyuan closed 8 years ago

anthonyyuan commented 8 years ago

Users/anthonyyuan/desktop/src/face-alignment-at-3000fps-master 2/main.cpp:10:10: fatal error: 'omp.h' file not found #include ^ 1 error generated. make[2]: * [CMakeFiles/application.dir/main.cpp.o] Error 1 make[1]: * [CMakeFiles/application.dir/all] Error 2 make: *\ [all] Error 2

gicheonkang commented 7 years ago

@anthonyyuan hi, I have a same problem How did you resolve this problem?