Wireshark-bugs: [Wireshark-bugs] [Bug 7403] [PATCH] epan/Makefile.am filters out python-related

Date: Sat, 8 Sep 2012 00:24:27 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403

--- Comment #14 from Guy Harris <guy@xxxxxxxxxxxx> 2012-09-08 00:24:27 PDT ---
(In reply to comment #13)
> The *ideal* scheme would be one in which we have a source file used to generate
> the .def file with MSVC++ and the .sym file on UN*Xes, with support for
> conditional tests in that file, and rules in Makefile.am.inc *and*
> Makefile.nmake *and* the CMake files that will remove anything if'ed out with
> the conditions.

...because that way *all* the exported symbols are in that source file, rather
than being split between the .def file and Makefile.am, and you don't have to
be using autoconf for this to work.

Or, alternatively, provide stub versions of all the routines in question - or
don't export them and leave it up to routines in libwireshark to call them, so
the programs that *call* libwireshark don't have to know about plugins or Lua
or Python or....

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.