Comment # 4
on bug 10366
from rosc
> Is libpcap really 1.0.0? The rest of the packages are relatively new.
> What os is this?
Slackware.. In other words, outdated as I upgrade things manually and have to
balance keeping updated with not breaking everything else along the way :)
Which is why the gtk version won't compile, as it's an older version, and I
can't be arsed to install all the new gtk stuff and risk breaking things. So I
switched to qt.
I just upgraded libpcap (which shouldn't matter anyway otherwise configure
would've complained about too old a version, presumably), and tried compiling
the gtk UI, and here's the result:
Making all in ui/gtk
make[2]: Entering directory `/sda3/rosc/work/wireshark-1.12.0/ui/gtk'
CC libgtkui_a-about_dlg.o
In file included from /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:35:0,
from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
from /usr/include/gtk-2.0/gdk/gdk.h:33,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from about_dlg.c:28:
/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:260:1: error: unknown type
name 'G_CONST_RETURN'
/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:260:22: error: expected '=',
',', ';', 'asm' or '__attribute__' before '*' token
make[2]: *** [libgtkui_a-about_dlg.o] Error 1
The UI should have nothing to do with the ability to capture eth0.
I also just tried the dev branch wireshark-1.12.1rc0-38-g9069d7b. Same
problem, it doesn't capture anything..
You are receiving this mail because:
- You are watching all bug changes.