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 238 - Build fails on Mac OS X
: Build fails on Mac OS X
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.3.2
: Macintosh Mac OS
: P5 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-06-10 03:13 EEST by Jari Tenhunen
Modified: 2010-08-13 11:32 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jari Tenhunen 2010-06-10 03:13:24 EEST
Building PySide fails on OS X 10.6.3 (Snow Leopard). I was able to build
apiextractor, generatorrunner, and shiboken (with some minor tweaking), but
building the bindings itself fails:

[ 80%] Building CXX object
PySide/QtTest/CMakeFiles/QtTest.dir/PySide/QtTest/qtest_wrapper.cpp.o
/Users/jari/pyside/pyside-qt4.6+0.3.2/build/PySide/QtTest/PySide/QtTest/qtest_wrapper.cpp:1181:
error: expected initializer before ‘<’ token

Python, Qt and cmake were installed from MacPorts:
 python26 @2.6.5_1+darwin (active)
 qt4-mac @4.6.2_1 (active)
 cmake @2.8.1_2 (active)
Comment 1 renato filho 2010-06-10 10:44:39 EEST
fixed on pyside commit:

commit 1a40cc79df157bec25a3439f8fb08c4809651146
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 9 18:18:22 2010 -0300
Comment 2 Jari Tenhunen 2010-06-10 16:03:16 EEST
applied the commit on top of 0.3.2 and it indeed fixes the build problem.