Problems building darktable master from source on macOS 10.14

I have been trying to build Darktable from the current ‘master’ branch for macOS 10.14. I get various errors when I launch it:

Hematite:darktable chucko$ GSETTINGS_SCHEMA_DIR=/opt/local/share/glib-2.0/schemas/ XDG_DATA_DIRS=/opt/local/share /opt/darktable/bin/darktable

(process:16362): GLib-GObject- CRITICAL **: 21:52:44.006: g_object_set: assertion ‘G_IS_OBJECT (object)’ failed

(darktable:16362): GLib-GObject- WARNING **: 21:52:47.942: invalid cast from ‘GtkMenuBar’ to ‘GtkWindow’

(darktable:16362): Gtk- CRITICAL **: 21:52:47.942: gtk_window_add_accel_group: assertion ‘GTK_IS_WINDOW (window)’ failed

(darktable:16362): Pango- WARNING **: 21:52:51.122: couldn’t load font “Roboto Condensed, Condensed Not-Rotated 12.958984375”, modified variant/weight/stretch as fallback, expect ugly output.

Magick: abort due to signal 11 (SIGSEGV) “Segmentation Fault”…

Abort trap: 6

Hematite:darktable chucko$

The backtrace shows the segfault happened in gtk_widget_get_preferred_height_and_baseline_for_width.

I tried to attach my build script but pixls.us won’t take the upload as it’s not an image file.

Where is the best place to get help for this? Thanks.

You should find parafin on IRC.

1 Like

Best place to give an error report is: Issues · darktable-org/darktable · GitHub
Try darktable — disable-opencl
There might be problems when using opencl …

1 Like

Disabling OpenCL didn’t change the behavior. Same errors.

I don’t think filing a bug report is appropriate. I want to figure out what I’m doing wrong, as I’ve taken some liberties with the build instructions.

I’ll see about contacting someone on IRC. Thanks.