On Mon, 8 May 2006 07:37:43 -0700 JCA <[EMAIL PROTECTED]> 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 vidinput_v4l2.cxx:195: > error: `V4L2_PIX_FMT_GREY' was not declared in this > scope > vidinput_v4l2.cxx:196: error: `V4L2_PIX_FMT_RGB32' was not declared in > this > scope > vidinput_v4l2.cxx:197: error: `V4L2_PIX_FMT_BGR32' was not declared in > this > scope > vidinput_v4l2.cxx:198: error: `V4L2_PIX_FMT_RGB24' was not declared in > this > scope > vidinput_v4l2.cxx:199: error: `V4L2_PIX_FMT_BGR24' was not declared in > this > scope > vidinput_v4l2.cxx:200: error: `V4L2_PIX_FMT_RGB565' was not declared > in this > scope > vidinput_v4l2.cxx:201: error: `V4L2_PIX_FMT_RGB555' was not declared > in this > scope
Not sure, but I'd search near the V4L(2) headers/libs. Present? Too old? etc... -- I know life sometimes can get tough! and I know life sometimes can be a drag! But people, we have been given a gift, we have been given a road And that roads name is... rock and roll! KISS in "God gave Rock'n'Roll to you" _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
