Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxbriliant opened this issue Jun 27, 2020 · 3 comments

Comments

@maxbriliant
Copy link

maxbriliant commented Jun 27, 2020

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

@maxbriliant maxbriliant changed the title Scrolling.h - Make - Non Declared but used function in Scrolling 78:25 Scrolling.h - Make - Non Declared but used function in Selection.H:78:25 Jun 27, 2020
@maxbriliant maxbriliant changed the title Scrolling.h - Make - Non Declared but used function in Selection.H:78:25 ScrollingTest.C:20 - Make - Non Declared but used function in Selection.H:78:25 Jun 27, 2020
@HinTak
Copy link
Contributor

HinTak commented Jun 27, 2020

Same issue as #9

@maxbriliant
Copy link
Author

Thanks :)

@HinTak
Copy link
Contributor

HinTak commented Jun 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants