pyspi [Bug 423110] fails to build with pyrex 0.9.5.1a



If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=423110

  pyspi | general | Ver: CVS HEAD




------- Comment #2 from Tim Lee  2007-08-21 17:50 UTC -------
The problem was caused by the update of
pyrex from version 0.9.4.1 to 0.9.5.1a. Pyrex is now apparently much
stricter about requiring matching return types from c functions.

In short python booleans are int
but /opt/gnome/include/at-spi-1.0/cspi/spi-impl.h (from the at-spi-devel
package) has 'typedef unsigned int SPIBoolean'. So it appears to be the
difference between unsigned int and int that is causing pyrex to fail.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=423110.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]