Merci de ta réponse. Non je ne pense pas avoir oublié quoique ce soit, mais du coup j'ai recommencé et voila la copie de mon écran, c'est long !
Mon système :
System hostname raspberrypi (127.0.0.1)
Operating system Debian Linux 7.8
Kernel and CPU Linux 3.18.11-v7+ on armv7l
Merci pour ton aide.
sebi@raspberrypi ~ $ sudo apt-get install git gcc make curl libfuse-dev pkg-config libcurl4-openssl-dev libxml2-dev libssl-dev libjson0 libjson0-dev libmagic-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
curl est déjà la plus récente version disponible.
gcc est déjà la plus récente version disponible.
git est déjà la plus récente version disponible.
libcurl4-openssl-dev est déjà la plus récente version disponible.
libfuse-dev est déjà la plus récente version disponible.
libjson0 est déjà la plus récente version disponible.
libjson0-dev est déjà la plus récente version disponible.
libmagic-dev est déjà la plus récente version disponible.
libssl-dev est déjà la plus récente version disponible.
libxml2-dev est déjà la plus récente version disponible.
pkg-config est déjà la plus récente version disponible.
make est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 1 non mis à jour.
sebi@raspberrypi ~ $ git clone https://github.com/TurboGit/hubicfuse.git
Cloning into 'hubicfuse'...
remote: Counting objects: 888, done.
remote: Total 888 (delta 0), reused 0 (delta 0), pack-reused 888
Receiving objects: 100% (888/888), 400.07 KiB, done.
Resolving deltas: 100% (579/579), done.
sebi@raspberrypi ~ $ cd /hubicfuse
sebi@raspberrypi /hubicfuse $ sudo ./configure
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 for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XML... yes
checking for CURL... yes
checking for FUSE... yes
checking for JSON... no
./configure: line 3612: JSON_CFLAGS: command not found
./configure: line 3613: JSON_LIBS: command not found
checking for JSON... yes
checking for OPENSSL... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdint.h... (cached) 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 strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking fuse.h usability... yes
checking fuse.h presence... yes
checking for fuse.h... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking libxml/tree.h usability... yes
checking libxml/tree.h presence... yes
checking for libxml/tree.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct stat.st_blocks... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for ftruncate... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
sebi@raspberrypi /hubicfuse $ sudo make install
gcc -g -O2 -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/json -o hubicfuse cloudfsapi.c cloudfuse.c -lxml2 -lcurl -lfuse -lssl -lcrypto -ljson -lmagic
cloudfsapi.c: In function ‘send_request_size’:
cloudfsapi.c:224:7: warning: call to ‘_curl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
cloudfsapi.c:231:7: warning: call to ‘_curl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
/usr/bin/ld: /tmp/ccrneHf2.o: référence au symbole non défini «clock_gettime@@GLIBC_2.4»
//lib/arm-linux-gnueabihf/librt.so.1: error adding symbols: DSO missing from command line
collect2: ld returned 1 exit status
Makefile:29: recipe for target 'hubicfuse' failed
make: *** [hubicfuse] Error 1