flatmax / gtkiostream

Trivialised Threading, GTK GUIs, Signal Processing, Neural Networks, Audio Processing, Octave interfacing ... and more !
13 stars 7 forks source link

ScrollingTest.C:20 - Make - Non Declared but used function in Selection.H:78:25 #12

Open maxbriliant opened 4 years ago

maxbriliant commented 4 years ago

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

HinTak commented 4 years ago

Same issue as https://github.com/flatmax/gtkiostream/issues/9

maxbriliant commented 4 years ago

Thanks :)

HinTak commented 4 years ago

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.