PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 4 - pyside 0.1.4.5 fails to compile with boostpythongenerator 0.2, python 2.6, boost 1.39.0, Qt 4.5.2
: pyside 0.1.4.5 fails to compile with boostpythongenerator 0.2, python 2.6, bo...
Status: CLOSED DUPLICATE of bug 3
Product: PySide
Classification: Unclassified
Component: QtCore
: 0.1.0
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-08-19 10:36 EEST by Bernhard Rosenkränzer
Modified: 2009-10-14 14:17 EEST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Rosenkränzer 2009-08-19 10:36:00 EEST
Trying to build pyside 0.1.4.5 after installing boostpythongenerator 0.2 and
libapiextractor 0.2 (Qt 4.5.2, python 2.6.2, boost 1.39.0) results in

[  0%] Building CXX object
base/CMakeFiles/pysidebase.dir/abstract_qobject_connection.cpp.o
/usr/src/ark/BUILD/pyside-0.1.4.5/base/abstract_qobject_connection.cpp: In
member function ‘virtual void PySide::signal_slot_connection::call_slot(const
boost::python::list&) const’:
/usr/src/ark/BUILD/pyside-0.1.4.5/base/abstract_qobject_connection.cpp:95:
error: no match for ‘operator*’ in ‘*boost::python::tuple(((const
boost::python::list&)((const boost::python::list*)(& args))))’
/usr/include/boost/python/object_operators.hpp:98: note: candidates are:
boost::python::api::object boost::python::api::operator*(const
boost::python::api::object&, const boost::python::api::object&)
make[2]: *** [base/CMakeFiles/pysidebase.dir/abstract_qobject_connection.cpp.o]
Error 1
Comment 1 Hugo Parente Lima 2009-08-19 12:56:35 EEST
You need to install boost 1.40 (to be released) or boost 1.39 + some patches.

see: http://www.pyside.org/downloads/
Comment 2 Hugo Parente Lima 2009-08-19 13:02:20 EEST

*** This bug has been marked as a duplicate of bug 3 ***