Gentoo Archives: gentoo-user

From: Jose Maria Alvarez Fernandez <jmalvarezf@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] kwin compilation error
Date: Thu, 27 Apr 2006 20:16:13
Message-Id: 200604272210.26767.jmalvarezf@gmail.com
1 Hi to all!!
2
3 I'm trying to compile kwin 3.5.2-r1 with xcomposite extensions, but I get the
4 following error:
5
6 /bin/sh ../libtool --silent --mode=compile --tag=CXX
7 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./lib -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=athlon64 -O2 -pipe -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 -c -o
8 layers.lo `test -f 'layers.cpp' || echo './'`layers.cpp
9 In file included from workspace.h:23,
10 from placement.cpp:19:
11 utils.h: In function `int KWinInternal::timestampCompare(Time, Time)':
12 utils.h:235: error: `timestampCompare' is not a member of `NET'
13 utils.h: In function `Time KWinInternal::timestampDiff(Time, Time)':
14 utils.h:241: error: `timestampDiff' is not a member of `NET'
15 In file included from layers.cpp:69:
16 utils.h: In function `int KWinInternal::timestampCompare(Time, Time)':
17 utils.h:235: error: `timestampCompare' is not a member of `NET'
18 utils.h: In function `Time KWinInternal::timestampDiff(Time, Time)':
19 utils.h:241: error: `timestampDiff' is not a member of `NET'
20 make[3]: *** [placement.lo] Error 1
21 make[3]: *** Se espera a que terminen otras tareas....
22 make[3]: *** [layers.lo] Error 1
23 make[3]: Leaving directory
24 `/var/tmp/portage/kwin-3.5.2-r2/work/kwin-3.5.2/kwin'
25 make[2]: *** [all-recursive] Error 1
26 make[2]: Leaving directory
27 `/var/tmp/portage/kwin-3.5.2-r2/work/kwin-3.5.2/kwin'
28 make[1]: *** [all-recursive] Error 1
29 make[1]: Leaving directory `/var/tmp/portage/kwin-3.5.2-r2/work/kwin-3.5.2'
30 make: *** [all] Error 2
31
32 !!! ERROR: kde-base/kwin-3.5.2-r2 failed.
33 !!! Function kde_src_compile, Line 228, Exitcode 2
34 !!! died running emake, kde_src_compile:make
35 !!! If you need support, post the topmost build error, NOT this status
36 message.
37
38
39 I'm using qt 3.3.6 (from nxsty's overlay) and kde 3.5.2 (with pertty patches).
40 Can anyone give me a clue on this?
41
42 Thanks a lot!!
43
44 Jose Maria.
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] kwin compilation error Nicholas Doyle <niskel@×××××.com>