https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3131
Matt P <parrisimo@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Normal |Minor
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Matt P <parrisimo@xxxxxxxxx> 2008-12-19 10:55:24 PDT ---
The reason the GTK+ Mac OS X Framework builds correctly with Wireshark's
default configuration and the Jhbuild environment does not seems to be because
of a mere difference in directory structure of the igemacintegration include
files. Framework places ige-mac-menu.h, etc within the gtk-2.0 include
directory (already placed by default in the CFLAGS variable of the
gtk/Makefile). The Jhbuild environment places ige-mac-menu.h, etc within a
separate directory (igemacintegration) which is NOT placed by default in the
CFLAGS variable.
Performing a one-time-copy of the files within the
gtk/inst/include/igemacintegration directory (ige-mac-bundle.h, ige-mac-dock.h,
ige-mac-integration.h, and ige-mac-menu.h) to the ~/gtk/inst/include/gtk-2.0
directory is a better fix than editing the Makefile. The GTK+ Mac OS libraries
are still being developed, so making changes to the Wireshark build process
may not be the best solution at this time.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.