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 1076 - compilation can not
: compilation can not
Status: RESOLVED INVALID
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: PC MS Windows XP/Vista/7
: P5 major
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2011-12-02 10:45 EET by Charlie
Modified: 2012-01-06 00:48 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 Charlie 2011-12-02 10:45:08 EET
during the compilation of shiboken, a message indicates that Python3Libs is not
found then the path PYTHON3_LIBRARIES corresponds to C: \ Python32 \ libs \
python32.lib
Comment 1 Hugo Parente Lima 2011-12-02 16:34:16 EET
Sorry, but your report is rather incomplete, without more info I can't do much
for you :-/.
Comment 2 Charlie 2011-12-05 09:26:52 EET
During the compilation of shiboken, when I run the command :

cmake .. -DPYTHON3_LIBRARIES=C:\Python32\libs\python32.lib
-DPYTHON3_EXECUTABLE=C:\Python32\python.exe
-DPYTHON3_DBG_EXECUTABLE=C:\Python32\python.exe -DUSE_PYTHON3=ON

the error message I have given above .


Here is a screenshot:
http://s3.archive-host.com/membres/images/27921178613462497/Images_Persos/erreur_pyside.JPG
Comment 3 Hugo Parente Lima 2011-12-09 16:17:42 EET
Are you using PySide from git? or some tarball?
Comment 4 Charlie 2011-12-09 18:06:12 EET
I'm using PySide from git, donwloading module by module
Comment 5 Hugo Parente Lima 2011-12-09 19:19:52 EET
Can you try again? I think this is already fixed on mainline, at least our
build bots are building PySide and Shiboken without problems on Windows for
Python 2.7 and 3.2.
Comment 6 Charlie 2011-12-11 15:44:51 EET
Ok I'll try again. In fact, I can test now on Windows XP 32bit and Seven 64bit.
Can you confirm that the command line I enter is correct.

thank you
Comment 7 Hugo Parente Lima 2011-12-13 16:02:36 EET
I prefer to let the cmake find Python3 for me, but I think your command line is
ok.