ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5665] New: On Ubuntu 10.10 AMD64, wireshark can not be bui

Date: Tue, 8 Feb 2011 14:05:01 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5665

           Summary: On Ubuntu 10.10 AMD64, wireshark can not be build
           Product: Wireshark
           Version: SVN
          Platform: x86-64
        OS/Version: Ubuntu
            Status: NEW
          Severity: Blocker
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: rknall@xxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Installed all necessary dependencies by doing 'sudo aptitude build-dep
wireshark', then downloaded svn-version (trunk).

Run cmake, without errors, and then ran make

wireshark-gui could not be built, because of a missind dependency. On Ubuntu
10.10, gdk-pixbuf uses the following main include directory:

/usr/include/gdk-pixbuf-2.0

Simple fix:

-------------------------
Index: cmake/modules/FindGTK2.cmake
===================================================================
--- cmake/modules/FindGTK2.cmake        (Revision 35881)
+++ cmake/modules/FindGTK2.cmake        (Arbeitskopie)
@@ -172,6 +172,7 @@
             /usr/openwin/lib
             /sw/include
             /sw/lib
+            /usr/include/gdk-pixbuf-2.0/
             /opt/local/include
             /opt/local/lib
             /opt/local/lib/gtk-2.0/include

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