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 errors on Debian 11 #77

Open
siSSSou opened this issue Aug 20, 2021 · 1 comment
Open

Compilation errors on Debian 11 #77

siSSSou opened this issue Aug 20, 2021 · 1 comment

Comments

@siSSSou
Copy link

siSSSou commented Aug 20, 2021

On Debian 11, "make" returns an error :

vince@LaputA:/mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/missing' autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1] : on entre dans le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master »
Making all in common
make[2] : on entre dans le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/common »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/common »
Making all in panel-plugin
make[2] : on entre dans le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin »
Making all in title
make[3] : on entre dans le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin/title »
make  all-am
make[4] : on entre dans le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin/title »
  CC       libwindowck_la-windowck-dialogs.lo
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from windowck-dialogs.c:27:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from windowck-dialogs.c:27:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from windowck-dialogs.c:27:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from windowck-dialogs.c:27:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
windowck-dialogs.c: In function ‘windowck_configure’:
windowck-dialogs.c:547:39: error: ‘windowck_dialogs_ui’ undeclared (first use in this function)
  547 |     ca = build_properties_area (wckp, windowck_dialogs_ui, windowck_dialogs_ui_length);
      |                                       ^~~~~~~~~~~~~~~~~~~
windowck-dialogs.c:547:39: note: each undeclared identifier is reported only once for each function it appears in
windowck-dialogs.c:547:60: error: ‘windowck_dialogs_ui_length’ undeclared (first use in this function)
  547 |     ca = build_properties_area (wckp, windowck_dialogs_ui, windowck_dialogs_ui_length);
      |                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:589 : libwindowck_la-windowck-dialogs.lo] Erreur 1
make[4] : on quitte le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin/title »
make[3]: *** [Makefile:472 : all] Erreur 2
make[3] : on quitte le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin/title »
make[2]: *** [Makefile:415 : all-recursive] Erreur 1
make[2] : on quitte le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master/panel-plugin »
make[1]: *** [Makefile:480 : all-recursive] Erreur 1
make[1] : on quitte le répertoire « /mnt/StocK1/Téléchargements/xfce4-windowck-plugin-master »
make: *** [Makefile:412 : all] Erreur 2

I know this plugin has not been updated for this Debian version : does anyone managed to use this plugin on debian 11 (amd64) xfce ?

Thanks ;-)

@siSSSou siSSSou changed the title Compile on Debian 11 Compilation errors on Debian 11 Aug 20, 2021
@siSSSou
Copy link
Author

siSSSou commented Sep 12, 2021

Le good repo to compile windowck is this one obviously : https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/
Compilation is OK on Debian 11 ;-)

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