On Mon, May 08, 2006 at 07:37:43AM -0700, JCA wrote: > I had a go at building Ekiga for Slackware 10.2, and got stumped > when trying to build pwlib 1.10: > > mkdir -p ../pwlib/device/videoinput > g++ -DP_USE_PRAGMA -D_REENTRANT -Wall -fPIC -DPIC > -I/home/ss/Ekiga/pwlib_v1_10_0/include \ > vidinput_names.cxx \ > -I. -shared vidinput_v4l2.cxx -o ../pwlib/device/videoinput/v4l2_pwplugin.so > In file included from vidinput_v4l2.cxx:127: > vidinput_v4l2.h:150: error: field `videoCapability' has incomplete type > vidinput_v4l2.h:151: error: field `videoStreamParm' has incomplete type [....]
Your kernel header seems too old to build pwlib. Perhaps you need to upgrade your glibc-kernel-header package ? Include is found in /usr/include/linux Luc _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
