> I'm experiencing nearly the same error (it manifests in a different
> directory) attempting to compile avifile 0.7.25 on Red Hat 8, and
> managed to find a fix:
> 
> I removed the extra instance of idct_mmx.c in
> ffmpeg/libavcodec/i386/Makefile.am (not sure if this was necessary)

Hmm if you would be using only configure it shouldn't be necessary.
If you want to run autogen.sh then it might possible cause troubles.

In that case you should run first  (after using configure)

make maintainer-clean

and then use autogen.sh
(eventually  use autogen.sh --clean)

> The result configured and compiled cleanly.  Searching through mailing
> lists for similar errors, it looks to me like there's some problem
> with the combination of automake 1.6.1 and above (I'm using 1.6.3) and
> gcc 3.x, which avifile happens to be triggering.

Maybe I should make the newer releases configured with automake-1.7
(which I really don't like because it's incredible bloated even compared
with older automakes which take unseen amount of bytes - 
I think the latest size of automake generated files now is slowly approaching
the size of all avifile sources)

-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'                          Overclocker's house :)
   `-              http://www.bbspot.com/News/2002/08/house.html        

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to