Closed shinsumicco closed 6 years ago
Compile of FBoW was failed with clang++ on macOS (10.13). I have confirmed that make operation terminated with an error with the following versions of compilers:
make
clang version 7.0.0 (tags/RELEASE_700/final) Target: x86_64-apple-darwin17.7.0 Thread model: posix InstalledDir: /usr/local/opt/llvm/bin
Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
To tackle with these issues, I have added/fixed these components:
_OPENMP
omp.h
CMakeLists.txt
Thank you for your consideration.
Compile of FBoW was failed with clang++ on macOS (10.13). I have confirmed that
make
operation terminated with an error with the following versions of compilers:To tackle with these issues, I have added/fixed these components:
_OPENMP
flag is defined or not when includingomp.h
CMakeLists.txt
Thank you for your consideration.