On Mon, Feb 19, 2007 at 04:32:05PM -0800, JCA wrote: > refuses to compile on my Slackware 11.0 box: > > vidinput_v4l2.h:157: error: field `videoCapability' has incomplete type > vidinput_v4l2.h:158: error: field `videoStreamParm' has incomplete type > vidinput_v4l2.cxx:219: error: `V4L2_PIX_FMT_GREY' was not declared in this > scope
V4L2 plugins use Linux kernel header. So you must have a recent Linux kernel header in /usr/include/linux to build pwlib. By default Slackware comes with a 2.4 kernel so it can't be used. Try to install the 2.6.17.13, if it's help. Quote from the website: <<Slackware 11.0 contains the 2.4.33.3 Linux kernel, 2.6.17.13 in /extra and 2.6.18 in the /testing directory; the default boot option is the dependable 2.4.33.3 kernel, but this time we included more choices and support for 2.6.x kernels.>> Luc _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
