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 111 - invalid conversion from "Py_UNICODE*" to "const uint*" trying to compile in i386
: invalid conversion from "Py_UNICODE*" to "const uint*" trying to compile in i386
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 critical
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-12-21 16:40 EET by Lauro Moura
Modified: 2010-03-24 14:40 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 Lauro Moura 2009-12-21 16:40:59 EET
The problem happens when passing a Py_UNICODE* to QString::fromUcs4. This
happens if Py_UNICODE_WIDE is defined.
Comment 1 Hugo Parente Lima 2010-01-20 18:20:44 EET
It's a critical bug, we *NEED* support 32 bit plataforms.
Comment 2 Hugo Parente Lima 2010-01-22 17:10:00 EET
Works on ArchLinux 32bits.
Comment 3 Carlos Gonçalves 2010-01-22 21:06:12 EET
Works on Mandriva {2009.1,2010} 32bit too.
Comment 4 Lauro Moura 2010-01-25 16:02:57 EET
The following commit fixes the compilation on Ubuntu 32 bits, as Py_UNICODE is
an unsigned long.

http://qt.gitorious.org/~lauromoura/pyside/lauro-pyside-shiboken/commit/5bd3025a6687a0bc23daf0e5ecc154c5dad192a5
Comment 5 Luciano Wolf 2010-01-26 15:04:20 EET
fixed on mainline.