I'm building imap 2002b on an x86_64 machine (e.g. AMD Hammer) and the compiler (gcc) defines an int as 32 bits wide and a pointer as 64 bits wide. There seems to be a number of places where the code casts between int and pointer, this should never be done as the two data types are not necessarily compatible.
I'm willing to make the fixes and send a patch but I don't want to duplicate the work of others if this has already been fixed. Has it? John -- ------------------------------------------------------------------ For information about this mailing list, and its archives, see: http://www.washington.edu/imap/c-client-list.html ------------------------------------------------------------------
