Attention is currently required from: Iman Bingi.
Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69714 )
Change subject: flashrom/gui: Add GUI to Flashrom ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: Hi, I'm not able to run your patch on Linux. - The Makefile is missing the linking against the external libraries - data_buffer.c: Missing `#include <stdio.h>` for `FILE` - main.c: `LOCALDIR` is not defined
When I patch those errors and get it to compile, I'm getting a `core dump` ``` (process:521838): GLib-GIO-CRITICAL **: 20:53:37.274: g_settings_get_enum() called on key 'font' which is not associated with an enumerated type
(gflashrom:521838): GLib-GObject-CRITICAL **: 20:53:37.631: g_param_spec_object: assertion 'g_type_is_a (object_type, G_TYPE_OBJECT)' failed
(gflashrom:521838): GLib-GObject-CRITICAL **: 20:53:37.631: validate_pspec_to_install: assertion 'G_IS_PARAM_SPEC (pspec)' failed
(gflashrom:521838): GLib-GObject-CRITICAL **: 20:53:37.631: g_param_spec_ref_sink: assertion 'G_IS_PARAM_SPEC (pspec)' failed
(gflashrom:521838): GLib-GObject-CRITICAL **: 20:53:37.631: g_param_spec_unref: assertion 'G_IS_PARAM_SPEC (pspec)' failed make: *** [Makefile:32: all] Segmentation fault (core dumped) ```