Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14117] New: kopete fails to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14117] New: kopete fails to compile
  • Date: 18 Nov 2007 20:24:50 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14117

Summary: kopete fails to compile
Product: Codex
Version: test grimoire
Platform: Other
URL: http://www.kde-forum.org/thread.php?threadid=15301
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kde
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: pmahon AT sourcemage.org


if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/qt -I. -DKDE_NO_COMPAT
-DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST
-I../../../kopete/libkopete
-I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice
-I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui
-I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui
-I/usr/include/qt -I. -DQT_THREAD_SUPPORT -D_REENTRANT
-D_FILE_OFFSET_BITS=64
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O -march=pentium4
-pipe -Os -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT
videodevice.lo -MD -MP -MF ".deps/videodevice.Tpo" -c -o videodevice.lo
videodevice.cpp; \
then mv -f ".deps/videodevice.Tpo" ".deps/videodevice.Plo"; else rm -f
".deps/videodevice.Tpo"; exit 1; fi
In file included from /usr/include/linux/videodev.h:16,
from videodevice.h:51,
from videodevice.cpp:28:
/usr/include/linux/videodev2.h:769: error: '__s64' does not name a type
videodevice.cpp: In member function 'int
Kopete::AV::VideoDevice::selectInput(int)':
videodevice.cpp:752: warning: comparison between signed and unsigned integer
expressions


The URL has a suggested fix. The structure it is suggesting modification is:
struct v4l2_ext_control
{
__u32 id;
__u32 reserved2[2];
union {
__s32 value;
__s64 value64;
void *reserved;
};
} __attribute__ ((packed));

commenting out the __s64 line seems to allow it to compile. Although I don't
think the right solution is to muck with kernel headers.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14117] New: kopete fails to compile, bugzilla-daemon, 11/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page