Hello Luciano, how can I check this ?
the log says : [ 3%] Running generator for QtCore... while the configuration step says -- Found Qt4: /11-11-debug/bin/qmake (found suitable version "4.7.4", required is "4.5.0") which is correct the build PySide mentions as version '4.7.4' which is correct, as the system one is 4.7.0 so I think it links correct, but you are right in that the generation of the bindings might still be against a faulty Qt is there some place to look what exactly happens ? Thx, Erik On Mon, Nov 7, 2011 at 3:35 PM, Luciano Wolf <[email protected]> wrote: > Hi, > > Could you double check to ensure that PySide generator is looking into > the right place (install path of your custom Qt), not the system's Qt > path? > > Regards, > Luciano > > On Sat, Nov 5, 2011 at 4:14 AM, Erik Janssens > <[email protected]> wrote: >> Hi, >> >> I'm trying to build PySide from sources on Ubuntu Linux >> against a custom Qt 4.7.4 build. The Qt build has the >> gtk style option turned off, as I don't want any dependencies >> between gtk and Qt. >> >> This process worked fine for Qt 4.7.2 and some earlier >> version of PySide. >> >> The build process itself goes fine, I have the impression >> that no wrapper for QGtkStyle is generated, as expected. >> >> However, when importing the build QtGui library, there is >> a missing symbol exception : >> >>>>> from PySide import QtGui >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> ImportError: /11-11-debug/lib/python2.7/site-packages/PySide/QtGui.so: >> undefined symbol: _ZTI9QGtkStyle >>>>> >> >> What can I do about this apart from building Qt with Gtk >> dependencies ? >> >> Thanks, >> >> Erik >> >> >> _______________________________________________ >> PySide mailing list >> [email protected] >> http://lists.pyside.org/listinfo/pyside >> > _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
