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 169 - Compilation problem on abstract_wrapper.cpp
: Compilation problem on abstract_wrapper.cpp
Status: CLOSED WORKSFORME
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-02-24 05:40 EET by Michele Petrazzo
Modified: 2010-03-03 16:50 EET (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Petrazzo 2010-02-24 05:40:50 EET
Hi,
as reported to the ml, I just tried the last git
(32397a568e20d5b6860520cd45ff0833f27a8642) and:

[ 42%] Building CXX object
tests/samplebinding/CMakeFiles/sample.dir/sample/abstract_wrapper.cpp.o
/home/devel/pyside/shiboken/tests/samplebinding/sample/abstract_wrapper.cpp:631:
error: SbkEnumObject_NonExtensibleNew is not a member of Shiboken
make[2]: ***
[tests/samplebinding/CMakeFiles/sample.dir/sample/abstract_wrapper.cpp.o] Error
1
make[1]: *** [tests/samplebinding/CMakeFiles/sample.dir/all] Error 2
make: *** [all] Error 2

My system: debian lenny and python 2.5

Michele
Comment 1 Anderson Lizardo 2010-02-24 14:51:49 EET
I just tested the following combination:

apiextractor.git:    e363a1d1d2aa2a05139719adc02756766bc92cc1
generatorrunner.git: 593804998aaa1d463b06bb5db6ef467aed23c272
pyside-shiboken.git: 15cfd5f5a2da879f0ac4a1f5dfd4f2fb139ac6b4
shiboken.git:        c3ace01b0c18b340e2453771ab529bce694d621b

(using Ubuntu 8.04, qt 4.6.1 and python 2.5)

And they built just fine. Marking as WORKSFORME for now.
Comment 2 Michele Petrazzo 2010-02-25 12:18:12 EET
Done also here, forgot to git clean -fdx

Thanks