[MPlayer-users] Compile fails

pl p_l at gmx.fr
Wed Nov 7 23:30:51 CET 2001


On Wed, Nov 07, 2001 at 11:47:49PM +0200, Arpi wrote:
> Hi,
> 
> > -losdep -Lpostproc -lpostproc -Lxa -lxa -ldivxdecore -ldivxencore 
> > opendivx/postprocess.o  -lm
> > libmpeg2/libmpeg2.a(slice.o): In function `slice_process':
> > slice.o(.text+0x66c8): undefined reference to `quant_store_mpeg2'
> > slice.o(.text+0x6a92): undefined reference to `quant_store_mpeg2'
> > slice.o(.text+0x726d): undefined reference to `quant_store_mpeg2'
> > collect2: ld returned 1 exit status
> 
> i really don't know how do you do cvs update, but there is NO such
> string in cvs. do a clean checkout and grep for quant_store_mpeg2...
[...]
Same problem here with a 'cvs -z3 update -d'.

I guess if you update your local copy when things are bad and a patch is
reversed you local copy isn't downgraded since it looks more up to
date... so you've version n and cvs holds n-1 or another n, which will
be broken till cvs holds n+1.

As an illustration, I had in libmpeg2/CVS/Entries:
/mpeg2_internal.h/1.11/Tue Nov  6 18:24:46 2001// 
[incorrect version with *_mpeg2]

rm mpeg2_internal.h

then cvs update and now:
/mpeg2_internal.h/1.11/Wed Nov  7 22:21:44 2001//
[correct version without *_mpeg2]

So to revert, it seems a new commit must be done...

--
Best regards,
  pl



More information about the MPlayer-users mailing list