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 4823] Change in menus.c (@SVN 32941) breaks make when usin

Date: Sat, 5 Jun 2010 15:05:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4823

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2010-06-05 15:05:12 PDT ---
It appears that your -ligemacintegration has both
gtk_osxapplication_set_menu_bar() and ige_mac_menu_set_menu_bar() - i.e., it
supports both the old and the new APIs.

One problem with the configure script is that it wasn't setting have_ige_mac if
it found ige_mac_menu_set_menu_bar() in -ligemacintegration, so it was checking
for gtk_osxapplication_set_menu_bar() even though it'd found
ige_mac_menu_set_menu_bar().

The other problem is that it was first checking for the old integration
functions, so, even if we fix the previous problem, it'll choose the old
integration functions rather than the new ones.

Both should be fixed in rev 33106.

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