gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Migration away from GnomeVFS is done


From: Stefan Czinczoll
Subject: Re: [gcmd-dev] Migration away from GnomeVFS is done
Date: Fri, 15 Oct 2021 22:30:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

Unfortunately after updating Ubuntu 20.04 with GCC compiler version 11 I the makefile was written okay, but compiling fails:

make[3]: Verzeichnis „/home/stefan/Downloads/gnome-commander-master/src/dialogs“ wird betreten g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I./.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DPLUGIN_DIR=\""/usr/local/lib/gnome-commander/plugins"\" -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Werror -Wno-suggest-attribute=format -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -Werror=parentheses -Wno-parentheses -Werror=cast-function-type -Wno-cast-function-type -Wno-deprecated-declarations -Wno-inline -g -O2 -MT gnome-cmd-advrename-dialog.o -MD -MP -MF .deps/gnome-cmd-advrename-dialog.Tpo -c -o gnome-cmd-advrename-dialog.o gnome-cmd-advrename-dialog.cc
In file included from ./../gnome-cmd-regex.h:26,
                 from ./../gnome-cmd-data.h:36,
                 from gnome-cmd-advrename-dialog.h:24,
                 from gnome-cmd-advrename-dialog.cc:30:
./../utils.h: In function ‘gboolean uri_is_valid(const gchar*)’:
./../utils.h:231:33: error: ‘G_URI_FLAGS_NONE’ was not declared in this scope; did you mean ‘G_RESOURCE_FLAGS_NONE’?
  231 |     return g_uri_is_valid (uri, G_URI_FLAGS_NONE, nullptr);
      |                                 ^~~~~~~~~~~~~~~~
      |                                 G_RESOURCE_FLAGS_NONE
./../utils.h:231:12: error: ‘g_uri_is_valid’ was not declared in this scope; did you mean ‘uri_is_valid’?
  231 |     return g_uri_is_valid (uri, G_URI_FLAGS_NONE, nullptr);
      |            ^~~~~~~~~~~~~~
      |            uri_is_valid
In file included from ./../gnome-cmd-file-selector.h:34,
                 from ./../gnome-cmd-main-win.h:24,
                 from gnome-cmd-advrename-dialog.cc:38:
./../gnome-cmd-con.h: In function ‘ConnectionMethodID gnome_cmd_con_get_scheme(const gchar*)’: ./../gnome-cmd-con.h:417:9: error: ‘G_URI_FLAGS_HAS_PASSWORD’ was not declared in this scope
  417 |         G_URI_FLAGS_HAS_PASSWORD,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
./../gnome-cmd-con.h:415:5: error: ‘g_uri_split_with_user’ was not declared in this scope
  415 |     g_uri_split_with_user (
      |     ^~~~~~~~~~~~~~~~~~~~~
In file included from ./../gnome-cmd-file-selector.h:34,
                 from ./../gnome-cmd-main-win.h:24,
                 from gnome-cmd-advrename-dialog.cc:38:
./../gnome-cmd-con.h: In function ‘std::string& gnome_cmd_con_make_custom_uri(std::string&, const string&)’: ./../gnome-cmd-con.h:459:43: error: ‘G_URI_FLAGS_NONE’ was not declared in this scope; did you mean ‘G_RESOURCE_FLAGS_NONE’? 459 | auto gUri = g_uri_parse (uri.c_str(), G_URI_FLAGS_NONE, &error);
      |                                           ^~~~~~~~~~~~~~~~
      |                                           G_RESOURCE_FLAGS_NONE
./../gnome-cmd-con.h:459:17: error: ‘g_uri_parse’ was not declared in this scope; did you mean ‘gtk_rc_parse’? 459 | auto gUri = g_uri_parse (uri.c_str(), G_URI_FLAGS_NONE, &error);
      |                 ^~~~~~~~~~~
      |                 gtk_rc_parse
./../gnome-cmd-con.h:466:19: error: ‘g_uri_to_string’ was not declared in this scope; did you mean ‘g_quark_to_string’?
  466 |     stringify (s, g_uri_to_string(gUri));
      |                   ^~~~~~~~~~~~~~~
      |                   g_quark_to_string
make[3]: *** [Makefile:576: gnome-cmd-advrename-dialog.o] Fehler 1
make[3]: Verzeichnis „/home/stefan/Downloads/gnome-commander-master/src/dialogs“ wird verlassen
make[2]: *** [Makefile:877: all-recursive] Fehler 1
make[2]: Verzeichnis „/home/stefan/Downloads/gnome-commander-master/src“ wird verlassen
make[1]: *** [Makefile:542: all-recursive] Fehler 1
make[1]: Verzeichnis „/home/stefan/Downloads/gnome-commander-master“ wird verlassen
make: *** [Makefile:472: all] Fehler 2


Hopefully someone finds this helpful - this is beyond my horizon.

Best regards

Stefan

--
stefan.czinczoll[at]arcor.de
https://schollsky.jimdofree.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]