Summary: | build failed with jingle flag | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Alexander <hamilok> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | federico.aguirre, lamarque |
Priority: | NOR | ||
Version: | 1.0.80 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
Alexander
2011-03-24 10:39:49 UTC
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 |