Errors compiling avifile
"Lars von Wedel" <[email protected]> Sun, 26 Oct 2003 16:13:21 +0100
| Newsgroups | gmane.comp.multimedia.avifile.general |
|---|---|
| Message-ID | <00bd01c39bd3$b1eaddb0$1101a8c0@sojus> |
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