------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=156028
Summary: Missing symbol V4L2_PIX_FMT_RGB444 leads to compilation
error
Product: kopete
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kopete-devel kde org
ReportedBy: gilles.sabourin free fr
Version: kopete svn #762710 (using KDE 3.5.8)
Installed from: SuSE RPMs
Compiler: gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
OS: Linux
From svn #762710, videodevice.cpp does not compile on openSUSE 10.2, because of
V4L2_PIX_FMT_RGB444 missing symbol. Similar problem has been encountered in
videolan team about vlc developments : V4L2_PIX_FMT_RGB444 symbol is only
defined with latest kernels. As I am still working on openSUSE 10.2 with 2.6.18
kernel, kopete's code evolution does not work with older distro.
I haven't encountered this problem on openSUSE 10.3 (kernel 2.6.22).
videodevice.cpp:1866: warning: comparison between signed and unsigned integer
expressions
videodevice.cpp: In member function 'Kopete::AV::pixel_format
Kopete::AV::VideoDevice::pixelFormatForPalette(int)':
videodevice.cpp:1888: error: 'V4L2_PIX_FMT_RGB444' was not declared in this
scope
videodevice.cpp: In member function 'int
Kopete::AV::VideoDevice::pixelFormatCode(Kopete::AV::pixel_format)':
videodevice.cpp:1964: error: 'V4L2_PIX_FMT_RGB444' was not declared in this
scope
videodevice.cpp: In member function 'QString
Kopete::AV::VideoDevice::pixelFormatName(int)':
videodevice.cpp:2166: error: 'V4L2_PIX_FMT_RGB444' was not declared in this
scope
make[4]: *** [videodevice.lo] Erreur 1
make[4]: quittant le répertoire «
/home/gilles/kdenetwork/kopete/libkopete/avdevice »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/gilles/kdenetwork/kopete/libkopete »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/gilles/kdenetwork/kopete »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/gilles/kdenetwork »
make: *** [all] Erreur 2
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel