muzena / freetuxtv-old

Automatically exported from code.google.com/p/freetuxtv
GNU General Public License v3.0
5 stars 1 forks source link

installation echec no vlc-config #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ça bloque, une idée ?

./configure 

which: no vlc-config in 
(/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/kde/bin:/usr/
bin/vendor_perl:/usr/bin/core_perl:/opt/qt/bin)

**Error**: Cannot detect LibVLC version.
Do you have installed the libvlc development (libvlc-dev) package?

whereis vlc-config
vlc-config: /usr/share/man/man1/vlc-config.1.gz

Original issue reported on code.google.com by tony.cha...@gmail.com on 11 May 2011 at 5:14

GoogleCodeExporter commented 9 years ago
Tu as bien installé le paquet  libvlc-dev ?

Original comment by pcar...@gmail.com on 11 May 2011 at 5:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
En fait, vlc-config est utilisé sous VLC 0.8.6 pour connaître la version 
courante de la libvlc.
Il ne doit plus exister avec les nouvelles versions de VLC.

Maintenant, on utilise pkg-config à la place. C'est plutôt donc ce programme 
qu'il doit te manquer.

Original comment by eric.beuque on 5 Jun 2011 at 4:06

GoogleCodeExporter commented 9 years ago
Merci eric.

il me manquait bien pkg-config
lors de la compilation j'ai retour d'erreur

gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include   -I../lib/  -Wall -g -march=x86-64 -mtune=generic 
-O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘splashscreen_app_init’:
main.c:622:8: attention : variable ‘res’ set but not used 
[-Wunused-but-set-variable]
main.c: In function ‘freetuxtv_log’:
main.c:1381:19: attention : transtypage d'un pointeur vers un entier de taille 
différente [-Wpointer-to-int-cast]
main.c: In function ‘main’:
main.c:1535:49: attention : transtypage vers un pointeur depuis un entier de 
taille différente [-Wint-to-pointer-cast]
main.c:1556:4: erreur: too many arguments to function 
‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: note: declared here
main.c:1468:9: attention : variable ‘szUri’ set but not used 
[-Wunused-but-set-variable]
make[2]: *** [main.o] Erreur 1
make[2]: quittant le répertoire « 
/home/tony/aur/freetuxtv/src/freetuxtv-0.5.2/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « 
/home/tony/aur/freetuxtv/src/freetuxtv-0.5.2 »
make: *** [all] Erreur 2
==> ERREUR: Une erreur s'est produite dans build().
    Abandon...

Original comment by tony.cha...@gmail.com on 19 Jun 2011 at 8:07

GoogleCodeExporter commented 9 years ago
Bugs already corrected in the merged issue.

Original comment by eric.beuque on 7 Oct 2012 at 9:26