-
Notifications
You must be signed in to change notification settings - Fork 1
nknob.c: error: implicit declaration gtk_tooltip_set_text #14
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
Comments
That's why I don't like GTK - there changes even old API's. Please try my new drum machine plugin instead - https://github.com/psemiletov/drumlabooh |
Thanks for your quick reply.
Packaging of drumlabooh is another business, we don't have packages for Juce nor speex_resampler_c++ |
Thank you for the patch, fixed - https://github.com/psemiletov/drumrox/releases/tag/3.3.1 |
Thanks for the quick release.
AUR has relaxed rules. |
Closing as completed |
I try to build drmr in Mageia repository.
I get this error, with GCC 14:
/builddir/build/BUILD/drumrox-3.3.0/nknob.c: In function 'tooltip_callback':
/builddir/build/BUILD/drumrox-3.3.0/nknob.c:150:5: error: implicit declaration of function 'gtk_tooltip_set_text'; did you mean 'atk_text_get_text'? [-Wimplicit-function-declaration]
150 | gtk_tooltip_set_text(tooltip,buf);
| ^~~~~~~~~~~~~~~~~~~~
| atk_text_get_text
gmake[2]: *** [CMakeFiles/drumrox_ui.dir/build.make:149: CMakeFiles/drumrox_ui.dir/nknob.c.o] Error 1
This is with 3.3.0 release.
The text was updated successfully, but these errors were encountered: