gcmd-devel
[Top][All Lists]
Advanced

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

Re: [gcmd-dev] Gnome-Commander does not depend on libgnome and libgnomeu


From: Uwe Scholz
Subject: Re: [gcmd-dev] Gnome-Commander does not depend on libgnome and libgnomeui anymore
Date: Thu, 18 Jun 2020 14:08:49 +0200

Reason for this is that Ubuntu 20.04 does also not provide the
gnome-vfs library: https://repology.org/project/gnome-vfs/versions

I think the autogen.sh script did not bail out because the check for
gnome-vfs is not correctly configured. As far as I can see it is an
optional dependency in configure.ac, which is obviously wrong.

Getting rid of gnome-vfs is a major task and I have some doubts that
the migration will be done in the next time. Gnome-Commander is heavily
connected to that library. ...

I will create a release with the current state of the gcmd-1-10 branch
in the next days.

Best
Uwe

Am Thu, 18 Jun 2020 13:02:01 +0200 (CEST) schrieb Stefan Czinczoll:
>
> Hi Uwe,
> 
> the autogen.sh script runs now well. However, gcmd won't compile:
> 
> libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -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
> -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
> -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 -g -O2 -MT gnome-cmd-dialog.lo -MD -MP
> -MF .deps/gnome-cmd-dialog.Tpo -c gnome-cmd-dialog.cc  -fPIC -DPIC -o
> .libs/gnome-cmd-dialog.o In file included from
> gnome-cmd-dialog.cc:23: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included
> from gnome-cmd-file-info.cc:24: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included
> from libgcmd-utils.cc:24: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: ***
> [Makefile:580: gnome-cmd-dialog.lo] Fehler 1 make[2]: *** Auf noch
> nicht beendete Prozesse wird gewartet … In file included from
> gnome-cmd-plugin.cc:23: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included
> from libgcmd-widget-factory.cc:23: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: ***
> [Makefile:580: libgcmd-utils.lo] Fehler 1 make[2]: *** [Makefile:580:
> gnome-cmd-plugin.lo] Fehler 1 make[2]: *** [Makefile:580:
> gnome-cmd-file-info.lo] Fehler 1 make[2]: *** [Makefile:580:
> libgcmd-widget-factory.lo] Fehler 1 In file included from
> gnome-cmd-string-dialog.cc:23: libgcmd-deps.h:30:10: fatal error:
> libgnomevfs/gnome-vfs.h: Datei oder Verzeichnis nicht gefunden 30 |
> #include <libgnomevfs/gnome-vfs.h> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: ***
> [Makefile:580: gnome-cmd-string-dialog.lo] Fehler 1 make[2]:
> Verzeichnis „/home/stefan/tmp/gnome-commander-gcmd-1-10/libgcmd“ wird
> verlassen make[1]: *** [Makefile:541: all-recursive] Fehler 1
> make[1]: Verzeichnis „/home/stefan/tmp/gnome-commander-gcmd-1-10“
> wird verlassen make: *** [Makefile:471: all] Fehler 2
> 
> Kind regards
> 
> Stefan



reply via email to

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