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 1509] Undefined reference to gtk_text_buffer_select_range

Date: Mon, 9 Apr 2007 16:07:35 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1509





------- Comment #1 from christopher.maynard@xxxxxxxxx  2007-04-09 16:07 GMT -------
It seems that when running "make rpm-package", after all sources are copied to
the packaging/rpm/BUILD/wireshark-0.99.5/ directory, autogen.sh and configure
are re-run; however, any options originally passed to the configure script are
now lost, so the rpm is only built with the defaults unless you manually edit
configure.in beforehand.  (This is why --disable-gtk2 had no effect.)

So the 2 bugs then are:
1) get_text_buffer_select_range is only supported for gtk2.4 or greater. 
Support should be added for prior versions of gtk2 (such as 2.2 in RHEL3 case),
or it should be documented somewhere what the minimum version supported is.

2) "make rpm-package" ignores any configure options.  Either a way to make use
of the requested options should be implemented or it should be documented that
you have to manually edit configure.in in order to build an rpm with the exact
options desired, or some other TBD solution.


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