Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3500] Add Python embedding to Windows makefiles

Date: Sat, 11 Jun 2011 10:25:16 -0700 (PDT)
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.