Gentoo Archives: gentoo-dev

From: Jan Drugowitsch <jdrugo@×××.at>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] pyqt compilation errors
Date: Thu, 26 Feb 2004 14:23:05
Message-Id: 200402261422.47528.jdrugo@gmx.at
In Reply to: [gentoo-dev] pyqt compilation errors by scope
1 On Wednesday 25 February 2004 08:45, scope wrote:
2 [snip]
3 > g++ -c -pipe -O3 -mcpu=athlon-xp -funroll-loops -fPIC -O2 -Wall -W
4 > -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.3
5 > -I/usr/qt/3/include -I/usr/X11R6/include -o sipqttablepart0.o
6 > sipqttablepart0.cpp
7 > sipqttablepart0.cpp: In member function `QString
8 > sipQCheckTableItem::sipProtect_content()':
9 > sipqttablepart0.cpp:13857: error: 'class QTableItem' has no member named '
10 > content'
11 > sipqttablepart0.cpp: In member function `QString
12 > sipQComboTableItem::sipProtect_content()':
13 > sipqttablepart0.cpp:14587: error: 'class QTableItem' has no member named '
14 > content'
15 > sipqttablepart0.cpp: In member function `QString
16 > sipQTableItem::sipProtect_content()':
17 > sipqttablepart0.cpp:15391: error: 'class QTableItem' has no member named '
18 > content'
19 > make[1]: *** [sipqttablepart0.o] Error 1
20 > make[1]: Leaving directory
21 > `/var/tmp/portage/PyQt-3.10/work/PyQt-x11-gpl-3.10/qttable'
22 > make: *** [all] Error 2
23
24 That looks very much like the bug with PyQt-3.8.1 and Qt-3.3.0 at
25 http://bugs.gentoo.org/show_bug.cgi?id=41101
26 Although I though that PyQt-3.10 does already work with Qt-3.3.0, maybe it's
27 resolved using the same solution?
28
29 Hope that helps,
30 Jan