I have QT 4.5.2 installed on the system under /usr/lib I can't easily remove this as quite a few installed applications rely on it and I can't afford to break them in an attempt to get PySide working. Is it not possible to build PySide by telling it where 4.7.0 has been installed using appropriate environment variables?
cmake output for shiboken: Re-run cmake no build system arguments -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.7.0 -- Found PythonLibs: /usr/lib/python2.6/config/libpython2.6.so -- Found PythonInterp: /usr/bin/python2.6 -- Using protected hack! -- sphinx-build - not found! doc target disabled CMake version greater than 2.8 necessary to run tests -- Configuring done -- Generating done -- Build files have been written to: /home/rob/pyside/pyside-shiboken/build Build output with VERBOSE=1 has been put online here: http://www.robgarrett.co.uk/make.out Rob On 10 November 2010 17:59, Anderson Lizardo <[email protected]> wrote: > On Wed, Nov 10, 2010 at 12:51 PM, Robert Garrett > <[email protected]> wrote: >> Hmm... after posting to the list I tried a few things to fix the >> problem, but wasn't able to get a working version of PySide. I'm now >> trying to get back to the original state but can't. Building PySide >> is failing with error: >> >> /usr/local/bin/generatorrunner: symbol lookup error: >> /usr/local/Trolltech/Qt-4.7.0/lib/libQtNetwork.so.4: undefined symbol: >> _ZN16QIODevicePrivate4peekEPcx > > Make sure you don't have any old Qt libraries installed under /usr ... > again, output from cmake Is very useful to debug these things. > > Regards, > -- > Anderson Lizardo > OpenBossa Labs - INdT > Manaus - Brazil > -- Robert Garrett Software Engineer The Blacktrace Group The Dolomite Centre Ltd, Unit 1, Anglian Business Park, Royston, SG8 5TW, UK Phone: +44 1763 242491 Fax: +44 1763 246125 ************************************************************ This message is intended only for the use of the individual or entity to whom it is addressed. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Dolomite is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt. _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
