On Sunday 06 December 2009 15:10:29 Antonio Recio wrote: > I am using linux 64bits. I have downloaded the src, compiled and > installed boostpythongenerator, pseps, shiboken, generatorrunner and > apiextractor.
You don't need pseps nor shiboken to compile pyside. > When I try to build pyside I obtain this error. How I can solve this? > (If I copy the libs of apiextractor and generatorrunner, and some > libQT to /usr/lib I obtain another error) > > # hostname:/opt/apps/pyside/pyside> make -j2 > [ 0%] Built target dummy > [ 1%] Built target pysidebase > [ 1%] Running generator for core... > /usr/local/bin/generatorrunner: error while loading shared libraries: > libgenrunner.so.0.3.3: cannot open shared object file: No such file or > directory Probably generator runner was installed in /usr/local and /usr/local/bin isn't in your ld library path. try: export LD_LIBRARY_PATH=/usr/local/lib before start to compile pyside. > make[2]: *** > [PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp] Error > 127 > make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > [ 1%] Running generator for gui_x11... > /usr/local/bin/generatorrunner: error while loading shared libraries: > libgenrunner.so.0.3.3: cannot open shared object file: No such file or > directory > make[2]: *** [PySide/QtGui/PySide/QtGui/converter_register_qtgui.hpp] Error > 127 make[1]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/all] Error 2 > make: *** [all] Error 2 > # hostname:/opt/apps/pyside/pyside> > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside > -- Hugo Parente Lima "Precisamos de mais gĂȘnios humildes no mundo, hoje somos poucos!" JID: [email protected]
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
