[PySide] Can't build with -Dshiboken_SUFFIX

todd rme toddrme2178 at gmail.com
Mon Apr 23 16:50:48 CEST 2012


On Mon, Apr 23, 2012 at 4:39 PM, Hugo Parente Lima
<hugo.lima at openbossa.org> 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



More information about the PySide mailing list