You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change the #if 0 && badcode into a #if 1 that does not compile anymore:
mainrps_gtk.cc:85:2: warning: #warning help needed here to parse program arguments [-Wcpp]
85 | #warning help needed here to parse program arguments
| ^~~~~~~
mainrps_gtk.cc: In function ‘int main(int, char**)’:
mainrps_gtk.cc:87:55: error: ‘OPTION_TYPE_BOOL’ is not a member of ‘Gio::Application’
87 | gtkrps_app->add_main_option_entry(Gio::Application::OPTION_TYPE_BOOL, "version", 'V',
| ^~~~~~~~~~~~~~~~
mainrps_gtk.cc:89:55: error: ‘OPTION_TYPE_STRING’ is not a member of ‘Gio::Application’
89 | gtkrps_app->add_main_option_entry(Gio::Application::OPTION_TYPE_STRING, "fifo-prefix", 'F',
| ^~~~~~~~~~~~~~~~~~
make: *** [<builtin>: mainrps_gtk.o] Error 1
The text was updated successfully, but these errors were encountered:
Consider
gtk4gui-refpersys/mainrps_gtk.cc
Line 86 in 7198ca6
If you change the
#if 0 && badcode
into a#if 1
that does not compile anymore:The text was updated successfully, but these errors were encountered: