https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3500
--- Comment #14 from Guy Harris <guy@xxxxxxxxxxxx> 2011-06-10 19:18:41 PDT ---
> In looking through all of the object files, apparently version_info.obj needs the python lib to report the version information for all the different components.
Aw, crap, another one of those. version_info.c includes <Python.h>, but
doesn't actually get the Python version information - that's done in
epan/epan.c, as it's libwireshark that hooks into Python. I'll try removing
the include of <Python.h> from version_info.c (and some other #includes for
facilities whose versions aren't actually fetched by version_info.c code).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.