https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4281
--- Comment #17 from Matt P <parrisimo@xxxxxxxxx> 2010-07-30 05:41:30 PDT ---
I'm not sure what part of what I did fixed it, but here's the steps I took:
Start GTK-OSX Setup from scratch:
1) Keep the tarballs downloaded through the jhbuild scripts
2) Delete the directory containing the final GTK-OSX build
3) Delete the source directories of all the dependencies of gtk-osx
Rebuild GTK-OSX using jhbuild
4) sh gtk-osx-build-setup.sh
5) jhbuild bootstrap --ignore-system
6) jhbuild build meta-gtk-osx-bootstrap
7) jhbuild build meta-gtk-osx-core
Create mac-version symlinks pointing to gnu libtool (change your paths
appropriately)
8) ln -s /opt/gtk-osx/bin/libtool /opt/gtk-osx/bin/glibtool
9) ln -s /opt/gtk-osx/bin/libtoolize /opt/gtk-osx/bin/glibtoolize
10) Copy the (5) header files from
/opt/gtk-osx/include/igemacintegration
to
/opt/gtk-osx/include/gtk-2.0
to mimic file structure of GTK+ framework instead of editing the Wireshark make
files (since Wireshark already contains include statements in makefiles for
gtk-2.0) See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3131
11) jhbuild shell
12) cd to wireshark source
13) make all
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.