[PyKDE] pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

David Boddie david at boddie.org.uk
Sat Nov 11 00:47:11 GMT 2006


On Thursday 09 November 2006 17:41, simon stockes wrote:

> this what I got. It seems that  /usr/X11R6/lib64/ is not take in account ?!
>
> And it is a 64bits machine. I readed somethong recently on the list , No ?:

Yes, there were a few messages dealing with the opposite problem to the
one you have: looking for /usr/X11R6/lib64/ when it doesn't exist. It would
appear that something has assumed that your system has a 64-bit architecture,
but that you don't have the necessary files in the place it expects.

> [root at tlku60101c1 PyQt-x11-gpl-4.1]# python configure.py -q
> /software/local/discovery/de/bin/qmake -w
> Determining the layout of your Qt installation...
> /software/local/discovery/de/bin/qmake -o qtdirs.mk qtdirs.pro
> make -f qtdirs.mk
> g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT  -DQT_NO_DEBUG -DQT_CORE_LIB
> -DQT_SHARED -I../mkspecs/linux-g++-64 -I. -I../include/QtCore
> -I../include/QtCore -I../include -I. -I. -o qtdirs.o qtdirs.cpp
> g++ -m64 -Wl,-rpath,/software/local/discovery/de/lib -o qtdirs qtdirs.o
> -L/software/local/discovery/de/lib -lQtCore
> -L/home/master/fr15903/src/qt/qt-x11-opensource-src-4.2.1/lib -lz -lm
> -L/software/local/desktop/kde/3.5.2/x86_64/lib64 -lglib-2.0 -ldl -lpthread
> ./qtdirs

Do you know how your Qt installation was configured: which options were
passed to the configure script? In particular, it's useful to know whether
a -platform option was specified. This affects how qmake builds programs,
and therefore how PyQt gets its information about the Qt configuration.

More information about Qt configuration can be found in this thread on
the qt-interest mailing list:

http://lists.trolltech.com/qt-interest/2005-09/thread01268-0.html#msg01290

David




More information about the PyQt mailing list