[PyKDE] Build error on RH6.2
Phil Thompson
phil at river-bank.demon.co.uk
Thu May 4 13:29:58 BST 2000
Compiling KDE against Qt v2.x isn't (yet) supported. If you have Qt
v1.x installed then tell configure where it is. You will also need to
build PyQt for Qt v1.x.
Phil
Jackie Manning wrote:
>
> I am getting an error when trying to build pykde. Below is the output
> of the failed make. Any help
> would be appreciated.
>
> --------------------------------------------------------------------------
>
> make all-recursive
> make[1]: Entering directory `/x/tmp/PyKDE-0.11.1'
> Making all in kdecore
> make[2]: Entering directory `/x/tmp/PyKDE-0.11.1/kdecore'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/x/tmp/PyKDE-0.11.1/kdecore'
> Making all in kdeui
> make[2]: Entering directory `/x/tmp/PyKDE-0.11.1/kdeui'
> /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I..
> -I/usr/include/python1.5 -I/usr/include/sip -I/usr/lib/qt-2.1.0/include
> -I/usr/X11R6/include -I/usr/include/kde -fno-exceptions -O2 -c
> kdeuicmodule.cpp
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python1.5
> -I/usr/include/sip -I/usr/lib/qt-2.1.0/include -I/usr/X11R6/include
> -I/usr/include/kde -fno-exceptions -O2 -Wp,-MD,.deps/kdeuicmodule.pp -c
> -fPIC -DPIC kdeuicmodule.cpp -o kdeuicmodule.lo
> In file included from ktabctl.sip:18,
> from kdeuicmodule.cpp:49:
> /usr/include/kde/ktabctl.h:118: syntax error before `;'
> /usr/include/kde/ktablistbox.h: In method `const class QFont &
> KTabListBox::tableFont() const':
> In file included from ktablistbox.sip:105,
> from kdeuicmodule.cpp:50:
> /usr/include/kde/ktablistbox.h:318: warning: returning reference to
> temporary
> sipkdeuiProxykdeui.h: At top level:
> In file included from sipkdeuiProxykdeui.moc:17,
> from kdeuicmodule.cpp:563:
> sipkdeuiProxykdeui.h:24: `sipProxykdeui::proxySlot(Qt::ArrowType)' is
> already defined in the class sipProxykdeui
> kdeuicmodule.cpp:726: redefinition of `void
> sipProxykdeui::proxySlot(enum Qt::ArrowType)'
> kdeuicmodule.cpp:710: `void sipProxykdeui::proxySlot(enum
> Qt::ArrowType)' previously defined here
> make[2]: *** [kdeuicmodule.lo] Error 1
> make[2]: Leaving directory `/x/tmp/PyKDE-0.11.1/kdeui'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/x/tmp/PyKDE-0.11.1'
> make: *** [all-recursive-am] Error 2
More information about the PyQt
mailing list