GNOME Bugzilla – Bug 53764
Glib needs to be 64-bit cleaned
Last modified: 2011-02-18 15:47:37 UTC
Glib currently has potential problems if compiled and run on a 64-bit architecture(e.g., UltraSPARC, Alpha, Itanium). Due to the interchangeable usage of int, pointer and long types, any compilation of glib for the LP64 programming model (longs & pointers as 64-bit values) could potentially fail due to invalid data.
Created attachment 501 [details] Compressed diff file. Generated 18th April 2001
Code changes submitted to gtk-devel-list@gnome.org 18th April 2001 for inclusion in glib. This bug is to track that submission. Mark.Murnane@ireland.sun.com
Nearly final patch: http://mail.gnome.org/archives/gtk-devel-list/2001-June/msg00374.html
All committed. (Not including fixes for IOChannel, IO channel changes are blocking on 52811)
IO Channnel changes are now in CVS