Hello Gerald, On Wed, Jul 24, 2013 at 09:24:21PM -0700, [email protected] wrote: > The Buildbot has detected a new failure on builder Clang-Code-Analysis while > building Wireshark (development). > Full details are available at: > http://buildbot.wireshark.org/trunk/builders/Clang-Code-Analysis/builds/1987 > > Buildbot URL: http://buildbot.wireshark.org/trunk/ > > Buildslave for this Build: clang-code-analysis
This is a fallout of the change of default gtk2->gtk3. It looks like the buildbot is lacking the gtk3-devel package. As a (less preferred) alternative the configuration would be ... configure ... --with-gtk2 ... but that would be in contrast to the goal of that change. checking for GTK+ - version >= 3.0.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Neither Qt nor GTK+ 3.0.0 or later are available, so Wireshark can't be compiled program finished with exit code 1 Thanks Jörg -- Joerg Mayer <[email protected]> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
