Version: 1.0.80 (using KDE 4.6.1) OS: Linux /var/tmp/portage/kde-base/kopete-4.6.1/work/kopete-4.6.1_build/kopete/libkopete/avdevice/../../../../kopete-4.6.1/kopete/libkopete/avdevice/videodevice.h:58:28: fatal error: linux/videodev.h: No such file or directory compilation terminated. make[2]: *** [kopete/libkopete/avdevice/CMakeFiles/kopete_videodevice.dir/kopete_videodevice_automoc.o] Error 1 make[1]: *** [kopete/libkopete/avdevice/CMakeFiles/kopete_videodevice.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Reproducible: Didn't try OS: Linux (i686) release 2.6.38-gentoo Compiler: i686-pc-linux-gnu-gcc
You need linux-headers package installed to compile Kopete.
linux-headers by default installed
I can reproduce the bug here using linux-headers 2.6.38, seems videodev.h was removed from 2.6.38 kernel.
probably you are right. or it was renamed to videodev2.h (anyway it exists).
SVN commit 1226213 by lvsouza: Make V4L support optional as it has been removed from kernel 2.6.38 http://svn.reviewboard.kde.org/r/6643 Thanks Carlos Federico Aguirre for this patch. BUG: 269296 REVIEW: 6643 FIXED-IN: 4.6.2 M +1 -0 CMakeLists.txt M +2 -0 config-kopete.h.cmake M +24 -1 libkopete/avdevice/videodevice.cpp M +10 -0 libkopete/avdevice/videodevice.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1226213
SVN commit 1226216 by lvsouza: Make V4L support optional as it has been removed from kernel 2.6.38 http://svn.reviewboard.kde.org/r/6643 Thanks Carlos Federico Aguirre for this patch. BUG: 269296 REVIEW: 6643 FIXED-IN: 4.6.2 M +1 -0 CMakeLists.txt M +2 -0 config-kopete.h.cmake M +24 -1 libkopete/avdevice/videodevice.cpp M +10 -0 libkopete/avdevice/videodevice.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1226216