https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3500
--- Comment #21 from Guy Harris <guy@xxxxxxxxxxxx> 2011-06-11 10:25:15 PDT ---
The 64-bit build issue could be due to a Python header wiring in UN*X-style
LP64 assumptions that collide with Windows' LLP64 assumptions, e.g. one of them
defining ssize_t as a 32-bit-on-64-bit-Windows "long int" and another defining
it as "long long int" or "_I64" or whatever the MSVC++ 64-bit integral type is.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.