> From: mark <[EMAIL PROTECTED]> > Subject: Compiling mjpegtools 1.6 on Mandrake 9.0 > 2003-03-02 08:30 > > Hello there, > this is my second attempt to compile the mjpegtols. > <snip> > 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'
I just joined list, but say the above message in archives, without an apparent response...
I had the same problem and found the answer at:
http://archives.mandrakelinux.com/cooker/2002-10/msg00938.php
This worked for me..
Edit /usr/include/asm/statfs.h ... Add the lines starting with #
#ifdef __KERNEL__
struct statfs {
long f_type;
long f_bsize;
<snip>
long f_namelen;
long f_spare[6];
};
#endifFrank
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users
