https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973
--- Comment #39 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-06-25 16:31:59 PDT ---
(In reply to comment #38)
> (In reply to comment #37)
> > (In reply to comment #36)
> > > I've looked into the problem some more and found out what is going wrong.
> > > I've also decided that I don't have the resources (build experience on all
> > > platforms) to fix this:
> > > dftest build with cmake, but doesn't with automake
> > > This is because automake links dftest against libui.a, while cmake includes
> > > util.c in its list of sources. libui.a consists not only of util.c but also
> > > of alert_box.c any maybe other stuff. alert_box.c requires something else
> > > from the graphical GUIs and that's where I stopped.
> >
> > I (think I) fixed this in r43481.
>
> Thanks. Looks correct. Lets hope the mac build works again.
Oops, in fact the problem was not dftest at all--it was wireshark failing to
link when we do not HAVE_PCAP. (The log made it look like dftest was the
problem because of the parallel build.)
I've tried (again) to fix this in r43492.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.