GKCmaTV.fr.st / GKC.fr.st Index du Forum  
  Rechercher  •  Liste des Membres  •  Groupes d'utilisateurs   •  S'enregistrer  •  Profil  •  Se connecter pour vérifier ses messages privés  •  Connexion

Votre question a peut être déja trouvé une solution!

[NaBuCO]

Vérifiez le en faisant une recherche dans le forum grâce à la fonction
Rechercher • et gagnez du temps !

 Impossible de compiler Xdtv 2.0.0 Voir le sujet suivant
Voir le sujet précédent
Poster un nouveau sujetRépondre au sujet
Auteur Message
Akura
Newbie


Inscrit le: 29 Aoû 2003
Messages: 7

MessagePosté le: Lundi 11 Octobre 2004 19:24:57 Répondre en citantRevenir en haut de page

Salut à tous, je ne parviens pas à compiler Xdtv rougit Tout d'abord, lorsque je fais le
"./configure", j'ai ces warning :

Citation:

checking for XviD header files... no
configure: WARNING: *** Could not find XviD header files ***
checking if XviD API version is 2.1 or 4.0 or 4.1... no
configure: WARNING: *** XviD API version is not 2.1 or 4.0: feature is disabled ***
checking for libavcodec (ffmpeg) header files... no
configure: WARNING: *** Could not find libavcodec (ffmpeg) header files ***
checking for divx4linux header files... no
configure: WARNING: *** Could not find divx4linux header files ***
checking for encore in -ldivxencore... no
configure: WARNING: *** Could not find divx4linux libraries: feature is disabled ***
checking for lame version... WARNING: *** Could not find lame binary
checking for lame header files... no
configure: WARNING: *** Could not find lame header files ***
checking for vbi_capture_fd in -lzvbi... yes


Mais pas d'erreur, pourtant tous les packages nécésaires ont été installés lors de l'installation de Xawdecode 1.9.3, qui lui fonctionne sans soucis.

Je lance ensuite le make et voici les erreurs que j'obtiens :

Citation:


make all-recursive
make[1]: Entering directory `/root/xdtv-2.0.0'
Making all in alevt
make[2]: Entering directory `/root/xdtv-2.0.0/alevt'
make all-am
make[3]: Entering directory `/root/xdtv-2.0.0/alevt'
make[3]: Rien à faire pour « all-am ».
make[3]: Leaving directory `/root/xdtv-2.0.0/alevt'
make[2]: Leaving directory `/root/xdtv-2.0.0/alevt'
Making all in src
make[2]: Entering directory `/root/xdtv-2.0.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../alevt -g -Wall -D_REENTRANT -O4 -marc
h=pentium4 -mcpu=pentium4 -fstrength-reduce -frerun-loop-opt -fexpensive-optimiz
ations -fschedule-insns2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasin
g -pipe -falign-loops=2 -falign-functions=2 -ffast-math -I/usr/X11R6/include -D
PREFIX='"/usr/local"' -D_LARGEFILE64_SOURCE -g -O2 -MT xdtv_scantv.o -MD -MP -MF
".deps/xdtv_scantv.Tpo" \
-c -o xdtv_scantv.o `test -f 'xdtv_scantv.c' || echo './'`xdtv_scantv.c; \
then mv -f ".deps/xdtv_scantv.Tpo" ".deps/xdtv_scantv.Po"; \
else rm -f ".deps/xdtv_scantv.Tpo"; exit 1; \
fi
xdtv_scantv.c:49:21: libzvbi.h: No such file or directory
xdtv_scantv.c:76: warning: `struct vbi_event' declared inside parameter list
xdtv_scantv.c:76: warning: its scope is only this definition or declaration, whi
ch is probably not what you want
xdtv_scantv.c: In function `event':
xdtv_scantv.c:78: error: dereferencing pointer to incomplete type
xdtv_scantv.c:79: error: `VBI_EVENT_NETWORK' undeclared (first use in this funct
ion)
xdtv_scantv.c:79: error: (Each undeclared identifier is reported only once
xdtv_scantv.c:79: error: for each function it appears in.)
xdtv_scantv.c:82: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c:83: error: dereferencing pointer to incomplete type
xdtv_scantv.c: At top level:
xdtv_scantv.c:91: error: parse error before '*' token
xdtv_scantv.c:91: warning: type defaults to `int' in declaration of `vbi_sli'
xdtv_scantv.c:91: warning: data definition has no type or storage class
xdtv_scantv.c: In function `gettvname':
xdtv_scantv.c:103: warning: implicit declaration of function `gettimeofday'
xdtv_scantv.c:116: warning: implicit declaration of function `vbi_capture_read'
xdtv_scantv.c:124: warning: implicit declaration of function `vbi_decode'
xdtv_scantv.c: In function `main':
xdtv_scantv.c:285: error: `VBI_SLICED_VBI_525' undeclared (first use in this fun
ction)
xdtv_scantv.c:286: error: `VBI_SLICED_VBI_625' undeclared (first use in this fun
ction)
xdtv_scantv.c:286: error: `VBI_SLICED_TELETEXT_B' undeclared (first use in this
function)
xdtv_scantv.c:287: error: `VBI_SLICED_CAPTION_525' undeclared (first use in this
function)
xdtv_scantv.c:287: error: `VBI_SLICED_CAPTION_625' undeclared (first use in this
function)
xdtv_scantv.c:288: error: `VBI_SLICED_VPS' undeclared (first use in this functio
n)
xdtv_scantv.c:288: error: `VBI_SLICED_WSS_625' undeclared (first use in this fun
ction)
xdtv_scantv.c:288: error: `VBI_SLICED_WSS_CPR1204' undeclared (first use in this
function)
xdtv_scantv.c:289: warning: implicit declaration of function `vbi_capture_v4l_ne w'
xdtv_scantv.c:289: warning: assignment makes pointer from integer without a cast
xdtv_scantv.c:295: warning: implicit declaration of function `vbi_decoder_new'
xdtv_scantv.c:295: warning: assignment makes pointer from integer without a cast
xdtv_scantv.c:296: warning: implicit declaration of function `vbi_event_handler_ add'
xdtv_scantv.c:297: warning: implicit declaration of function `vbi_capture_parame ters'
xdtv_scantv.c:297: warning: assignment makes pointer from integer without a cast
xdtv_scantv.c:298: error: dereferencing pointer to incomplete type
xdtv_scantv.c:298: error: dereferencing pointer to incomplete type
xdtv_scantv.c:299: error: dereferencing pointer to incomplete type
xdtv_scantv.c:300: error: `vbi_sliced' undeclared (first use in this function)
xdtv_scantv.c:347: warning: implicit declaration of function `vbi_capture_delete '
xdtv_scantv.c:348: warning: implicit declaration of function `vbi_decoder_delete '
make[2]: *** [xdtv_scantv.o] Erreur 1
make[2]: Leaving directory `/root/xdtv-2.0.0/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/root/xdtv-2.0.0'
make: *** [all] Erreur 2


J'avoue ne pas trop savoir ce qui pose problèlme à part le fait que je sois vraiment nul sous Linux...). Voilà si quelqu'un avait uneidée, elle serait la bienvenue, d'avance merci wink

_________________
Ma config c'est ici
Voir le profil de l'utilisateurEnvoyer un message privé
mirtouf
Habitué(e)


Inscrit le: 09 Mar 2003
Messages: 765
Localisation: Au milieu de nulle part...

MessagePosté le: Lundi 11 Octobre 2004 21:49:49 Répondre en citantRevenir en haut de page

Déjà le -O4 de gcc ne me plaît pas trop.
Sans les headers sus-cités tu ne pourras pas enregistrer avec un codec, ensuite tu devrais refaire ton ./configure en désactivant leur support.

_________________
Ma config mise-à-jour du 26/02/2004. Software is like sex, it's better when it's FREE.
Voir le profil de l'utilisateurEnvoyer un message privéVisiter le site web de l'utilisateurNuméro ICQ
Akura
Newbie


Inscrit le: 29 Aoû 2003
Messages: 7

MessagePosté le: Mardi 12 Octobre 2004 16:16:58 Répondre en citantRevenir en haut de page

C'est bon problème résolu, mauvaise manip de ma part, ce sont les joies de la découverte ! Encore merci à vous ! Tout fonctionne bien roule les yeux

_________________
Ma config c'est ici
Voir le profil de l'utilisateurEnvoyer un message privé
Montrer les messages depuis:      
Poster un nouveau sujetRépondre au sujet


 Sauter vers:   



Voir le sujet suivant
Voir le sujet précédent
Vous ne pouvez pas poster de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas voter dans les sondages de ce forum


Powered by phpBB © 200-2008 phpBB Group :: FI Theme :: Toutes les heures sont au format GMT + 1 Heure
Traduction par : phpBB-fr.com