ceneblock
ceneblock
Did some additional debugging and got the following: ``` ERROR:gui-list-message.c:63:cb_clicked: assertion failed: (gtk_tree_selection_get_selected (selection, (GtkTreeModel **)&store, &iter)) Bail out! ERROR:gui-list-message.c:63:cb_clicked: assertion failed: (gtk_tree_selection_get_selected (selection, (GtkTreeModel **)&store, &iter)) ``` I've commented...
PR #48 made
My apologies for not including the configure file. I can get that in there no problem In regards to the info in configure.ac those were all pulled in from autoscan....
From [https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/C-Compiler.html](url): > If the C compiler cannot compile ISO Standard C (currently C99), try to add an option to output variable CC to make it work. If the compiler...
> Just out of curiosity, why don’t you use a modern build system generator like CMake? Because I don't know CMake. :) Everything I do is on Linux or FreeBSD...