Le Configure passe sans problème, par contre ensuite à la compilation :
mplayer.c: In function `main':
mplayer.c:2461: too few arguments to function `dvdnav_upper_button_select'
mplayer.c:2464: too few arguments to function `dvdnav_lower_button_select'
mplayer.c:2467: too few arguments to function `dvdnav_left_button_select'
mplayer.c:2470: too few arguments to function `dvdnav_right_button_select'
mplayer.c:2477: too few arguments to function `dvdnav_button_activate'
make: *** [mplayer.o] Error 1
# Compilation
Posté par Benjamin François . En réponse à la dépêche Sortie de Mplayer 0.90-pre10. Évalué à 1.
Pour info voici les options que je passe au Configure :
./configure --cc=gcc-3.2 --enable-gui --enable-libfame --disable-runtime-cpudetection --disable-rtc --with-win32libdir=/usr/lib/w32codec/ --with-extraincdir=/usr/local/src/MPlayer/libdvdnav/src/ --with-libdvdnav=/usr/local/lib/ --with-dvdnav-config=/usr/local/bin/dvdnav-config --with-reallibdir=/usr/local/real/Codecs/
Le Configure passe sans problème, par contre ensuite à la compilation :
mplayer.c: In function `main':
mplayer.c:2461: too few arguments to function `dvdnav_upper_button_select'
mplayer.c:2464: too few arguments to function `dvdnav_lower_button_select'
mplayer.c:2467: too few arguments to function `dvdnav_left_button_select'
mplayer.c:2470: too few arguments to function `dvdnav_right_button_select'
mplayer.c:2477: too few arguments to function `dvdnav_button_activate'
make: *** [mplayer.o] Error 1
Alors que ça marchait nickel avant.
Strange.