rubyFeedback created an issue (geany/geany-plugins#1531)

make[1]: Entering directory '/depot/jj/geany-plugins-0.21.1/addons'
Making install in src
make[2]: Entering directory '/depot/jj/geany-plugins-0.21.1/addons/src'
  CC     addons.lo
In file included from addons.c:31:
addons.h:31:8: error: unknown type name ‘GeanyFunctions’
   31 | extern GeanyFunctions   *geany_functions;
      |        ^~~~~~~~~~~~~~
addons.c:45:1: error: unknown type name ‘GeanyFunctions’
   45 | GeanyFunctions  *geany_functions;
      | ^~~~~~~~~~~~~~
addons.c: In function ‘ao_image_menu_item_new’:
addons.c:232:9: warning: ‘gtk_image_menu_item_new_with_label’ is deprecated: 
Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations]
  232 |         GtkWidget *item = gtk_image_menu_item_new_with_label(label);
      |         ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:269,


addons.c:497:9: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
  497 |         tokens_hbox = gtk_hbox_new(FALSE, 0);
      |         ^~~~~~~~~~~


Not sure what the problem is. I am using git checkout of geany from today 
though; perhaps it works with stable, so this error may be due to my system. 
But perhaps not so I'll report it anyway.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1531
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/[email protected]>

Reply via email to