Pages : 1
#1 Le 08/03/2006, à 21:09
- morad
savtronic g un probleme avec ton script
slt
g un probleme avec le script que tu nous as donné via le lien http://www.kwyxz.org/weblog/?page_id=737 voila ce qui me donne à la fin
[OSDEPEND] Compiling src/unix/sysdep/sysdep_dsp.c ...
[OSDEPEND] Compiling src/unix/sysdep/sysdep_mixer.c ...
[OSDEPEND] Compiling src/unix/sysdep/sysdep_display.c ...
[OSDEPEND] Compiling src/unix/sysdep/sysdep_cpu.c ...
[OSDEPEND] Compiling src/unix/video-drivers/x11.c ...
[OSDEPEND] Compiling src/unix/video-drivers/xinput.c ...
[OSDEPEND] Compiling src/unix/video-drivers/x11_window.c ...
[OSDEPEND] Compiling src/unix/video-drivers/xv.c ...
src/unix/video-drivers/xv.c:14:31: erreur: X11/extensions/Xv.h : Aucun fichier ou répertoire de ce type
src/unix/video-drivers/xv.c:15:34: erreur: X11/extensions/Xvlib.h : Aucun fichier ou répertoire de ce type
src/unix/video-drivers/xv.c:50: erreur: syntax error before ‘*’ token
src/unix/video-drivers/xv.c:50: attention : type defaults to ‘int’ in declaration of ‘xvimage’
src/unix/video-drivers/xv.c:50: attention : la définition de données n'a pas de type ni de classe de stockage
src/unix/video-drivers/xv.c: In function ‘FindXvPort’:
src/unix/video-drivers/xv.c:68: erreur: ‘XvAdaptorInfo’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:68: erreur: (Chaque identificateur non déclaré est rapporté une seule fois
src/unix/video-drivers/xv.c:68: erreur: pour chaque fonction dans laquelle il apparaît.)
src/unix/video-drivers/xv.c:68: erreur: ‘ai’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:69: erreur: ‘XvImageFormatValues’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:69: erreur: ‘fo’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:71: attention : implicit declaration of function ‘XvQueryAdaptors’
src/unix/video-drivers/xv.c:84: attention : implicit declaration of function ‘XvListImageFormats’
src/unix/video-drivers/xv.c:89: attention : implicit declaration of function ‘XvGrabPort’
src/unix/video-drivers/xv.c:96: attention : implicit declaration of function ‘XvFreeAdaptorInfo’
src/unix/video-drivers/xv.c: In function ‘FindRGBXvFormat’:
src/unix/video-drivers/xv.c:112: erreur: ‘XvAdaptorInfo’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:112: erreur: ‘ai’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:113: erreur: ‘XvImageFormatValues’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:113: erreur: ‘fo’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:134: erreur: ‘XvRGB’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:134: erreur: ‘XvPacked’ undeclared (first use in this function)
src/unix/video-drivers/xv.c: In function ‘ClearYUY2’:
src/unix/video-drivers/xv.c:172: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:172: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:173: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c:175: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:177: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘ClearYV12’:
src/unix/video-drivers/xv.c:195: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:195: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:196: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:196: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:197: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:197: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:198: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c:199: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:200: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:204: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_init’:
src/unix/video-drivers/xv.c:220: attention : implicit declaration of function ‘XvQueryExtension’
src/unix/video-drivers/xv.c: In function ‘xv_open_display’:
src/unix/video-drivers/xv.c:240: erreur: ‘XvAttribute’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:240: erreur: ‘attr’ undeclared (first use in this function)
src/unix/video-drivers/xv.c:279: attention : implicit declaration of function ‘XvQueryPortAttributes’
src/unix/video-drivers/xv.c:284: attention : implicit declaration of function ‘XvSetPortAttribute’
src/unix/video-drivers/xv.c:422: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:423: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c:431: attention : implicit declaration of function ‘XvShmCreateImage’
src/unix/video-drivers/xv.c:437: attention : assignment makes pointer from integer without a cast
src/unix/video-drivers/xv.c:445: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:446: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c:450: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:450: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c:456: erreur: request for member ‘data_size’ in something not a structure or union
src/unix/video-drivers/xv.c:465: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:467: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:502: attention : implicit declaration of function ‘XvShmPutImage’
src/unix/video-drivers/xv.c:503: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:503: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_close_display’:
src/unix/video-drivers/xv.c:563: attention : implicit declaration of function ‘XvUngrabPort’
src/unix/video-drivers/xv.c: In function ‘xv_update_display’:
src/unix/video-drivers/xv.c:614: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:614: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_clear_display_buffer’:
src/unix/video-drivers/xv.c:651: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:651: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:651: erreur: request for member ‘height’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_update_16_to_YV12’:
src/unix/video-drivers/xv.c:692: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:692: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:692: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:693: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:693: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:693: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:694: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:694: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:694: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:719: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:721: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_update_16_to_YV12_perfect’:
src/unix/video-drivers/xv.c:767: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:767: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:767: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:768: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:768: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:768: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:769: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:769: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:769: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:777: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:779: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_update_32_to_YV12_direct’:
src/unix/video-drivers/xv.c:822: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:822: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:822: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:823: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:823: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:823: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:824: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:824: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:824: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:853: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:855: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c: In function ‘xv_update_32_to_YV12_direct_perfect’:
src/unix/video-drivers/xv.c:888: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:888: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:888: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:889: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:889: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:889: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:890: erreur: request for member ‘data’ in something not a structure or union
src/unix/video-drivers/xv.c:890: erreur: request for member ‘offsets’ in something not a structure or union
src/unix/video-drivers/xv.c:890: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:899: erreur: request for member ‘width’ in something not a structure or union
src/unix/video-drivers/xv.c:901: erreur: request for member ‘width’ in something not a structure or union
make: *** [xmame.obj/unix.x11/video-drivers/xv.o] Erreur 1
il est ou le probleme?
thx
Hors ligne
#2 Le 08/03/2006, à 22:39
- saVTRonic
Re : savtronic g un probleme avec ton script
Salut.
Je pense qu'il te manque le paquet libx11-dev.
Le script fonctionne encore très bien, j'ai mis à jour avec la dernière version de xmame récemment, mais il nécessite beaucoup de paquets *-dev
Dernière modification par saVTRonic (Le 08/03/2006, à 22:40)
Hors ligne
#3 Le 09/03/2006, à 15:36
- morad
Re : savtronic g un probleme avec ton script
ok
mais maintenant quand le lance un jeu neogeo il ma donne ça
sfix.sfx NOT FOUND
sp-s2.sp1 NOT FOUND
sm1.sm1 NOT FOUND
000-lo.lo NOT FOUND
c'est le bios?
où je dois le mettre?
Hors ligne
#4 Le 09/03/2006, à 23:15
- saVTRonic
Re : savtronic g un probleme avec ton script
Dans le même répertoire que tes roms.
Hors ligne
#5 Le 09/03/2006, à 23:22
- morad
Re : savtronic g un probleme avec ton script
c bon je viens de trouvez pkoi ça marchait pas: j'avais dezippé le rom dans la repertoire
thx
Hors ligne
Pages : 1