On 2010/10/01, at 22:51, Lacko Roman wrote: > I have problem building stable binaries under ubuntu (10.04, python 2.6). > Build failed with error: > > [ 39%] Running generator for test binding... > /home/roman/PySide/pyside-pkgsetup/modules/output-py2.6-qt4.7.0/bin/generatorrunner: > error while loading shared libraries: libgenrunner.so.0.6: cannot open > shared object file: No such file or directory > make[2]: *** [tests/samplebinding/sample/abstractmodifications_wrapper.cpp] > Error 127 > make[1]: *** [tests/samplebinding/CMakeFiles/sample.dir/all] Error 2 > > is it possible to skip build of tests ?
Append -DBUILD_TESTS=False to cmake. Carlos Gonçalves _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
