in reply to Re: Asynchronous HTTP requests and (digest) authentication
in thread Asynchronous HTTP requests and (digest) authentication

And hahaha, no.

Would be awesome, but it requires Glib::Object::Introspection which requires gobject-introspection 0.10.0 or newer, which requires a Glib slightly higher than what we unfortunately have to aim for (I’m a bit afraid of building a newer glib and toppling over the entire Gtk+ stack as a result...)

Ah, the bane of having to run on older system releases :(

  • Comment on Re^2: Asynchronous HTTP requests and (digest) authentication

Replies are listed 'Best First'.
Re^3: Asynchronous HTTP requests and (digest) authentication
by zentara (Cardinal) on Sep 11, 2012 at 16:03 UTC
    requires Glib::Object::Introspection ..... (I’m a bit afraid of building a newer glib and toppling over the entire Gtk+ stack as a result...

    There is no requirement for you to go to the newest libsoup gtk3 libs, except maybe some methods may be changed or missing. You could go back and get the libsoup that was compatible with your current gtk2 libs. Another option may be webkit. A Perl module exists to use it, but I don't know if it would handle your authentication requirements.

    You can go back into the older directories at gnome sources, to find your compatible version. It looks like libsoup goes way back into gtk2 versions before Glib::Object::Introspection even showed up on the scene.

    The switch from gtk2 to gtk3 occurred at GTK+ 2.24. So I would start with the libsoup with the ftp date closest to 2.24. Libs after that point are still gtk3 although they have a 2.xx number.


    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh

      The first Glib::Object::Introspection ever (0.001) already requires GObject-Introspection 0.10.0 (we have 0.6.14), which requires Glib 2.24 (and we have 2.22.5). The Gtk is a disgracefully old 2.18 so it might not like the new Glib entirely, though I haven’t tested that — but I don’t want to cause instability on these machines (not to mention, upgrading packages them all would be a mess).