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 440 - Missing testobject_wrapper.cpp
: Missing testobject_wrapper.cpp
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: Macintosh Mac OS
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-27 17:53 EEST by Daniel Ashbrook
Modified: 2010-12-20 11:26 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ashbrook 2010-10-27 17:53:22 EEST
Nearly finished building, but then:

[ 99%] Building CXX object
tests/pysidetest/CMakeFiles/testbinding.dir/testbinding/testobject_wrapper.cpp.o
i686-apple-darwin10-g++-4.2.1:
/Users/dan/tmp/pyside2/PYSIDE_TMP/pyside/build/tests/pysidetest/testbinding/testobject_wrapper.cpp:
No such file or directory
Comment 1 Matti Airas 2010-11-23 06:01:58 EET
(Sorry for the delay in the reply - we're trying to improve our error
management practices in the future.)

I think a bit more information regarding the build environment would be needed.

Did you follow the build instructions at the URL below?

http://developer.qt.nokia.com/wiki/Building_PySide_on_Mac_OS_X
Comment 2 Daniel Ashbrook 2010-11-26 15:26:25 EET
Yes, following those directions (although "ldconfig" doesn't exist on OS X).

My cmake line is:

cmake .. -DCMAKE_INSTALL_PREFIX=../../install/usr
-DGENERATOR=../../usr/bin/shiboken
-DALTERNATIVE_QT_INCLUDE_DIR=/Library/Frameworks
-DSITE_PACKAGE=../../install/Library/Python/2.6/site-packages
Comment 3 Daniel Ashbrook 2010-11-26 17:51:44 EET
Update: this appears to be fixed; I managed to build the whole thing from HEAD
just now.
Comment 4 Matti Airas 2010-11-29 06:03:14 EET
Daniel, thanks for re-checking.

Since it works now, I'm resolving the bug INVALID.

Please note: the bug was perfectly valid, I'm marking it "INVALID" only because
we don't have a more appropriate entry in our Bugzilla yet and we don't want to
make multiple FIXED entries for a single issue.
Comment 5 Hugo Parente Lima 2010-12-20 11:26:06 EET
Closign bugs after release of 1.0.0 beta2.