logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 16-08-2023 22:42:36

dexter74
Membre
Distrib. : Debian 11.7.0-amd64
Noyau : Linux 5.10.0-13-amd64
(G)UI : XFCE4, Cinnamon
Inscription : 11-05-2016

[Résolu] Docklike sur Debian 11

Bonjour,

Suite à la réinstallation de mon Debian 11, je n'arrives plus à installer Docklike, pourriez vous m'aider. (Je souhaites docklike uniquement !)

Dépendance:

apt install -y git;
apt install -y build-essential;
apt install -y libglib2.0-dev;
apt install -y libgtk-3-dev;
apt install -y libwnck-3-dev;
apt install -y libxfce4ui-2-dev;
apt install -y libxfce4panel-2.0-dev;
apt install -y xfce4-dev-tools;
apt install -y xorg-dev;





git clone https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git /tmp/xfce4-docklike;
cd /tmp/xfce4-docklike;
sh autogen.sh;
make;
make install;





-------------------------------------------------------------------------------------------------------------------------------------------
sh autogen.sh;
Preparing package directory /tmp/xfce4-docklike...
Creating /tmp/xfce4-docklike/aclocal.m4...
Running glib-gettextize --force --copy...
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize --automake --copy --force
Patching file 'po/Makefile.in.in'
Running libtoolize --force --copy...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
Running aclocal -I /usr/share/aclocal...
Running automake --force-missing --add-missing --copy --gnu...
configure.ac:45: installing './compile'
configure.ac:30: installing './config.guess'
configure.ac:30: installing './config.sub'
configure.ac:37: installing './install-sh'
configure.ac:37: installing './missing'
src/Makefile.am: installing './depcomp'
Running autoconf...

Running /tmp/xfce4-docklike/configure --enable-maintainer-mode ...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether gmake supports nested variables... (cached) yes
checking how to print strings... printf
checking whether gmake supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.32.1
checking for XML::Parser... ok
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gio-2.0 >= 2.58.0... 2.66.8
checking GIO_CFLAGS... -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.58.0... 2.66.8
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.24.0... 3.24.24
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GTK_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cairo >= 1.16.0... 1.16.0
checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
checking CAIRO_LIBS... -lcairo
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libwnck-3.0 >= 3.30.0... 3.36.0
checking WNCK_CFLAGS... -pthread -I/usr/include/libwnck-3.0 -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking WNCK_LIBS... -lwnck-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for x11 >= 1.6... 1.7.2
checking X11_CFLAGS...
checking X11_LIBS... -lX11
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.14.0... 4.16.0
checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UI_LIBS... -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.14.0... 4.16.0
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4panel-2.0 >= 4.14.0... 4.16.2
checking LIBXFCE4PANEL_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4PANEL_LIBS... -lxfce4panel-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lxfce4util -lglib-2.0
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  bg ca da de el en_GB es fi fr he hr id ie it ja ko lt nb nl pl pt pt_BR ru sk sl sq sr sv tr uk zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${prefix}/share/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking whether to build with debugging support... minimum
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Now type "make" to compile.

-------------------------------------------------------------------------------------------------------------------------------------------
Making all in src
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike/src »
  CXX      libdocklike_la-Hotkeys.lo
  CXX      libdocklike_la-Theme.lo
  CXX      libdocklike_la-AppInfos.lo
  CXX      libdocklike_la-Settings.lo
  CXX      libdocklike_la-Group.lo
  CXX      libdocklike_la-GroupMenu.lo
  CXX      libdocklike_la-GroupMenuItem.lo
  CXX      libdocklike_la-GroupWindow.lo
  CXX      libdocklike_la-Helpers.lo
  CXX      libdocklike_la-Plugin.lo
  CXX      libdocklike_la-Dock.lo
  CXX      libdocklike_la-Wnck.lo
  CXX      libdocklike_la-SettingsDialog.lo
  CC       libdocklike_la-register.lo
glib-compile-resources --generate-source --target _gresources.c _gresources.xml
  CC       libdocklike_la-_gresources.lo
  CXXLD    libdocklike.la
  ITMRG  docklike.desktop
make[1] : on quitte le répertoire « /tmp/xfce4-docklike/src »
Making all in po
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike/po »
  MSGFMT bg.gmo
  MSGFMT ca.gmo
  MSGFMT da.gmo
  MSGFMT de.gmo
  MSGFMT el.gmo
  MSGFMT en_GB.gmo
  MSGFMT es.gmo
  MSGFMT fi.gmo
  MSGFMT fr.gmo
  MSGFMT he.gmo
  MSGFMT hr.gmo
  MSGFMT id.gmo
  MSGFMT ie.gmo
  MSGFMT it.gmo
  MSGFMT ja.gmo
  MSGFMT ko.gmo
  MSGFMT lt.gmo
  MSGFMT nb.gmo
  MSGFMT nl.gmo
  MSGFMT pl.gmo
  MSGFMT pt.gmo
  MSGFMT pt_BR.gmo
  MSGFMT ru.gmo
  MSGFMT sk.gmo
  MSGFMT sl.gmo
  MSGFMT sq.gmo
  MSGFMT sr.gmo
  MSGFMT sv.gmo
  MSGFMT tr.gmo
  MSGFMT uk.gmo
  MSGFMT zh_CN.gmo
  MSGFMT zh_TW.gmo
make[1] : on quitte le répertoire « /tmp/xfce4-docklike/po »
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike »
make[1]: rien à faire pour « all-am ».
make[1] : on quitte le répertoire « /tmp/xfce4-docklike »

-------------------------------------------------------------------------------------------------------------------------------------------
make install
Making install in src
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike/src »
make[2] : on entre dans le répertoire « /tmp/xfce4-docklike/src »
make[2]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/lib/xfce4/panel/plugins'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libdocklike.la '/usr/local/lib/xfce4/panel/plugins'
libtool: install: /usr/bin/install -c .libs/libdocklike.so /usr/local/lib/xfce4/panel/plugins/libdocklike.so
libtool: install: /usr/bin/install -c .libs/libdocklike.lai /usr/local/lib/xfce4/panel/plugins/libdocklike.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib/xfce4/panel/plugins
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xfce4/panel/plugins

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/usr/local/share/xfce4/panel/plugins'
 /usr/bin/install -c -m 644 docklike.desktop '/usr/local/share/xfce4/panel/plugins'
make[2] : on quitte le répertoire « /tmp/xfce4-docklike/src »
make[1] : on quitte le répertoire « /tmp/xfce4-docklike/src »
Making install in po
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike/po »
linguas="bg ca da de el en_GB es fi fr he hr id ie it ja ko lt nb nl pl pt pt_BR ru sk sl sq sr sv tr uk zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /tmp/xfce4-docklike/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/xfce4-docklike-plugin.mo; \
    echo "installing $lang.gmo as $dir/xfce4-docklike-plugin.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/xfce4-docklike-plugin.mo; \
    echo "installing ./$lang.gmo as" \
         "$dir/xfce4-docklike-plugin.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/xfce4-docklike-plugin.mo.m; \
    echo "installing $lang.gmo.m as $dir/xfce4-docklike-plugin.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
        $dir/xfce4-docklike-plugin.mo.m; \
      echo "installing ./$lang.gmo.m as" \
           "$dir/xfce4-docklike-plugin.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/xfce4-docklike-plugin.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/xfce4-docklike-plugin.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/xfce4-docklike-plugin.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/xfce4-docklike-plugin.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/xfce4-docklike-plugin.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/xfce4-docklike-plugin.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/xfce4-docklike-plugin.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/xfce4-docklike-plugin.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/xfce4-docklike-plugin.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/xfce4-docklike-plugin.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/xfce4-docklike-plugin.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/xfce4-docklike-plugin.mo
installing ie.gmo as /usr/local/share/locale/ie/LC_MESSAGES/xfce4-docklike-plugin.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/xfce4-docklike-plugin.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/xfce4-docklike-plugin.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/xfce4-docklike-plugin.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/xfce4-docklike-plugin.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/xfce4-docklike-plugin.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/xfce4-docklike-plugin.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/xfce4-docklike-plugin.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/xfce4-docklike-plugin.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/xfce4-docklike-plugin.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/xfce4-docklike-plugin.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/xfce4-docklike-plugin.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/xfce4-docklike-plugin.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/xfce4-docklike-plugin.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/xfce4-docklike-plugin.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/xfce4-docklike-plugin.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/xfce4-docklike-plugin.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/xfce4-docklike-plugin.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/xfce4-docklike-plugin.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/xfce4-docklike-plugin.mo
make[1] : on quitte le répertoire « /tmp/xfce4-docklike/po »
make[1] : on entre dans le répertoire « /tmp/xfce4-docklike »
make[2] : on entre dans le répertoire « /tmp/xfce4-docklike »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /tmp/xfce4-docklike »
make[1] : on quitte le répertoire « /tmp/xfce4-docklike »



Problème signaler ici : https://gitlab.xfce.org/panel-plugins/x … /issues/61


Solution:
Ne pas utiliser sh pour compiler mais BASH !

./autogen.sh --prefix=/usr;

Dernière modification par dexter74 (16-08-2023 23:31:17)


Matériel : ASUS PRIME x570 | RYZEN 7 3700X | RTX 3060 Super | WIFI : PCE AC68

Hors ligne

Pied de page des forums