Skip to content

Instantly share code, notes, and snippets.

@SofijaErkin
Last active April 24, 2022 00:42
Show Gist options
  • Save SofijaErkin/985437aebaf0c4d28ee2a88b6f91f66b to your computer and use it in GitHub Desktop.
Save SofijaErkin/985437aebaf0c4d28ee2a88b6f91f66b to your computer and use it in GitHub Desktop.
Problem during Debian 11 manually make VIM

Problems during Debian 11 manually make VIM

Notice

Debian 11 make VIM 113 times for two warnings and two notes.

Terminal output

/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]

236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);

    | ^~~~

/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here

679 | {

    | ^

/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]

73 |   GTimeVal last_popdown;

  |   ^~~~~~~~

/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here

547 | struct _GTimeVal

    |        ^~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment