Hi, need to do a build on Catalina to help a friend moving from Linux. Since TurboPrint no longer exists, he can't access all the funky features on his Epson A2 printer, so I want to make some Mods for him.
I followed (exactly, I hope) the steps on: https://github.com/darktable-org/darktable/blob/master/packaging/macosx/BUILD.txt All seemed to go well, apart from an issue with libicui18n.55.dylib, which I think I have sorted. CMAKE is now failing, wrt OpenMP_C. This is my second day on this, I have read many posts about CLANG versions, wiped it all, started again, but I keep coming back to this same point. Any help would be really appreciated. Here is the output from the cmake step. cmake .. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_CXX_FLAGS=-stdlib=libc++ -DOpenMP_C_INCLUDE_DIR=/opt/local/include/libomp -DOpenMP_CXX_INCLUDE_DIR=/opt/local/include/libomp -DCMAKE_LIBRARY_PATH=/opt/local/lib/libomp -DBINARY_PACKAGE_BUILD=ON -DRAWSPEED_ENABLE_LTO=ON -DBUILD_CURVE_TOOLS=ON -DBUILD_NOISE_TOOLS=ON -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- The C compiler identification is AppleClang 11.0.3.11030032 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Error at /opt/local/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) (Required is at least version "4.5") Call Stack (most recent call first): /opt/local/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE) /opt/local/share/cmake-3.18/Modules/FindOpenMP.cmake:529 (find_package_handle_standard_args) CMakeLists.txt:76 (find_package) -- Configuring incomplete, errors occurred! ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org