[PyQt] Fails to compile on a virgin multilib system

appzer0 appzer0 at free.fr
Sun Jun 20 15:44:52 BST 2010


Sorry but this mail does not appear in the ML archives so I send it 
again after having subscribed.

-------- Original Message --------
Subject: 	pyqt fails to compile on a virgin multilib system
Date: 	Tue, 15 Jun 2010 10:27:41 +0200
From: 	appzer0 <appzer0 at free.fr>
To: 	pyqt at riverbankcomputing.com



Hello,

PyQt fails to compile on my system. No PyQT is installed on this system,
QT is, with other bindings. This is a fully multilib-capable x86_64
linux system. Find the output log attached.

This concerns the 32-bit compilation on a 64-bit system (32-bit libs are
in /usr/lib and 64-bit libs are in /usr/lib64).

I don't know yet about 64-bit compilation but I assume it will compile
fine (more classical way).Here is the environment and the invoked
command line :

----
LDFLAGS="-L/usr/lib -L/lib" \
PKG_CONFIG_PATH="/usr/lib/pkgconfig" QMAKESPEC=linux-g++-32 \
python configure.py --confirm-license \
CC="gcc -m32" CXX="g++ -m32"

make
----

Maybe this bug has something to do with the one I posted at Nokia's bug
tracker and which was fixed (QT wouldn't compile 32-bit build without QT
already installed) : http://bugreports.qt.nokia.com/browse/QTBUG-8808

Thanks.


appzer0


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100620/79d8a96c/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pyqt-build.log
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100620/79d8a96c/attachment-0001.ksh>


More information about the PyQt mailing list