On Thu, 13 Feb 2003 16:15:56 -0600
Craig Iffelberg <[EMAIL PROTECTED]> wrote:

> In file included from /usr/include/linux/vfs.h:4,
>                  from /usr/include/linux/fs.h:13,
>                  from /usr/include/linux/videodev.h:6,
>                  from liblavrec.c:53:
> /usr/include/asm/statfs.h:12: redefinition of `struct statfs'

This looks like an incompatibility in glibc versions.

Make sure you have the kernel source in /usr/src/linux then
su - root
cd /usr/include
mv linux linux.old
ln -s /usr/src/linux/include/linux linux

This will replace the glibc headers with the kernel headers.
It is not strictly correct to do so but it has solved more
problems than it has created for me.

Then you can try compiling mjpegtools again.

HTH
        Martin


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to