Re: Errors compiling avifile

"Lars von Wedel" <[email protected]> Mon, 27 Oct 2003 20:30:29 +0100
Newsgroups gmane.comp.multimedia.avifile.general
Message-ID <005901c39cc4$39be6d10$1101a8c0@sojus>
Hello,

I switched to gcc-3.3 which seems to help. However, I encounter the same error and it seems to be caused by this fact:

vdr:/usr/local/src/avifile-0.7-0.7.38# ls -l `find . -name cputest.lo`
lrwxr-xr-x    1 root     root           10 Oct 27 22:25 ./ffmpeg/libavcodec/i386/cputest.lo -> cputest.lo

This does obviously not make a lot of sense and brings ar into trouble -- how can this happen?

BTW, Is there anyone else on the list?

Lars



  ----- Original Message ----- 
  From: Lars von Wedel 
  To: [email protected] 
  Sent: Sunday, October 26, 2003 4:13 PM
  Subject: [Avifile]Errors compiling avifile


  Hello,

  I tried to compile avifile and got errors:

  In avifile0.7-0.7.37 the following happens:

  ar cru .libs/libavcodeci386.al cputest.lo dsputil_mmx.lo fdct_mmx.lo idct_mmx.lo motion_est_mmx.lo mpegvideo_mmx.lo simple_idct_mmx.lo
  ar: cputest.lo: Too many levels of symbolic links

  In avifile-0.7-0.7.38 the problem is a type "int64_t":

  flvenc.c: In function `flv_write_trailer':
  flvenc.c:232: parse error before `file_size'
  flvenc.c:234: `flags' undeclared (first use in this function)
  flvenc.c:234: (Each undeclared identifier is reported only once
  flvenc.c:234: for each function it appears in.)
  flvenc.c:238: `file_size' undeclared (first use in this function)
  make[2]: *** [flvenc.lo] Error 1

  Any ideas? I use gcc 2.95.4 on Debian Woody, Kernel 2.6.0-t7.

  Lars