Open maxbriliant opened 4 years ago
Same issue as https://github.com/flatmax/gtkiostream/issues/9
Thanks :)
As I mentioned I have a "workaround" there to build some as GTK2 and some as gtk3, but the proper fix is to migrate all of it to gtk3 (or auto detect which is which, and disable some of the older ones). At the moment there is some confusion in the detection code, which detects gtk3 but not all of it is buildable for gtk3.
I'm not man enough to solve that one yet :)
Selection.H:78:25: error: ‘gtk_tree_view_column_get_cell_renderers’ was not declared in this scope; did you mean ‘gtk_tree_view_column_get_sort_order’? 78 | GList*renderers=gtk_tree_view_column_get_cell_renderers(column); | ^
~~~~~~~~~~ | gtk_tree_view_column_get_sort_order In file included from ScrollingTest.C:20:=> from ScrollingTest.C:20 gtkiostream/include/Scrolling.H:22
Greetings