Nanley, it's not so much of an issue now, I can get to compile what I
want to compile. I still think there's a bug, though - that is better
ironed out instead of being closed.

I am now using Gutsy, with my packages up-to-date. My original code was
slightly flawed, and a better version (also attached) would be:

#include <stdio.h>
#include <linux/videodev.h>

main()
{
        puts("hello");
}

... note that I included linux/videodev.h instead of just videodev.h. This 
allows for a cleaner compilation command:
gcc blah.c

The error I get is now:

In file included from /usr/include/linux/videodev.h:15,
                 from blah.c:2:
/usr/include/linux/videodev2.h:482: error: field ‘timestamp’ has incomplete type


I would therefore like to maintain the stance that there is still a bug which 
needs sorting out. There is obviously some kind of dependency problem with the 
include files.

** Attachment added: "blah.c"
   http://launchpadlibrarian.net/10799636/blah.c

-- 
Feisty videodev.h dependency errors
https://bugs.launchpad.net/bugs/99179
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to