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

Wireshark-dev: Re: [Wireshark-dev] SVN doesn't compile under MacOS X

From: Jeff Morriss <jeff.morriss@xxxxxxxxxxx>
Date: Tue, 06 Feb 2007 10:35:58 +0800


Andreas Fink wrote:

On 01.02.2007, at 02:39, Stephen Fisher wrote:

On Thu, Feb 01, 2007 at 02:01:41AM +0100, Andreas Fink wrote:

current SVN seems to have some double defined symbol conflict:

ld_classic: multiple definitions of symbol _svnversion
version_info.o definition of _svnversion in section (__DATA,__data)
gtk/libui.a(main.o) definition of _svnversion in section (__DATA,__common) gtk/libui.a(about_dlg.o) definition of _svnversion in section (__DATA,__common)

This sounds like bug #1289. Want to apply the patch from it and see if it works?

  http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289


Thie patch from bug 1289 did in fact make it work. except I had to manually edit version_info.h.
I had to modify two other minor things.


1. Index: epan/crypt/airpdcap_interop.h: size_t double definition
2. When launching it for the first time I get an error saying "error while loading 'dfilter_macros'. No such file or directory'. The file doesnt exist until you open the dfilter macros section for the first time. As it is perfectly ok to not have it, the warning can be safely removed.

Can someone with svn access maybe commit this patch?

Committed in rev 20726 (minus the dfilter change which was already taken care of by lego).