Public bug reported:

I was trying to compile some software called luvcview. It compiles OK in
Edgy, but there seems to be a regression under Feisty beta.

You can see dependency problems by creating the file blah.c:

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

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


Then do
 gcc -I/usr/include/linux blah.c


You'll get:
In file included from /usr/include/_G_config.h:44,
                 from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:72,
                 from blah.c:5:
/usr/include/gconv.h:72: error: expected declaration specifiers or ‘...’ before 
‘size_t’
...

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Feisty videodev.h dependency errors
https://launchpad.net/bugs/99179

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

Reply via email to