On 06.09.07 10:22:41, Alexander Eisenhuth wrote: > Ubuntu 6.06 > Python 2.4.3 > PyQt:PyQt-x11-gpl-4.3 > SIP:4.7 > Open Source Version of Qt (build under /usr/local/Trolltech/Qt-4.3.1) > > Following error:
There's no error in the snippet you posted. > -L/usr/local/src/PyQt-x11-gpl-4.3/qpy/QtDesigner > -L/usr/local/Trolltech/Qt-4.3.1/lib -L/usr/X11R6/lib -lqpydesigner > -lQtDesigner > -lQtGui -L/usr/local/Trolltech/Qt-4.3.1/lib -L/usr/X11R6/lib -lSM -lICE > -lQtCore -L/usr/local/Trolltech/Qt-4.3.1/lib -lz -lrt -lpthread -lXi -lXext > -lX11 -lm -ldl -lQtCore -L/usr/local/Trolltech/Qt-4.3.1/lib -lz -lm -lrt > -lpthread -ldl -lXext -lX11 -lm -lpthread > > I removed "-lqpydesigner" from the command line, call the link command to > QtDesigner again. After that PyQt4 was build propperly. Is this a bug or ... One caveat is that you can't run make install after configure, you always have to run make first. Andreas -- You will be winged by an anti-aircraft battery. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
