OK, I have missed that you used the correct cmake call in your first email and I saw that you are missing dependencies that should have been installed when following the procedure, so I assumed you skipped some steps. I can see now that one step failed and you haven't noticed, which I didn't expect to happen (lesson to me). Maybe some advice - if you don't want to read the whole output, you can at least check the return code with "echo $?" command (expected output is "0").
For the issues when installing dependencies from macports their bug tracker is a good place to find help, which I can see you've already found out for yourself (https://trac.macports.org/ticket/61024). On Wed, 19 Aug 2020 11:06:42 +0100 Con Cunningham <con.cunning...@gmail.com> wrote: > No need for the sneering "if you actually" attitude. I write software for a > living, I would never reach out for support unless I had spent a lot of my > time investigating. In this case, I followed the instructions to the letter > (Cut and paste). Here are the appropriate lines from my history; > > 1023 sudo port install git exiv2 libgphoto2 gtk-osx-application-gtk3 > lensfun librsvg libsoup openexr json-glib flickcurl GraphicsMagick openjpeg > lua webp libsecret pugixml osm-gps-map adwaita-icon-theme tango-icon-theme > intltool iso-codes libomp gmic > > 1024 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 > > So on my machine, running Catalina 10.15.6, those instructions do not work. > > But thanks for taking the time for your very constructive comments. > > ___________________________________________________________________________ > darktable developer mailing list > to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org