Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-03-04 12:15:15

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

Hello

I’m trying to upgrade the xfce plugin to 0.11.0. I use LinuxMint 19.3 64bit (that I don’t want to upgrade for some software discontinued in next versions), xfce panel 4.14.1.

I get an error message

~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by xfce4-weather-plugin configure 0.11.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = hector
uname -m = x86_64
uname -r = 5.4.0-66-generic
uname -s = Linux
uname -v = #74~18.04.2-Ubuntu SMP Fri Feb 5 11:17:31 UTC 2021

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2413: checking for a BSD-compatible install
configure:2481: result: /usr/bin/install -c
configure:2492: checking whether build environment is sane
configure:2547: result: yes
configure:2698: checking for a thread-safe mkdir -p
configure:2737: result: /bin/mkdir -p
configure:2744: checking for gawk
configure:2760: found /usr/bin/gawk
configure:2771: result: gawk
configure:2782: checking whether make sets $(MAKE)
configure:2804: result: yes
configure:2833: checking whether make supports nested variables
configure:2850: result: yes
configure:2939: checking whether UID '1000' is supported by ustar format
configure:2942: result: yes
configure:2949: checking whether GID '1000' is supported by ustar format
configure:2952: result: yes
configure:2960: checking how to create a ustar tar archive
configure:2971: tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2974: $? = 0
configure:3014: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3017: $? = 0
configure:3021: tar -xf - <conftest.tar
configure:3024: $? = 0
configure:3026: cat conftest.dir/file
GrepMe
configure:3029: $? = 0
configure:3042: result: gnutar
configure:3095: checking whether to enable maintainer-specific portions of Makefiles
configure:3104: result: no
configure:3128: checking whether make supports nested variables
configure:3145: result: yes
configure:3205: checking for gcc
configure:3221: found /usr/bin/gcc
configure:3232: result: gcc
configure:3461: checking for C compiler version
configure:3470: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3481: $? = 0
configure:3470: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
configure:3481: $? = 0
configure:3470: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3481: $? = 1
configure:3470: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3481: $? = 1
configure:3501: checking whether the C compiler works
configure:3523: gcc    conftest.c  >&5
/usr/bin/ld: cannot find Scrt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:3527: $? = 1
configure:3565: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-weather-plugin"
| #define PACKAGE_TARNAME "xfce4-weather-plugin"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "xfce4-weather-plugin 0.11.0"
| #define PACKAGE_BUGREPORT "https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-weather-plugin"
| #define VERSION "0.11.0"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3570: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0':
configure:3572: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GEONAMES_USERNAME_set=
ac_cv_env_GEONAMES_USERNAME_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/missing aclocal-1.16'
ALL_LINGUAS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR=''
AUTOCONF='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/missing autoconf'
AUTOHEADER='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/missing autoheader'
AUTOMAKE='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/missing automake-1.16'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GEONAMES_USERNAME=''
GETTEXT_PACKAGE=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GLIB_REQUIRED_VERSION=''
GLIB_VERSION=''
GMOFILES=''
GMSGFMT=''
GREP=''
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
GTHREAD_REQUIRED_VERSION=''
GTHREAD_VERSION=''
GTK_CFLAGS=''
GTK_LIBS=''
GTK_REQUIRED_VERSION=''
GTK_VERSION=''
HAVE_UPOWER_GLIB_FALSE=''
HAVE_UPOWER_GLIB_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_POLICY_RULE=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_V_MERGE=''
INTLTOOL_V_MERGE_OPTIONS=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
INTLTOOL__v_MERGE_0=''
INTLTOOL__v_MERGE_=''
INTL_MACOSX_LIBS=''
LD=''
LDFLAGS=''
LIBM=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBXFCE4PANEL_CFLAGS=''
LIBXFCE4PANEL_LIBS=''
LIBXFCE4PANEL_REQUIRED_VERSION=''
LIBXFCE4PANEL_VERSION=''
LIBXFCE4UI_CFLAGS=''
LIBXFCE4UI_LIBS=''
LIBXFCE4UI_REQUIRED_VERSION=''
LIBXFCE4UI_VERSION=''
LIBXFCE4UTIL_CFLAGS=''
LIBXFCE4UTIL_LIBS=''
LIBXFCE4UTIL_REQUIRED_VERSION=''
LIBXFCE4UTIL_VERSION=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIBXML_REQUIRED_VERSION=''
LIBXML_VERSION=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS=''
MSGFMT=''
MSGFMT_OPTS=''
MSGMERGE=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='xfce4-weather-plugin'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin'
PACKAGE_NAME='xfce4-weather-plugin'
PACKAGE_STRING='xfce4-weather-plugin 0.11.0'
PACKAGE_TARNAME='xfce4-weather-plugin'
PACKAGE_URL=''
PACKAGE_VERSION='0.11.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
SOUP_CFLAGS=''
SOUP_LIBS=''
SOUP_REQUIRED_VERSION=''
SOUP_VERSION=''
STRIP=''
UPOWER_GLIB_CFLAGS=''
UPOWER_GLIB_LIBS=''
UPOWER_GLIB_REQUIRED_VERSION=''
UPOWER_GLIB_VERSION=''
USE_NLS=''
VERSION='0.11.0'
XFCONF_CFLAGS=''
XFCONF_LIBS=''
XFCONF_REQUIRED_VERSION=''
XFCONF_VERSION=''
XGETTEXT=''
XGETTEXT_ARGS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/install-sh'
intltool__v_merge_options_0=''
intltool__v_merge_options_=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "xfce4-weather-plugin"
#define PACKAGE_TARNAME "xfce4-weather-plugin"
#define PACKAGE_VERSION "0.11.0"
#define PACKAGE_STRING "xfce4-weather-plugin 0.11.0"
#define PACKAGE_BUGREPORT "https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin"
#define PACKAGE_URL ""
#define PACKAGE "xfce4-weather-plugin"
#define VERSION "0.11.0"

configure: exit 77

And the 0.10.1 version doesn’t give the weather anymore.

Is there a way to install it in Linux Mint 19.3?

Offline

#2 2021-03-04 17:50:18

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

Hello and welcome.

As a first question, have you installed all of the necessary build packages - in particular libc6-dev? In fact, I believe debian-based distributions have a build-essential group that installs all of the required libraries and headers for compiling code.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2021-03-05 13:57:14

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

Thank you, I verified in synaptic and it wasn’t. I installed it, but now it says:

hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... 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.26.1
checking for XML::Parser... ok
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... /bin/dd
checking how to truncate binary pipes... /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 math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for cos in -lm... yes
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...  ar ast be bg ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu hye id is it ja ko lt lv ms nb nl nn oc pa pl pt pt_BR ru sk sl sq sr sv te th tr ug uk ur ur_PK 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.22.0... not found
*** The required package gtk+-3.0 was not found on your system.
*** Please install gtk+-3.0 (atleast version 3.22.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ 

Last edited by Monpauvrelieu (2021-03-05 14:03:54)

Offline

#4 2021-03-05 15:48:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

Try using build-dep:

sudo apt build-dep xfce4-weather-plugin

...it will install all the necessary dependencies.

Note: you'll need to have sources enabled in apt.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2021-03-05 16:40:53

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

sudo apt build-dep xfce4-weather-plugin
[sudo] Mot de passe de hector :             
Lecture des listes de paquets... Fait
E: Vous devez insérer quelques adresses « sources » dans votre sources.list

( You must insert some «sources» addresses  in your source.list )

What sources have I to insert in this case?

Offline

#6 2021-03-05 16:49:09

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

You have to enable sources (deb-src) in /etc/apt/sources.list. If Mint has "software-properties-gtk", run that and check the Sources box on the first tab. Then click the Close button followed by the Reload button.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#7 2021-03-06 16:02:54

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

It looks to succeed in the shell, but after a machine reboot, the version is still 0.10.1

hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ sudo ./configure && sudo make && sudo make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make 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... no
checking whether make supports nested variables... (cached) yes
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... 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.26.1
checking for XML::Parser... ok
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... /bin/dd
checking how to truncate binary pipes... /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 math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for cos in -lm... yes
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...  ar ast be bg ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu hye id is it ja ko lt lv ms nb nl nn oc pa pl pt pt_BR ru sk sl sq sr sv te th tr ug uk ur ur_PK 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.22.0... 3.22.30
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 gthread-2.0 >= 2.50.0... 2.56.4
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GTHREAD_LIBS... -lgthread-2.0 -pthread -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.50.0... 2.56.4
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 libxfce4util-1.0 >= 4.12.0... 4.14.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 libxfce4ui-2 >= 4.12.0... 4.14.1
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 libxfce4panel-2.0 >= 4.12.0... 4.14.1
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfconf-0 >= 4.12.0... 4.14.1
checking XFCONF_CFLAGS... -pthread -I/usr/include/xfce4/xfconf-0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking XFCONF_LIBS... -lxfconf-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 libxml-2.0 >= 2.4.0... 2.9.4
checking LIBXML_CFLAGS... -I/usr/include/libxml2
checking LIBXML_LIBS... -lxml2
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libsoup-2.4 >= 2.42.0... 2.62.1
checking SOUP_CFLAGS... -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking SOUP_LIBS... -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for optional package upower-glib >= 0.9.0... not found
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 panel-plugin/Makefile
config.status: creating po/Makefile.in
config.status: creating icons/Makefile
config.status: creating icons/liquid/Makefile
config.status: creating icons/liquid/22/Makefile
config.status: creating icons/liquid/48/Makefile
config.status: creating icons/liquid/128/Makefile
config.status: creating icons/liquid-dark/Makefile
config.status: creating icons/liquid-dark/22/Makefile
config.status: creating icons/liquid-dark/48/Makefile
config.status: creating icons/liquid-dark/128/Makefile
config.status: creating icons/simplistic/Makefile
config.status: creating icons/simplistic/22/Makefile
config.status: creating icons/simplistic/48/Makefile
config.status: creating icons/simplistic/128/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Build Configuration:

* Debug Support:             minimum
make  all-recursive
make[1] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
Making all in panel-plugin
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make  all-am
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[3]: rien à faire pour « all-am ».
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
Making all in po
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/po »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/po »
Making all in icons
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
Making all in liquid
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
Making all in 22
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
Making all in 48
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
Making all in 128
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[4]: rien à faire pour « all-am ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
Making all in liquid-dark
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
Making all in 22
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
Making all in 48
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
Making all in 128
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[4]: rien à faire pour « all-am ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
Making all in simplistic
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
Making all in 22
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
Making all in 48
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
Making all in 128
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[4]: rien à faire pour « all ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[4]: rien à faire pour « all-am ».
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
Making all in 48x48
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[3]: rien à faire pour « all-am ».
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
make[1] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
Making install in panel-plugin
make[1] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make  install-am
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[3]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/panel/plugins'
 /usr/bin/install -c -m 644 weather.desktop '/usr/local/share/xfce4/panel/plugins'
 /bin/mkdir -p '/usr/local/lib/xfce4/panel/plugins'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libweather.la '/usr/local/lib/xfce4/panel/plugins'
libtool: install: /usr/bin/install -c .libs/libweather.so /usr/local/lib/xfce4/panel/plugins/libweather.so
libtool: install: /usr/bin/install -c .libs/libweather.lai /usr/local/lib/xfce4/panel/plugins/libweather.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/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.
----------------------------------------------------------------------
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
make[1] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/panel-plugin »
Making install in po
make[1] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/po »
linguas="ar ast be bg ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu hye id is it ja ko lt lv ms nb nl nn oc pa pl pt pt_BR ru sk sl sq sr sv te th tr ug uk ur ur_PK zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/xfce4-weather-plugin.mo; \
    echo "installing $lang.gmo as $dir/xfce4-weather-plugin.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/xfce4-weather-plugin.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/xfce4-weather-plugin.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/xfce4-weather-plugin.mo.m; \
    echo "installing $lang.gmo.m as $dir/xfce4-weather-plugin.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
	$dir/xfce4-weather-plugin.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/xfce4-weather-plugin.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/xfce4-weather-plugin.mo
installing ast.gmo as /usr/local/share/locale/ast/LC_MESSAGES/xfce4-weather-plugin.mo
installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/xfce4-weather-plugin.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/xfce4-weather-plugin.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/xfce4-weather-plugin.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/xfce4-weather-plugin.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/xfce4-weather-plugin.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/xfce4-weather-plugin.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/xfce4-weather-plugin.mo
installing en_AU.gmo as /usr/local/share/locale/en_AU/LC_MESSAGES/xfce4-weather-plugin.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/xfce4-weather-plugin.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/xfce4-weather-plugin.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/xfce4-weather-plugin.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/xfce4-weather-plugin.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/xfce4-weather-plugin.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/xfce4-weather-plugin.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/xfce4-weather-plugin.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/xfce4-weather-plugin.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/xfce4-weather-plugin.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/xfce4-weather-plugin.mo
installing hye.gmo as /usr/local/share/locale/hye/LC_MESSAGES/xfce4-weather-plugin.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/xfce4-weather-plugin.mo
installing is.gmo as /usr/local/share/locale/is/LC_MESSAGES/xfce4-weather-plugin.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/xfce4-weather-plugin.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/xfce4-weather-plugin.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/xfce4-weather-plugin.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/xfce4-weather-plugin.mo
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/xfce4-weather-plugin.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/xfce4-weather-plugin.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/xfce4-weather-plugin.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/xfce4-weather-plugin.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/xfce4-weather-plugin.mo
installing oc.gmo as /usr/local/share/locale/oc/LC_MESSAGES/xfce4-weather-plugin.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/xfce4-weather-plugin.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/xfce4-weather-plugin.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/xfce4-weather-plugin.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/xfce4-weather-plugin.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/xfce4-weather-plugin.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/xfce4-weather-plugin.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/xfce4-weather-plugin.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/xfce4-weather-plugin.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/xfce4-weather-plugin.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/xfce4-weather-plugin.mo
installing te.gmo as /usr/local/share/locale/te/LC_MESSAGES/xfce4-weather-plugin.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/xfce4-weather-plugin.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/xfce4-weather-plugin.mo
installing ug.gmo as /usr/local/share/locale/ug/LC_MESSAGES/xfce4-weather-plugin.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/xfce4-weather-plugin.mo
installing ur.gmo as /usr/local/share/locale/ur/LC_MESSAGES/xfce4-weather-plugin.mo
installing ur_PK.gmo as /usr/local/share/locale/ur_PK/LC_MESSAGES/xfce4-weather-plugin.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/xfce4-weather-plugin.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/xfce4-weather-plugin.mo
make[1] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/po »
Making install in icons
make[1] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
Making install in liquid
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
Making install in 22
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid/22'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid/22'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/22 »
Making install in 48
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid/48'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid/48'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/48 »
Making install in 128
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid/128'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid/128'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid/128 »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid'
 /usr/bin/install -c -m 644 theme.info '/usr/local/share/xfce4/weather/icons/liquid'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid »
Making install in liquid-dark
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
Making install in 22
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid-dark/22'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid-dark/22'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/22 »
Making install in 48
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid-dark/48'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid-dark/48'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/48 »
Making install in 128
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid-dark/128'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png lightcloud.png lightcloud-night.png lightrain.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rainthunder.png sleet.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png snow.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/liquid-dark/128'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark/128 »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/liquid-dark'
 /usr/bin/install -c -m 644 theme.info '/usr/local/share/xfce4/weather/icons/liquid-dark'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/liquid-dark »
Making install in simplistic
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
Making install in 22
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/simplistic/22'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png fog-night.png lightcloud.png lightcloud-night.png lightrain.png lightrain-night.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthunder-night.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rain-night.png rainthunder.png rainthunder-night.png sleet.png sleet-night.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png sleetthunder-night.png snow.png snow-night.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png snowthunder-night.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/simplistic/22'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/22 »
Making install in 48
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/simplistic/48'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png fog-night.png lightcloud.png lightcloud-night.png lightrain.png lightrain-night.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthunder-night.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rain-night.png rainthunder.png rainthunder-night.png sleet.png sleet-night.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png sleetthunder-night.png snow.png snow-night.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png snowthunder-night.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/simplistic/48'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/48 »
Making install in 128
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/simplistic/128'
 /usr/bin/install -c -m 644 nodata.png cloud.png fog.png fog-night.png lightcloud.png lightcloud-night.png lightrain.png lightrain-night.png lightrainsun.png lightrainsun-night.png lightrainthunder.png lightrainthunder-night.png lightrainthundersun.png lightrainthundersun-night.png partlycloud.png partlycloud-night.png rain.png rain-night.png rainthunder.png rainthunder-night.png sleet.png sleet-night.png sleetsun.png sleetsun-night.png sleetsunthunder.png sleetsunthunder-night.png sleetthunder.png sleetthunder-night.png snow.png snow-night.png snowsun.png snowsun-night.png snowsunthunder.png snowsunthunder-night.png snowthunder.png snowthunder-night.png sun.png sun-night.png '/usr/local/share/xfce4/weather/icons/simplistic/128'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic/128 »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[4]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/xfce4/weather/icons/simplistic'
 /usr/bin/install -c -m 644 theme.info '/usr/local/share/xfce4/weather/icons/simplistic'
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/simplistic »
Making install in 48x48
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[3]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 xfce4-weather.png '/usr/local/share/icons/hicolor/48x48/apps'
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons/48x48 »
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[3] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[3]: rien à faire pour « install-exec-am ».
make  install-data-hook
make[4] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
Updating Gtk icon cache.
gtk-update-icon-cache: Cache file created successfully.
make[4] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[3] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[1] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0/icons »
make[1] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
make[2] : on entre dans le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
make[1] : on quitte le répertoire « /home/hector/Téléchargements/weather/xfce4-weather-plugin-0.11.0 »
hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ 

Offline

#8 2021-03-06 16:24:30

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

It's installing to /usr/local but your system isn't set up to recognize the library files there. Try running the ./configure command like this:

./configure --prefix=/usr --libdir=/usr/lib/$(uname -m)-linux-gnu

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#9 2021-03-09 16:58:26

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ ./configure --prefix=/usr --libdir=/usr/lib/$(uname -m)-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... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... 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.26.1
checking for XML::Parser... ok
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... /bin/dd
checking how to truncate binary pipes... /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 math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for cos in -lm... yes
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...  ar ast be bg ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu hye id is it ja ko lt lv ms nb nl nn oc pa pl pt pt_BR ru sk sl sq sr sv te th tr ug uk ur ur_PK 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.22.0... 3.22.30
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 gthread-2.0 >= 2.50.0... 2.56.4
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GTHREAD_LIBS... -lgthread-2.0 -pthread -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.50.0... 2.56.4
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 libxfce4util-1.0 >= 4.12.0... 4.14.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 libxfce4ui-2 >= 4.12.0... 4.14.1
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 libxfce4panel-2.0 >= 4.12.0... 4.14.1
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/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -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 -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 for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfconf-0 >= 4.12.0... 4.14.1
checking XFCONF_CFLAGS... -pthread -I/usr/include/xfce4/xfconf-0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking XFCONF_LIBS... -lxfconf-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 libxml-2.0 >= 2.4.0... 2.9.4
checking LIBXML_CFLAGS... -I/usr/include/libxml2
checking LIBXML_LIBS... -lxml2
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libsoup-2.4 >= 2.42.0... 2.62.1
checking SOUP_CFLAGS... -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking SOUP_LIBS... -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for optional package upower-glib >= 0.9.0... not found
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 panel-plugin/Makefile
config.status: creating po/Makefile.in
config.status: creating icons/Makefile
config.status: creating icons/liquid/Makefile
config.status: creating icons/liquid/22/Makefile
config.status: creating icons/liquid/48/Makefile
config.status: creating icons/liquid/128/Makefile
config.status: creating icons/liquid-dark/Makefile
config.status: creating icons/liquid-dark/22/Makefile
config.status: creating icons/liquid-dark/48/Makefile
config.status: creating icons/liquid-dark/128/Makefile
config.status: creating icons/simplistic/Makefile
config.status: creating icons/simplistic/22/Makefile
config.status: creating icons/simplistic/48/Makefile
config.status: creating icons/simplistic/128/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Build Configuration:

* Debug Support:             minimum
hector@hector:~/Téléchargements/weather/xfce4-weather-plugin-0.11.0$ 

The version is still 0.10.1 with no data after rebooting

Offline

#10 2021-03-09 17:55:32

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

You need to run "make" and "sudo make install" as well.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#11 2021-03-10 17:38:03

Monpauvrelieu
Member
Registered: 2021-03-04
Posts: 6

Re: error: in `/home/hector/Téléchargements/weather/xfce4-weather-plugin-0

Yes big_smile

Last edited by Monpauvrelieu (2021-03-10 17:38:21)

Offline

Board footer

Powered by FluxBB