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

Compilation error #1

Open
webdev23 opened this issue Mar 25, 2022 · 0 comments
Open

Compilation error #1

webdev23 opened this issue Mar 25, 2022 · 0 comments

Comments

@webdev23
Copy link

gcc -O3 -c geany_prettify.c -fPIC pkg-config --cflags geany``

geany_prettify.c: In function ‘plugin_init’: geany_prettify.c:318:5: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] MenuWidget = gtk_image_menu_item_new_with_mnemonic( _( "_Prettify" ) ); ^~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:265:0, from /usr/include/geany/gtkcompat.h:26, from /usr/include/geany/editor.h:28, from /usr/include/geany/document.h:32, from /usr/include/geany/build.h:27, from /usr/include/geany/geanyplugin.h:37, from geany_prettify.c:41: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

1 participant