I've just been working with wireshark-1.11.0. I can say from the build perspective that I'm quite disappointed. IN the previous version, the configure line was ./configure --prefix=/usr --sysconfdir=/etc
this fails with the current version. It is trying to use both Qt5 and gtk+3 and both fail for me. I was able to get it to build with: --enable-warnings-as-errors=no --with-gtk2=yes --with-gtk3=no and also removing /opt/qt5/lib/pkgconfig from the PKG_CONFIG_PATH. In both cases, there are constructs that are invalid in the subject packages, In addition, it wants to enable-warnings-as-errors by default, but there are about 3600 warnings for unused-but-set-variable and other dead code. I also ran across an error in /usr/include/gtk-3.0/gtk/gtkwidget.h at line 787, as g++ seems to be confused by the spaces and it's keyword 'and'. Can someone please give wireshark-1.11.0 a try and see if the same issues arise? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page