On Thu, Nov 11, 2010 at 11:00 AM, Robert Garrett <[email protected]> wrote: > Ok, I managed to get it working. I found that generatorrunner was > giving the 'undefined symbol' errors because it was pulling in > libraries from qt 4.5.2. I needed to change my LD_LIBRARY_PATH and > PATH variables to make sure that only 4.7.0 was used. I'd already > configured them so that qmake and cmake were both detecting the newer > versions, but generatorrunner was still pulling in some of the older > ones for some reason - hence my confusion.
I use this option which *I think* might avoid conflicts with qt 4.5: -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=yes Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
