QuickCam Team Forums

Full Version: Debian, 0.1.1 tarball won't build + solution...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my Debian lenny amd64 system, the latest tarball (http://www.quickcamteam.net/dev/libwebcam-0.1.1.tar.bz2) refuses to build with the uvc module in the Debian repos. SVN HEAD (rev 22 as of now) worked fine.

Just FYI I guess.

For The Google, here are the errors I was getting:

Code:
/tmp/libwebcam-0.1.1/Libs/libwebcam/libwebcam.c: In function ‘get_control_id_from_v4l2’:
/tmp/libwebcam-0.1.1/Libs/libwebcam/libwebcam.c:1683: error: ‘V4L2_CID_PANTILT_RESET’ undeclared (first use in this function)
/tmp/libwebcam-0.1.1/Libs/libwebcam/libwebcam.c:1683: error: (Each undeclared identifier is reported only once
/tmp/libwebcam-0.1.1/Libs/libwebcam/libwebcam.c:1683: error: for each function it appears in.)
/tmp/libwebcam-0.1.1/Libs/libwebcam/libwebcam.c:1688: error: ‘V4L2_CID_WHITE_BALANCE_TEMPERATURE_AUTO’ undeclared (first use in this function)
make[2]: *** [Libs/libwebcam/CMakeFiles/webcam.dir/libwebcam.o] Error 1
make[1]: *** [Libs/libwebcam/CMakeFiles/webcam.dir/all] Error 2
make: *** [all] Error 2

Yes, 0.1.1 is known not to build with the latest uvcvideo driver, so for now using SVN HEAD is the only solution.
Reference URL's