On Wed, 10 Jun 2009, Anirudh Ramachandran wrote:
> Problem 1: ./configure on wireshark-1.2.0pre1
> "
> Checking for GTK+ - version >= 2.4.0... no
>
This is a strict requirement for Wireshark !
Alternatively, we can just compile tshark, but even then
"vendor" lockin will show up.
>
> Problem 2: ./configure on gtk+-2.16.2/
> "
> checking for BASE_DEPENDENCIES... configure: error: Package requirements
> (glib-2.0 >= 2.19.7 atk >= 1.13.0 pango >= 1.20 cairo >= 1.6) were
> not met:
>
> No package 'glib-2.0' found
> No package 'atk' found
> No package 'pango' found
> No package 'cairo' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> I am running Kubuntu 9.04. I thought that Problem 1 would be solved by using
Thats not a helpful conclusion since that means every user has
to slave-install gnome, just because (s)he wants to install
wireshark !
Try to pull in the binary version of GTK+ from the repository.
You'd know best the steps how to do it.
Meanwhile, i'll try this out as i'm on a clean Qt/KDE system.
i'm going to compile from the source code of glib, gtk, atk,
pango, cairo.
The dependency tree looks "something" like this
cairo
+- openGL
+- libspectre
+- ghostscript8
+- gtk+
+- pango -+
+- atk --+
|
+- glib
+- libpng
+- libjpeg
etc.
all these guys would require pkgconfig utility as well.
Ok, so lets get to some work.
thanks
Saifi.