<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt><small>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include
-I../../include -I../../src -I../../src/xine-engine
-I../../src/xine-engine -I../../src/xine-utils -I../../src/input
-I../../src/input -I../../lib -D_LARGEFILE64_SOURCE -pthread -DORBIT2=1
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gconf/2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0
-I../../src/input/libdvdnav/ -mtune=pentiumpro -O3 -pipe
-fomit-frame-pointer -falign-functions=4 -falign-loops=4
-falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations
-fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
-finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts
-Wmissing-declarations -Wmissing-prototypes -MT input_v4l.lo -MD -MP
-MF .deps/input_v4l.Tpo -c input_v4l.c -o .libs/input_v4l.o<br>
In file included from /usr/include/linux/videodev.h:8,<br>
                 from input_v4l.c:50:<br>
<font color="#ff0000"><b>/usr/include/linux/videodev2.h:466: error:
syntax error before '*' token<br>
/usr/include/linux/videodev2.h:468: error: syntax error before '*' token<br>
/usr/include/linux/videodev2.h:469: error: syntax error before '}' token<br>
/usr/include/linux/videodev2.h:840: error: field 'win' has incomplete
typ</b></font>e<br>
input_v4l.c: In function 'open_audio_capture_device':<br>
input_v4l.c:1044: warning: pointer targets in passing argument 3 of
'snd_pcm_hw_params_set_rate_near' differ in signedness<br>
make[4]: *** [input_v4l.lo] Error 1<br>
make[4]: Leaving directory
`/home/casimiro/Softwares/Multimedia/xine/xine-lib-1.0/src/input'<br>
make[3]: *** [all-recursive] Error 1<br>
make[3]: Leaving directory
`/home/casimiro/Softwares/Multimedia/xine/xine-lib-1.0/src/input'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory
`/home/casimiro/Softwares/Multimedia/xine/xine-lib-1.0/src'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory
`/home/casimiro/Softwares/Multimedia/xine/xine-lib-1.0'<br>
make: *** [all] Error 2</small></tt><br>
<br>
And the code for the include file follows:<br>
<br>
<small><tt>struct v4l2_window<br>
{<br>
        struct v4l2_rect        w;<br>
        enum v4l2_field         field;<br>
        __u32                   chromakey;<br>
        <font color="#ff0000"><b>struct v4l2_clip        __user *clips;</b></font><br>
        <font color="#ff0000"><b>__u32                   clipcount;<br>
        void                    __user *bitmap;<br>
};</b></font></tt></small><br>
<br>
</body>
</html>