-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The following error is printed:
../src/frame/frame.c:35:62: error: ‘main_ui’ undeclared (first use in this function); did you mean ‘g_main_run’? 35 | builder = gtk_builder_new_from_string((const gchar *)main_ui, main_ui_len); | ^~~~~~~ | g_main_run ../src/frame/frame.c:35:62: note: each undeclared identifier is reported only once for each function it appears in ../src/frame/frame.c:35:71: error: ‘main_ui_len’ undeclared (first use in this function) 35 | builder = gtk_builder_new_from_string((const gchar *)main_ui, main_ui_len); |
Metadata
Metadata
Assignees
Labels
No labels