On Mon, Apr 23, 2012 at 7:06 PM, Hugo Parente Lima <[email protected]> wrote: > On Monday, April 23, 2012 04:50:48 PM todd rme wrote: >> On Mon, Apr 23, 2012 at 4:39 PM, Hugo Parente Lima >> >> <[email protected]> wrote: >> > On Monday, April 23, 2012 03:00:12 PM todd rme wrote: >> >> I am trying to do a parallel install of pyside and shiboken on python >> >> 2 and python 3 under linux. I tried setting the cmake variable >> >> -Dshiboken_SUFFIX="-python3.2". However, it gives the following error >> > >> >> when I do so: >> > The suffix is added automatically, IIRC you don't need to set it >> >> Not by default, and judging by the cmake files when it is set it looks >> like it uses the shiboken version not the python version. I want to >> install it for multiple python versions, not multiple shiboken >> versions. > > No, it uses the Python version used to compile Shiboken (libshiboken.so)
I just tried it. By default it create, for example, /usr/include/shiboken/ If I set -DENABLE_VERSION_SUFFIX=True it creates /usr/include/shiboken-1.1/ (the shiboken version) What I need it to do is create something like /usr/include/shiboken-3.2/ (the python version), /usr/include/shiboken-python3.2/, or /usr/include/shiboken-py3.2/ >> >> Linking CXX executable shiboken-python3.2 >> >> [ 96%] Built target shiboken >> >> [ 98%] Running generator for 'shiboken'... >> >> /bin/sh: >> >> /home/abuild/rpmbuild/BUILD/shiboken-1.1.1/build/generator/shiboken: No >> >> such file or directory >> >> make[2]: *** [shibokenmodule/shiboken/shiboken_module_wrapper.cpp] Error >> >> 127 make[1]: *** [shibokenmodule/CMakeFiles/shibokenmodule.dir/all] >> >> Error 2 make: *** [all] Error 2 >> >> error: Bad exit status from /var/tmp/rpm-tmp.D3ll4U (%build) >> >> >> >> Is there any way to fix this, or a better way to achieve a parallel >> >> installation? >> >> >> >> -Todd _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
