[ COMPIL de MPLAYER ] elle me plante à la gueule avecle support ogg !

elle me plante à la gueule avecle support ogg ! [ COMPIL de MPLAYER ] - Débats - Linux et OS Alternatifs

Marsh Posté le 09-09-2002 à 22:15:18    

spakool ça
j'essaie de compiler mplayer avec le support ogg et la compil se vautre lametablement :(  
 

gcc -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader  -I-I/usr/include -I/usr/include/dvdnav -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o demux_ogg.o demux_ogg.c
demux_ogg.c:36: ogg/ogg.h: No such file or directory
demux_ogg.c:37: vorbis/codec.h: No such file or directory
demux_ogg.c:44: parse error before `vorbis_info'
demux_ogg.c:44: warning: no semicolon at end of struct or union
demux_ogg.c:46: warning: data definition has no type or storage class
demux_ogg.c:47: parse error before `vb'
demux_ogg.c:47: warning: data definition has no type or storage class
demux_ogg.c:48: warning: data definition has no type or storage class
demux_ogg.c:54: parse error before `ogg_int32_t'
demux_ogg.c:54: warning: no semicolon at end of struct or union
demux_ogg.c:55: warning: data definition has no type or storage class
demux_ogg.c:56: warning: data definition has no type or storage class
demux_ogg.c:60: parse error before `ogg_int16_t'
demux_ogg.c:60: warning: no semicolon at end of struct or union
demux_ogg.c:61: warning: data definition has no type or storage class
demux_ogg.c:62: parse error before `avgbytespersec'
demux_ogg.c:62: warning: data definition has no type or storage class
demux_ogg.c:63: warning: data definition has no type or storage class
demux_ogg.c:70: parse error before `ogg_int32_t'
demux_ogg.c:70: warning: no semicolon at end of struct or union
demux_ogg.c:72: warning: data definition has no type or storage class
demux_ogg.c:73: parse error before `samples_per_unit'
demux_ogg.c:73: warning: data definition has no type or storage class
demux_ogg.c:74: parse error before `default_len'
demux_ogg.c:74: warning: data definition has no type or storage class
demux_ogg.c:76: parse error before `buffersize'
demux_ogg.c:76: warning: data definition has no type or storage class
demux_ogg.c:77: parse error before `bits_per_sample'
demux_ogg.c:77: warning: data definition has no type or storage class
demux_ogg.c:82: parse error before `stream_header_video'
demux_ogg.c:82: warning: no semicolon at end of struct or union
demux_ogg.c:84: warning: data definition has no type or storage class
demux_ogg.c:85: warning: data definition has no type or storage class
demux_ogg.c:86: parse error before `}'
demux_ogg.c:86: warning: data definition has no type or storage class
demux_ogg.c:103: parse error before `ogg_stream_state'
demux_ogg.c:103: warning: no semicolon at end of struct or union
demux_ogg.c:106: parse error before `}'
demux_ogg.c:106: warning: data definition has no type or storage class
demux_ogg.c:110: parse error before `ogg_sync_state'
demux_ogg.c:110: warning: no semicolon at end of struct or union
demux_ogg.c:112: warning: data definition has no type or storage class
demux_ogg.c:114: parse error before `*'
demux_ogg.c:114: warning: data definition has no type or storage class
demux_ogg.c:119: parse error before `}'
demux_ogg.c:119: warning: data definition has no type or storage class
demux_ogg.c:201: parse error before `*'
demux_ogg.c: In function `demux_ogg_get_page_stream':
demux_ogg.c:203: `ogg_page' undeclared (first use in this function)
demux_ogg.c:203: (Each undeclared identifier is reported only once
demux_ogg.c:203: for each function it appears in.)
demux_ogg.c:203: `ogg_d' undeclared (first use in this function)
demux_ogg.c:215: `os' undeclared (first use in this function)
demux_ogg.c: At top level:
demux_ogg.c:222: parse error before `*'
demux_ogg.c: In function `demux_ogg_read_packet':
demux_ogg.c:225: `pts' undeclared (first use in this function)
demux_ogg.c:226: `flags' undeclared (first use in this function)
demux_ogg.c:228: `os' undeclared (first use in this function)
demux_ogg.c:229: `pack' undeclared (first use in this function)
demux_ogg.c:232: `vi' undeclared (first use in this function)
demux_ogg.c: At top level:
demux_ogg.c:271: parse error before `ogg_stream_t'
demux_ogg.c: In function `demux_ogg_add_packet':
demux_ogg.c:272: `ds' undeclared (first use in this function)
demux_ogg.c:279: `pack' undeclared (first use in this function)
demux_ogg.c:284: `os' undeclared (first use in this function)
demux_ogg.c:289: parse error before `)'
demux_ogg.c: In function `demux_ogg_build_syncpoints_table':
demux_ogg.c:308: `ogg_d' undeclared (first use in this function)
demux_ogg.c:309: parse error before `*'
demux_ogg.c:310: `ogg_sync_state' undeclared (first use in this function)
demux_ogg.c:310: `sync' undeclared (first use in this function)
demux_ogg.c:311: `ogg_page' undeclared (first use in this function)
demux_ogg.c:312: `ogg_stream_state' undeclared (first use in this function)
demux_ogg.c:312: `oss' undeclared (first use in this function)
demux_ogg.c:313: `os' undeclared (first use in this function)
demux_ogg.c:314: `ogg_packet' undeclared (first use in this function)
demux_ogg.c:314: parse error before `op'
demux_ogg.c:316: `vorbis_info' undeclared (first use in this function)
demux_ogg.c:316: `vi' undeclared (first use in this function)
demux_ogg.c:317: parse error before `pos'
demux_ogg.c:318: `last_pos' undeclared (first use in this function)
demux_ogg.c:321: `s' undeclared (first use in this function)
demux_ogg.c:326: `sid' undeclared (first use in this function)
demux_ogg.c:330: parse error before `)'
demux_ogg.c:336: `np' undeclared (first use in this function)
demux_ogg.c:343: warning: initialization makes pointer from integer without a cast
demux_ogg.c:361: `p' undeclared (first use in this function)
demux_ogg.c:362: `op' undeclared (first use in this function)
demux_ogg.c:396: warning: initialization makes pointer from integer without a cast
demux_ogg.c: In function `demux_ogg_open':
demux_ogg.c:415: `ogg_d' undeclared (first use in this function)
demux_ogg.c:416: parse error before `*'
demux_ogg.c:419: `ogg_sync_state' undeclared (first use in this function)
demux_ogg.c:419: `sync' undeclared (first use in this function)
demux_ogg.c:420: `ogg_page' undeclared (first use in this function)
demux_ogg.c:421: `ogg_packet' undeclared (first use in this function)
demux_ogg.c:421: parse error before `pack'
demux_ogg.c:425: `s' undeclared (first use in this function)
demux_ogg.c:427: parse error before `)'
demux_ogg.c:436: `np' undeclared (first use in this function)
demux_ogg.c:445: `buf' undeclared (first use in this function)
demux_ogg.c:468: parse error before `)'
demux_ogg.c:471: `s_no' undeclared (first use in this function)
demux_ogg.c:477: `pack' undeclared (first use in this function)
demux_ogg.c:480: `sh_a' undeclared (first use in this function)
demux_ogg.c:481: `sh_v' undeclared (first use in this function)
demux_ogg.c:488: `n_audio' undeclared (first use in this function)
demux_ogg.c:512: `n_video' undeclared (first use in this function)
demux_ogg.c:542: `st' undeclared (first use in this function)
demux_ogg.c:542: parse error before `)'
demux_ogg.c:592: `n_text' undeclared (first use in this function)
demux_ogg.c: In function `demux_ogg_fill_buffer':
demux_ogg.c:666: `ogg_d' undeclared (first use in this function)
demux_ogg.c:667: parse error before `*'
demux_ogg.c:669: `ogg_sync_state' undeclared (first use in this function)
demux_ogg.c:669: `sync' undeclared (first use in this function)
demux_ogg.c:670: `ogg_stream_state' undeclared (first use in this function)
demux_ogg.c:670: `os' undeclared (first use in this function)
demux_ogg.c:671: `ogg_page' undeclared (first use in this function)
demux_ogg.c:672: `ogg_packet' undeclared (first use in this function)
demux_ogg.c:672: parse error before `pack'
demux_ogg.c:675: `s' undeclared (first use in this function)
demux_ogg.c:681: `id' undeclared (first use in this function)
demux_ogg.c:687: `np' undeclared (first use in this function)
demux_ogg.c:688: `ds' undeclared (first use in this function)
demux_ogg.c:690: `pack' undeclared (first use in this function)
demux_ogg.c:706: warning: assignment makes pointer from integer without a cast
demux_ogg.c: In function `init_avi_with_ogg':
demux_ogg.c:754: `ogg_d' undeclared (first use in this function)
demux_ogg.c:755: parse error before `*'
demux_ogg.c:764: `sh_audio' undeclared (first use in this function)
demux_ogg.c:769: `hdrsizes' undeclared (first use in this function)
demux_ogg.c:778: parse error before `)'
demux_ogg.c:780: parse error before `)'
demux_ogg.c:787: `np' undeclared (first use in this function)
demux_ogg.c:794: `plen' undeclared (first use in this function)
demux_ogg.c:794: `p' undeclared (first use in this function)
demux_ogg.c:795: `buf' undeclared (first use in this function)
demux_ogg.c:806: `s' undeclared (first use in this function)
demux_ogg.c:811: `dp' undeclared (first use in this function)
demux_ogg.c: In function `demux_ogg_seek':
demux_ogg.c:842: `ogg_d' undeclared (first use in this function)
demux_ogg.c:843: `ogg_sync_state' undeclared (first use in this function)
demux_ogg.c:843: `sync' undeclared (first use in this function)
demux_ogg.c:844: `ogg_page' undeclared (first use in this function)
demux_ogg.c:845: `ogg_stream_state' undeclared (first use in this function)
demux_ogg.c:845: `oss' undeclared (first use in this function)
demux_ogg.c:846: `os' undeclared (first use in this function)
demux_ogg.c:847: parse error before `*'
demux_ogg.c:849: `ogg_packet' undeclared (first use in this function)
demux_ogg.c:852: `vorbis_info' undeclared (first use in this function)
demux_ogg.c:852: `vi' undeclared (first use in this function)
demux_ogg.c:853: parse error before `gp'
demux_ogg.c:857: `ds' undeclared (first use in this function)
demux_ogg.c:858: `rate' undeclared (first use in this function)
demux_ogg.c:861: parse error before `)'
demux_ogg.c:878: `gp' undeclared (first use in this function)
demux_ogg.c:880: `sp' undeclared (first use in this function)
demux_ogg.c:904: `i' undeclared (first use in this function)
demux_ogg.c:920: warning: initialization makes pointer from integer without a cast
demux_ogg.c:937: `op' undeclared (first use in this function)
demux_ogg.c:946: `sh_audio' undeclared (first use in this function)
demux_ogg.c: In function `demux_close_ogg':
demux_ogg.c:958: `ogg_d' undeclared (first use in this function)
make[2]: *** [demux_ogg.o] Error 1

 
 
vu le nombre d'erreurs, il doit me manquer un fichier non ? :heink:

Reply

Marsh Posté le 09-09-2002 à 22:15:18   

Reply

Marsh Posté le 09-09-2002 à 22:16:09    

Ouais, il te faut libogg-dev et libvorbis-dev.


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
Reply

Marsh Posté le 09-09-2002 à 22:16:10    

c le cvs ou les sources du pre7 ??

Reply

Marsh Posté le 09-09-2002 à 22:18:47    

le sot zi a écrit a écrit :

c le cvs ou les sources du pre7 ??




 
le cvs pk ?

Reply

Marsh Posté le 09-09-2002 à 22:20:07    

Jar Jar a écrit a écrit :

Ouais, il te faut libogg-dev et libvorbis-dev.




 
bah justement, ça descend là
mais c'est bizarre, d'habitude il a pas besoin des sources, elles sont intégré dans les sienne
et puis vu qu'il a passé le ./configure, je pensais que ça allait
 
bon, je reteste

Reply

Marsh Posté le 09-09-2002 à 22:45:20    

c'est bon, ça marche

Reply

Marsh Posté le 09-09-2002 à 23:59:50    

sacré djoh :D  
 
j'vous aime bien finalement ;)

Reply

Marsh Posté le 10-09-2002 à 00:38:59    

superX a écrit a écrit :

sacré djoh :D  
 
j'vous aime bien finalement ;)




 
 
c'est quoi ce vous-voiment ?? :??:  
t'aurais pas un multi sur blabla qui passe son temps à vous-voyez ?
j'espère pas en tout cas : je te vois bien lourd, trolleur, emmerdeur ... mais pas facho quand même. Je me trompe ? :heink:

Reply

Marsh Posté le 10-09-2002 à 00:44:40    

mais qui aide son prochain ..n'en doute pas meme si les circonstances ne vont pas dans mon sens ;)

Reply

Marsh Posté le 10-09-2002 à 00:46:23    

superX a écrit a écrit :

mais qui aide son prochain ..n'en doute pas meme si les circonstances ne vont pas dans mon sens ;)




 
c'est quoi le multi en question ?

Reply

Marsh Posté le 10-09-2002 à 00:46:23   

Reply

Marsh Posté le 10-09-2002 à 00:47:45    

djoh a écrit a écrit :

 
 
c'est quoi le multi en question ?




 
keske ca peut faire ?

Reply

Marsh Posté le 10-09-2002 à 00:49:10    

superX a écrit a écrit :

 
 
keske ca peut faire ?  




 
 
ben pour savoir si tu es vraiment celui dont je parle pardi ! :o

Reply

Marsh Posté le 10-09-2002 à 00:50:47    

djoh a écrit a écrit :

 
 
 
ben pour savoir si tu es vraiment celui dont je parle pardi ! :o  




 
qui ?    
 
dis moi qui je te dirais qui je suis :o :p
 

Reply

Marsh Posté le 10-09-2002 à 00:51:52    

superX a écrit a écrit :

 
 
qui ?    
 
dis moi qui je te dirais qui je suis :o :p
 
 



:sarcastic:  [:mojopin80]

Reply

Marsh Posté le 10-09-2002 à 00:53:24    

et pis surtout qu'il y a aucun mystere : les habitués savent ;)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed