Bonjour a tous,
j'essaie d'installer sopcast, n'ayant pas de trouver de paquets pour l'installer, je me suis décidé à le compiler. Seulement, la commande "make" me renvoit la chose suivante :
D'avence merci.
j'essaie d'installer sopcast, n'ayant pas de trouver de paquets pour l'installer, je me suis décidé à le compiler. Seulement, la commande "make" me renvoit la chose suivante :
]# make
make all-recursive
make[1]: entrant dans le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0 »
Making all in po
make[2]: entrant dans le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0/po »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0/po »
Making all in src
make[2]: entrant dans le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0/src »
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DGSOPCAST_LOCALEDIR=\""/usr/local/share/locale"\" -g -O2 -MT fork.o -MD -MP -MF .deps/fork.Tpo -c -o fork.o fork.cc
fork.cc: In function 'gboolean handle_stdout_pipe(GIOChannel*, GIOCondition, void*)':
fork.cc:62: erreur: 'strstr' was not declared in this scope
fork.cc: In function 'void fork_sop(char*)':
fork.cc:118: erreur: 'strdup' was not declared in this scope
fork.cc:125: attention : deprecated conversion from string constant to 'char*'
fork.cc:141: attention : deprecated conversion from string constant to 'char*'
fork.cc: In function 'void fork_player()':
fork.cc:182: erreur: 'strdup' was not declared in this scope
fork.cc:186: erreur: 'strtok_r' was not declared in this scope
fork.cc:189: erreur: 'strcat' was not declared in this scope
fork.cc: In function 'void kill_player()':
fork.cc:254: erreur: 'strcat' was not declared in this scope
fork.cc:257: erreur: 'strcmp' was not declared in this scope
fork.cc:276: erreur: 'memchr' was not declared in this scope
fork.cc:279: erreur: 'strstr' was not declared in this scope
make[2]: *** [fork.o] Erreur 1
make[2]: quittant le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/Paul/Vidéos/gsopcast-0.4.0 »
make: *** [all] Erreur 2
Avez vous une idée de ce qui manque ?D'avence merci.