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.

>> 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

Reply via email to