View previous topic :: View next topic |
Author |
Message |
elapse n00b
Joined: 23 May 2004 Posts: 3
|
Posted: Sun May 23, 2004 5:58 pm Post subject: emerge vlc fails at mplayer compile |
|
|
Τρέχω το emerge vlc και όλα αρχίζουν κανονικά...Όμως στο σημείο που πάει να κάνει compile τον mplayer-1.0_pre4 αποτυγχάνει με το ακόλουθο:
Code: | vd_xvid.c: In function `init':
vd_xvid.c:72: error: `XVID_INIT_PARAM' undeclared (first use in this function)
vd_xvid.c:72: error: (Each undeclared identifier is reported only once
vd_xvid.c:72: error: for each function it appears in.)
vd_xvid.c:72: error: syntax error before "ini"
vd_xvid.c:73: error: `XVID_DEC_PARAM' undeclared (first use in this function)
vd_xvid.c:93: error: `ini' undeclared (first use in this function)
vd_xvid.c:94: error: `dec_p' undeclared (first use in this function)
vd_xvid.c:124: error: `XVID_CSP_RGB24' undeclared (first use in this function)
vd_xvid.c:127: error: `XVID_CSP_RGB32' undeclared (first use in this function)
vd_xvid.c:140: error: `API_VERSION' undeclared (first use in this function)
vd_xvid.c: In function `decode':
vd_xvid.c:190: error: `XVID_DEC_FRAME' undeclared (first use in this function)
vd_xvid.c:190: error: syntax error before "dec"
vd_xvid.c:204: error: `dec' undeclared (first use in this function)
make[1]: *** [vd_xvid.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/mplayer-1.0_pre4/work/MPlayer-1.0pre4/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2
!!! ERROR: media-video/mplayer-1.0_pre4 failed.
!!! Function src_compile, Line 259, Exitcode 2
!!! Failed to build MPlayer
|
Τί μπορώ να κάνω;
kernel 2.6.5-gentoo-r1 |
|
Back to top |
|
|
bld l33t
Joined: 26 Mar 2003 Posts: 759 Location: Outter Space
|
Posted: Sun May 23, 2004 8:06 pm Post subject: |
|
|
1) Βγάλε τα CFLAGS και δοκίμασε να το κάνεις compile χωρίς
2) δοκίμασε μια πιο καινούρια έκδοση του mplayer. _________________ A happy GNU/Linux user!! |
|
Back to top |
|
|
elapse n00b
Joined: 23 May 2004 Posts: 3
|
Posted: Sun May 23, 2004 9:48 pm Post subject: |
|
|
Όχι λυπάμαι, αλλά τίποτα. Δοκίμασα να βάλω το mplayer-1.0_pre4-r2 αλλά αποτυγχάνει με το ίδιο error...
Έχει σημασία που είχα εγκαταστήσει τον xvid 1.0;;; |
|
Back to top |
|
|
elapse n00b
Joined: 23 May 2004 Posts: 3
|
Posted: Sun May 23, 2004 11:51 pm Post subject: |
|
|
Λύθηκε
Αυτό που έκανα ήταν να σβήσω τα libxvidcore.a και libxvidcore.a.so.* από τα /usr/lib και /usr/local/lib. Μετά ο mplayer έκανε compile κανονικά. |
|
Back to top |
|
|
|